Hybr®
Cloud Assert HomeDocs Home
2303
2303
  • Introduction
  • Features
    • Summary
    • Service Providers
      • Tenants Management
        • Tenant Onboarding
        • Tenant Portal Access for HYBR Admin
        • Tenant Portal Access for Support Users From Different Domain
        • Tenant Company Management
        • Company with AAD B2C
        • User Management
        • Subscriptions Management
        • Offers Management
        • Plans Management
      • Reseller Management
        • Reseller Offer
        • Reseller Plan
        • Onboarding a CSP Customer and Mapping it with Reseller
      • Billing
        • Credits
        • Microsoft CSP
        • Pricing Profile
          • Pricing Profiles Management
            • How to set Pricing List Import setting for meter
          • Update Pricing Profile from Excel
        • Cost Reset
      • Resource Management
        • Console connect requirements for imported VMs
        • Connection manager
          • Azure Stack Hub Connection Management
          • Azure
          • AWS
        • VM Template management
        • Param Spec
        • Network Management
        • Azure Integration
        • Policy Management
        • Linked Clone
        • Attach and detach networks
        • Delete Options
        • Backup
          • Veeam Backup Configuration
          • Scheduling a backup using Veeam
      • Microsoft CSP
        • MS CSP security consent process
        • Partner Center Refresh Token Expiry Alert
        • New Commerce Experience (NCE)
          • Transition from Legacy to NCE
        • Azure Reservation Management
        • Granular Delegated Admin Privileges
          • Bulk Transition of customers from DAP to GDAP
          • Default roles to be provided for relationship request.
      • Service Catalog
        • FAQ
      • Azure Stack Hub
        • Create and Publish Service Catalog offers
        • Configure Service Catalogue Plan
        • Pricing
        • Security Deposit for an Azure Stack Hub Offer
      • Customization
      • Administration
        • Application Settings
        • Admin Portal Access for Support Users
    • Business Intelligence Dashboards & Reports
      • Dashboards
      • Reports
        • Schedule Reports
    • Reseller
      • Customers Management
        • Customer Onboarding
        • Plans
        • Offers
      • Billing
        • Pricing Profile Management
    • Customer
      • Subscriptions
      • Resource Management
        • Virtual Machines
        • Connect a VM using browser
        • Virtual Networks
        • Resource Templates
        • Resource Groups
      • Microsoft CSP
        • CSP Operations and Status tracking
      • Software-Defined Network (SDN)
      • Company Registration
    • Cloud Cost Management
      • Cloud Dashboards
        • Azure Invoice Comparision
      • Collaborations
      • Resource Tagging
        • Data Processing Rules
      • Cost Allocations & Budgeting
        • Budgeting
      • Recommendations
      • Reconcilation
      • Getting started
        • Kubernetes
        • Azure
        • AWS
        • GCP
        • Tenant Company Creation
  • Advanced Guides
    • CSP Customers with Resellers
  • API Documentation
    • External Integration and API Documentation Overview
    • External Webhook Integration
    • Zapier Integration
      • External application events which trigger event in Hybr
      • Event in Hybr which trigger external Application
  • Support
    • How do I contact support?
    • How do I share feedback?
    • Roadmap
    • Changelog
  • On-Prem Installation
    • Architecture
    • Prerequisites
      • Infrastructure
        • Production
        • POC
      • Identity Providers
        • AAD B2C
        • Microsoft Entra ID
        • ADFS
      • Services
        • VConnect
        • Workflow
        • Microsoft CSP
        • Remote connect using Guacamole
          • Apache Guacamole Setup
          • Troubleshoot
          • Support Links
          • Guacamole Pre-Requisites
        • Console connect for VCenter V7
          • Pre-Requisites
          • Configurations for Nginx (Reverse Proxy Server)
          • Troubleshoot
          • Supporting Commands / Configurations
      • Ports Requirements
    • Deployment
      • Core Components
      • VConnect
      • Billing
    • Configuration
      • Billing
        • Custom Invoice
        • Multilingual Support
      • Cost Management
        • General
    • Updates
      • Billing
      • Cost Management
    • Infrastructure & Application Security - Recommendations
