We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5916b commit 5072aafCopy full SHA for 5072aaf
azure-container-apps/docs/10-aca-vnet-nsg.md
@@ -55,7 +55,7 @@ az ad signed-in-user show --query id --output tsv
55
56
```bash
57
SUBSCRIPTION='subscription-id' # replace it with your subscription-id
58
-PREFIX='unique-prefix' # unique prefix for all resources(not use special characters)
+PREFIX='uniqueprefix' # unique prefix for all resources(Lowercase letters and numbers only. Start with a lowercase letter.)
59
CURRENT_USER_OBJECT_ID='your-current-user-object-id' # replace it with your current user object id
60
```
61
0 commit comments