You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
Source the initialization script to set `ARM_SUBSCRIPTION_ID` for Terraform:
15
15
@@ -33,7 +33,7 @@ For new Azure subscriptions or subscriptions that haven't deployed AKS, AzureML,
33
33
34
34
The script reads providers from `robotics-azure-resource-providers.txt` and waits for registration to complete. This is a one-time operation per subscription.
35
35
36
-
## What It Does
36
+
## ⚙️ What It Does
37
37
38
38
### az-sub-init.sh
39
39
@@ -50,6 +50,6 @@ The subscription ID is required by Terraform's Azure provider when not running i
50
50
3. Registers unregistered providers
51
51
4. Polls until all providers reach `Registered` state
52
52
53
-
## Next Step
53
+
## ➡️ Next Step
54
54
55
55
After initialization, proceed to [001-iac](../001-iac/) to deploy infrastructure.
0 commit comments