We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1febd commit 15808daCopy full SHA for 15808da
articles/container-apps/java-apm-agent-config.md
@@ -37,7 +37,7 @@ The following commands help you define variables and ensure your Container Apps
37
# [Bash](#tab/bash)
38
39
```bash
40
- SUBSCRIPTION_ID="00000000-0000-0000-0000-000000000000" # Replace with your own Azure subscription ID
+ SUBSCRIPTION_ID="<SUBSCRIPTION_ID>"
41
APP_INSIGHTS_RESOURCE_ID="/subscriptions/$SUBSCRIPTION_ID/resourceGroups/my-resource-group/providers/microsoft.insights/components/my-app-insights"
42
CONTAINER_REGISTRY_NAME="myacr"
43
RESOURCE_GROUP="my-resource-group"
0 commit comments