Table of Contents |
---|
...
Create the resource group where all the LHM dependent resources will reside.
more details here: Azure Resource Requirements 1 Resource Group that contains the following:
1 Azure SQL Server:
Recommended Type: S3
1 Azure Key Vault:
Recommended Type: Standard
1 Azure Storage Account
1 Service Principal in Azure AD with “ID Token” enabled
resources description here: https://blueprinttechnologies.atlassian.net/wiki/spaces/BLMPD/pages/2532605979/Security+Requirements+for+VM+runtime#Phase-1)-Azure-Resources
...
Step 13. Create Containers
Create the containers:
recommended Type B8ms or similar with minimum 8 cores
Code Block |
---|
az container create --resource-group <resource group name created in step 6> --assign-identity <managed identity to be used> --name <aci name> --file deploy.yaml |