File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ The following commands help you define variables and ensure your Container Apps
37
37
# [ Bash] ( #tab/bash )
38
38
39
39
``` bash
40
- SUBSCRIPTION_ID=" <SUBSCRIPTION_ID>"
40
+ SUBSCRIPTION_ID=" <SUBSCRIPTION_ID>" # Replace with your own Azure subscription ID
41
41
APP_INSIGHTS_RESOURCE_ID=" /subscriptions/$SUBSCRIPTION_ID /resourceGroups/my-resource-group/providers/microsoft.insights/components/my-app-insights"
42
42
CONTAINER_REGISTRY_NAME=" myacr"
43
43
RESOURCE_GROUP=" my-resource-group"
@@ -49,7 +49,7 @@ The following commands help you define variables and ensure your Container Apps
49
49
# [PowerShell](#tab/powershell)
50
50
51
51
` ` ` powershell
52
- $SUBSCRIPTION_ID =" 00000000-0000-0000-0000-000000000000 " # Replace with your own Azure subscription ID
52
+ $SUBSCRIPTION_ID =" <SUBSCRIPTION_ID> " # Replace with your own Azure subscription ID
53
53
$APP_INSIGHTS_RESOURCE_ID="/subscriptions/$SUBSCRIPTION_ID/resourceGroups/my-resource-group/providers/microsoft.insights/components/my-app-insights"
54
54
$CONTAINER_REGISTRY_NAME="myacr"
55
55
$RESOURCE_GROUP="my-resource-group"
You can’t perform that action at this time.
0 commit comments