Skip to content

Commit e2d8ac8

Browse files
Merge pull request #287632 from halkazwini/nw-bicep
Freshness: Quickstart: Configure Azure Network Watcher NSG flow logs using a Bicep file
2 parents 437f741 + e2a0ccf commit e2d8ac8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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
@@ -6,7 +6,7 @@ author: halkazwini
66
ms.author: halkazwini
77
ms.service: azure-network-watcher
88
ms.topic: quickstart
9-
ms.date: 09/29/2023
9+
ms.date: 09/30/2024
1010
ms.custom: devx-track-bicep, subject-bicepqs, mode-arm
1111

1212
#CustomerIntent: As an Azure administrator, I need to enable NSG flow logs using a Bicep file so that I can log the traffic flowing through a network security group.
@@ -24,7 +24,7 @@ In this quickstart, you learn how to enable [NSG flow logs](nsg-flow-logs-overvi
2424

2525
- To deploy the Bicep files, either Azure CLI or PowerShell installed.
2626

27-
# [CLI](#tab/cli)
27+
# [Azure CLI](#tab/cli)
2828

2929
1. [Install Azure CLI locally](/cli/azure/install-azure-cli) to run the commands.
3030

@@ -56,10 +56,10 @@ The highlighted code in the preceding sample shows an NSG flow log resource defi
5656

5757
This quickstart assumes that you have a network security group that you can enable flow logging on.
5858

59-
1. Save the Bicep file as **main.bicep** to your local computer.
59+
1. Save the [Bicep file](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.network/networkwatcher-flowLogs-create/main.bicep) as **main.bicep** to your local computer.
6060
1. Deploy the Bicep file using either Azure CLI or Azure PowerShell.
6161

62-
# [CLI](#tab/cli)
62+
# [Azure CLI](#tab/cli)
6363

6464
```azurecli
6565
az group create --name exampleRG --location eastus

0 commit comments

Comments
 (0)