Skip to content

Commit fd7842a

Browse files
committed
update
1 parent 9f012d0 commit fd7842a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/network-watcher/quickstart-configure-network-security-group-flow-logs-from-arm-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3131

3232
The template that we use in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/networkwatcher-flowlogs-create/).
3333

34-
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.network/networkwatcher-flowLogs-create/azuredeploy.json" range="1-117" highlight="94-117":::
34+
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.network/networkwatcher-flowLogs-create/azuredeploy.json" range="1-117" highlight="94-115":::
3535

3636
These resources are defined in the template:
3737

articles/network-watcher/quickstart-configure-network-security-group-flow-logs-from-bicep.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ This tutorial assumes that you have an network security group that you can enabl
6060
6161
---
6262
63-
You will be prompted to enter the resource ID of the existing network security group. The syntax of the network security group resource ID is:
63+
You will be prompted to enter the resource ID of the existing network security group. The syntax of the network security group resource ID is:
6464
65-
```json
66-
"/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/networkSecurityGroups/<network-security-group-name>"
67-
```
65+
```json
66+
"/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/networkSecurityGroups/<network-security-group-name>"
67+
```
6868
6969
When the deployment finishes, you should see a message indicating the deployment succeeded.
7070

0 commit comments

Comments
 (0)