Steps for deployment for an IT administrator
Before an IT administrator can provision centralized resources, he should be aware of the Azure tenant and subscription ID. He must also have owner privileges on the subscription. All common and centralized services are provisioned within an Azure resource group. These services are provisioned by executing PowerShell scripts and Azure resource manager templates. The GeneralServices.json
template is deployed by an IT administrator to provision the Key Vault and Operational Insights workspace. The following steps should be executed for successful end-to-end provisioning, deployment, and configuration of common services. The administrator starts with the PreCreate.ps1
PowerShell script and executes the ARM template for provisioning of resources. PreCreate.ps1
is the starting script for an administrator to start the provisioning process. Before executing any of the steps mentioned next in this and the next chapter, please ensure that the latest...