Powered by GitBook
On this page

Was this helpful?

  1. On-Prem Installation
  2. Deployment

Core Components

PreviousDeploymentNextVConnect

Last updated 12 months ago

Was this helpful?

  1. Download the installer files

  2. Below are the prerequisites file if needed

  3. Fill the Initialize-Hybr.ini file and then run the setup-hybr.bat file in administrator mode

    1. Properties

    2. Auth Provider

    3. DB Config

    4. AdminOrg

    5. ServiceConfig

      1. SHOULD_CONFIGURE_VCONNECT - 1 if Vconnect needs to configured, otherwise 0

      2. IS_VCONNECT_ONLY_FOR_WORKFLOW - 1 if Vconnect is installed only for Workflow, otherwise 0

      3. VCONNECT_ENDPOINT - http endpoint of the Vconnect instance

      4. VCONNECT_API_KEY - Vconnect instance's API key

      5. VCONNECT_API_SECRET - Vconnect instance's API secret

  4. Open Cmd in admin mode.

  5. Setup-hybr.bat install

  6. Navigate to 'C:\inetpub\HybrWebApp' and update identity provider information in web.config

    1. Set IsAADEnabled value to true if the customer needs support for Microsoft Entra ID; Otherwise set to false

      1. If this value is set to true, update the below web.config with relevant values

        1. AADAuthority -

        2. AADClientId - Azure App's Client ID

        3. AADClientSecret - Azure App's client secretIn

    2. Set IsADFS2016Enabled value to true if the customer needs support for AD FS 2016; Otherwise set to false

      1. If this value is set to true,

        1. Add redirect URLs in application with the following format

        2. Update the below web.config with relevant values

          1. ADFS2016Authority

          2. ADFS2016MetaDataAddress

          3. ADFS2016ClientId

          4. ADFS2016ClientSecret

    3. Set AdminOrgIdentityProviderType value to

      1. AAD if Microsoft Entra ID is going to be used as identity provider for Hybr admin portal

      2. ADFS2016 if AD FS 2016 is going to be used as identity provider for Hybr admin portal

  7. Hybr - Service Notification Handler settings

    1. To Sync Subscription with external services

    2. To log Service Catalog purchaseSet below app settings with appropriate values

Settings Name

Group

Value

IsNotifyAzureQueue

EventNotifications

True/False

HybrApiUsername

HybrApiSettings

ex: hybrapiuser

HybrApiPassword

HybrApiSettings

8. To Support Custom domain

  1. Create DB for App

  2. Add connection string in MVC (and API)'s web.config

  3. Raise a custom domain request, this should create necessary tables on DB

  4. Add custom domain mappings. Example:

Hybr-2403.5.msi
Hybr-2403.5.Initialize-Hybr.ini
Hybr-2403.5.setup-hybr.bat
Hybr-2403.5.SetupProducts-hybr.bat
https://cloudassertdownloads.blob.core.windows.net/hybr/1.1.1.0/AAD%20-%20Prerequsites.pdf
https://cloudassertdownloads.blob.core.windows.net/hybr/1.1.1.0/HYBR%20prerequisites%20for%20Live%20environment.pdf
https://cloudassertdownloads.blob.core.windows.net/hybr/1.1.1.0/HYBR%20prerequisites%20for%20POC%20environment.pdf
https://login.microsoftonline.com/common
https://{subDomainName}.admin.hybrlocal.com/OrgAccounts/SignInSuccess
https://{subDomainName}.admin.hybrlocal.com/OrgAccounts/SignOutCallback
https://{subDomainName}.hybrlocal.com/Accounts/SignInSuccess
https://{subDomainName}.hybrlocal.com/Accounts/SignOutCallback
https://{subDomainName}.hybrlocal.com/Register/SignInSuccess