OnlineMedicine.json

The ARM template, OnlineMedicine.json, is the main template for deploying both the infrastructure and application for the sample application. It reuses the storage account, OMS workspace, and Azure Key Vault provisioned by an IT administrator . The PowerShell script, New-TemplateDeployment.ps1, executes the template in combination with  the parameters file.

Parameters

OnlineMedicine.json is a generic template defining multiple parameters as shown following:

"workspaceName": { "type": "string", "defaultValue": "OnlineMedicineOMS", "metadata": { "description": "OMS workspace Name" } }, "pullserverPort": { "type": "string", "defaultValue": "9100" }, "webAppPort": { "type": "string", "defaultValue": "8080", "metadata": { "description": ...

Get DevOps with Windows Server 2016 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.