Skip to content

Commit 841b0fa

Browse files
authored
Merge pull request #102491 from damendo/patch-2
Fixing typos
2 parents 7c09e6c + 902d1db commit 841b0fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/network-watcher/network-watcher-nsg-flow-logging-azure-resource-manager.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ To create a Microsoft.Network/networkWatchers/flowLogs resource, add the above J
7171

7272
## Creating your template
7373

74-
If you are using Azure Resource Manager templates for this time, you can learn more about them the links below.
74+
If you are using Azure Resource Manager templates for the first time, you can learn more about them using the links below.
7575

7676
* [Deploy resources with Resource Manager templates and Azure PowerShell](https://docs.microsoft.com/azure/azure-resource-manager/templates/deploy-powershell#deploy-local-template)
7777
* [Tutorial: Create and deploy your first Azure Resource Manager template](https://docs.microsoft.com/azure/azure-resource-manager/templates/template-tutorial-create-first-template?tabs=azure-powershell)
7878

7979

8080
Below are two examples of complete templates to set up NSG Flow Logs.
8181

82-
Example 1: The simplest version of the above with minimum parameters passed. The below template enables NSG Flow Logs on a target NSG and stores them in a given storage account.
82+
**Example 1**: The simplest version of the above with minimum parameters passed. The below template enables NSG Flow Logs on a target NSG and stores them in a given storage account.
8383

8484
```json
8585
{
@@ -111,7 +111,7 @@ Example 1: The simplest version of the above with minimum parameters passed. Th
111111
> * targetResourceId is the resource ID of the target NSG
112112
> * storageId is the resource ID of the destination storage account
113113
114-
Example 2: The following templates enabling NSG Flow Logs (version 2) with a retention for 5 days. Enabling Traffic Analytics with a processing interval of 10 minutes.
114+
**Example 2**: The following templates enabling NSG Flow Logs (version 2) with a retention for 5 days. Enabling Traffic Analytics with a processing interval of 10 minutes.
115115

116116
```json
117117
{
@@ -162,7 +162,7 @@ New-AzResourceGroupDeployment -Name EnableFlowLog -ResourceGroupName NetworkWatc
162162

163163
## Verifying your deployment
164164

165-
There are a couple of ways to check if your deployment has Succeeded. Your PowerShell console should show "ProvisioningState" as "Succeeded". Additionally, you can visit the [NSG Flow Logs portal page](https://ms.portal.azure.com/#blade/Microsoft_Azure_Network/NetworkWatcherMenuBlade/flowLogs) to confirm your changes. If there were issues with the deployment, take a look at [Troubleshoot common Azure deployment errors with Azure Resource Manager](https://docs.microsoft.com/azure/azure-resource-manager/templates/common-deployment-errors) article.
165+
There are a couple of ways to check if your deployment has Succeeded. Your PowerShell console should show "ProvisioningState" as "Succeeded". Additionally, you can visit the [NSG Flow Logs portal page](https://ms.portal.azure.com/#blade/Microsoft_Azure_Network/NetworkWatcherMenuBlade/flowLogs) to confirm your changes. If there were issues with the deployment, take a look at [Troubleshoot common Azure deployment errors with Azure Resource Manager](https://docs.microsoft.com/azure/azure-resource-manager/templates/common-deployment-errors).
166166

167167

168168
## Next steps

0 commit comments

Comments
 (0)