This commit is contained in:
Adam Hems 2023-03-30 16:40:50 -05:00
Родитель 5534118391
Коммит da0d4629e7
2 изменённых файлов: 3 добавлений и 2 удалений

1
.vscode/cspell.json поставляемый
Просмотреть файл

@ -15,6 +15,7 @@
"aksadminaccessprincipal",
"AKSLZA",
"aksuseraccessprincipal",
"AKSUSERACCESSPRINCIPALID",
"apiserver",
"appgw",
"Architecting",

Просмотреть файл

@ -71,7 +71,7 @@ Follow these instructions to create a "Classic" PAT: [https://docs.github.com/en
## Register Resource Providers
There are a number of resouce providers required by the IaC that need to be registered once in your subscription. Run the commands below.
There are a number of resource providers required by the IaC that need to be registered once in your subscription. Run the commands below.
```bash
az feature register --namespace "Microsoft.Network" --name "AzureFirewallBasic"
@ -108,7 +108,7 @@ There are a number of resouce providers required by the IaC that need to be regi
* Click on the "Deploy Enterprise Landing Zone Hub & Spoke Infrastructure" Workflow on the left of the screen
* Click on the `Run workflow` button, accept the default options (leave the checkbox unchecked)
This will trigger the first workflow. There are two - the first deployes the infrastructure and when complete, triggers the second one which will deploy a sample application.
This will trigger the first workflow. There are two - the first deploys the infrastructure and when complete, triggers the second one which will deploy a sample application.
## Testing the Sample Application