Skip to content

Commit e290bb2

Browse files
committed
Update placeholders of subscription ID according to comments
1 parent 15808da commit e290bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/java-apm-agent-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following commands help you define variables and ensure your Container Apps
3737
# [Bash](#tab/bash)
3838

3939
```bash
40-
SUBSCRIPTION_ID="<SUBSCRIPTION_ID>"
40+
SUBSCRIPTION_ID="<SUBSCRIPTION_ID>" # Replace with your own Azure subscription ID
4141
APP_INSIGHTS_RESOURCE_ID="/subscriptions/$SUBSCRIPTION_ID/resourceGroups/my-resource-group/providers/microsoft.insights/components/my-app-insights"
4242
CONTAINER_REGISTRY_NAME="myacr"
4343
RESOURCE_GROUP="my-resource-group"
@@ -49,7 +49,7 @@ The following commands help you define variables and ensure your Container Apps
4949
# [PowerShell](#tab/powershell)
5050

5151
```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
5353
$APP_INSIGHTS_RESOURCE_ID="/subscriptions/$SUBSCRIPTION_ID/resourceGroups/my-resource-group/providers/microsoft.insights/components/my-app-insights"
5454
$CONTAINER_REGISTRY_NAME="myacr"
5555
$RESOURCE_GROUP="my-resource-group"

0 commit comments

Comments
 (0)