Skip to content

yougandar/Iot-ProjectEdison

 
 

Repository files navigation

ARM Template Deployment Using Azure Portal

  1. Click the below Git hub repo URL.

https://github.com/sysgain/Iot-ProjectEdison/tree/stage

  1. Select main-template.json from stage branch, click on Raw from the top right corner. Copy the raw template and paste in your Azure portal for template deployment.

alt text

To deploy a template for Azure Resource Manager, follow the below steps.

  1. Go to Azure portal. (https://portal.azure.com)

  2. Navigate to Create a resource (+), search for Template deployment.

alt text

alt text

  1. Click Create button and click Build your own Template in the editor as shown in the following figure.

alt text

  1. The Edit template page is displayed as shown in the following figure.

alt text

  1. Replace / paste the template and click Save button.

alt text

  1. The Custom deployment page is displayed as shown in the following figure.

alt text alt text alt text

To deploy the template, we need to create the resource group for that.

To create the new resource group Click Create New and provide the Name of the resource group.

alt text

The following are the parameters to be passed while deploying the template.

alt text alt text alt text

Note:

  1. tenantId : Provide your Azure tenantId
  2. servicePrincipalClientId : Provide Service principal Client ID
  3. servicePrincipalClientSecret : Provide Service principal Client Secret
  4. ClientID : Provide the AD Client ID
  5. Domain : Provide AD Domain name
  6. AD tenantID : Provide AD tenantID
  7. Azure AD B2C ClientID : Provide AzureAD B2C client ID
  8. AzureAD B2C domain : Provide AzureAD B2C domain
  9. signUpSignInPolicyId : Provide SignUpSignInPolicyId of AzureAD B2CWeb.
  10. sessionId : Generate an online Guid id (for each deployment it should be unique) to generate GUID follow the below url https://www.guidgenerator.com/online-guid-generator.aspx

7.Once all the parameters are entered, check in the terms and conditions check box and click Purchase.

alt text

  1. After the successful deployment of the ARM template, the following resources are created in a Resource Group.

alt text

The following are the list of resources were deployed after successful deployment of the ARM template.

  1. IoT hub
  2. Web API & Web Admin
  3. Storage Account blob
  4. Cosmos DB
  5. Notification hub
  6. Account Automation
  7. Kubernetes cluster
  8. Omsworkspace

alt text alt text alt text

To check the Deployemnts follow the below steps. Go to Resource Group -> Click Deployments.

alt text

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 74.0%
  • TypeScript 12.5%
  • JavaScript 5.9%
  • HTML 2.0%
  • CSS 2.0%
  • PowerShell 1.7%
  • Other 1.9%