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": "Port number for web application" } }, "skuName": {...