Skip to content

Commit afa6932

Browse files
committed
fix build errors
1 parent a6c24f0 commit afa6932

9 files changed

+23
-8
lines changed

articles/network-watcher/.openpublishing.redirection.network-watcher.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/network-watcher/nsg-flow-logs-portal.md",
5+
"redirect_url": "/azure/network-watcher/nsg-flow-logs-manage",
6+
"redirect_document_id": true
7+
},
8+
{
9+
"source_path_from_root": "/articles/network-watcher/nsg-flow-logs-powershell.md",
10+
"redirect_url": "/azure/network-watcher/nsg-flow-logs-manage",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/network-watcher/nsg-flow-logs-cli.md",
15+
"redirect_url": "/azure/network-watcher/nsg-flow-logs-manage",
16+
"redirect_document_id": false
17+
},
318
{
419
"source_path_from_root": "/articles/network-watcher/network-watcher-alert-triggered-packet-capture.md",
520
"redirect_url": "/azure/network-watcher/packet-capture-alert-triggered",

articles/network-watcher/flow-logs-read.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The concepts discussed in this article aren't limited to the PowerShell and are
2626

2727
- PowerShell installed on your machine. For more information, see [Install PowerShell on Windows, Linux, and macOS](/powershell/scripting/install/installing-powershell). This article requires the Az PowerShell module. For more information, see [How to install Azure PowerShell](/powershell/azure/install-azure-powershell). To find the installed version, run `Get-Module -ListAvailable Az`.
2828

29-
- Flow logs in a region or more. For more information, see [Create network security group flow logs](nsg-flow-logs-portal.md#create-a-flow-log) or [Create virtual network flow logs](vnet-flow-logs-portal.md#create-a-flow-log).
29+
- Flow logs in a region or more. For more information, see [Create network security group flow logs](nsg-flow-logs-manage.md#create-a-flow-log) or [Create virtual network flow logs](vnet-flow-logs-manage.md#create-a-flow-log).
3030

3131
- Necessary RBAC permissions for the subscriptions of flow logs and storage account. For more information, see [Network Watcher RBAC permissions](required-rbac-permissions.md).
3232

articles/network-watcher/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ landingContent:
9191
- linkListType: how-to-guide
9292
links:
9393
- text: Manage network security group flow logs
94-
url: nsg-flow-logs-portal.md
94+
url: nsg-flow-logs-manage.md
9595
- text: Manage virtual network flow logs
9696
url: vnet-flow-logs-manage.md
9797

articles/network-watcher/network-watcher-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Network Watcher offers two traffic tools that help you log and visualize network
9090
### Flow logs
9191

9292
**Flow logs** allows you to log information about your Azure IP traffic and stores the data in Azure storage. You can log IP traffic flowing through a network security group or Azure virtual network. For more information, see:
93-
- [Network security group flow logs](nsg-flow-logs-overview.md) and [Manage network security group flow logs](nsg-flow-logs-portal.md).
93+
- [Network security group flow logs](nsg-flow-logs-overview.md) and [Manage network security group flow logs](nsg-flow-logs-manage.md).
9494
- [Virtual network flow logs](vnet-flow-logs-overview.md) and [Manage virtual network flow logs](vnet-flow-logs-manage.md).
9595

9696
[!INCLUDE [NSG flow logs retirement](../../includes/network-watcher-nsg-flow-logs-retirement.md)]

articles/network-watcher/nsg-flow-logs-migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In this article, you learn how to migrate your existing network security group f
3737

3838
- Necessary RBAC permissions for the subscriptions of the flow logs and Log Analytics workspaces (if traffic analytics is enabled for any of the network security group flow logs). For more information, see [Network Watcher permissions](required-rbac-permissions.md).
3939

40-
- Network security group flow logs in a region or more. For more information, see [Create network security group flow logs](nsg-flow-logs-portal.md#create-a-flow-log).
40+
- Network security group flow logs in a region or more. For more information, see [Create network security group flow logs](nsg-flow-logs-manage.md#create-a-flow-log).
4141

4242
## Generate migration script
4343

articles/network-watcher/nsg-flow-logs-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You can also disable or delete a flow log in the Azure portal:
8383

8484
1. In **Network Watcher | Flow logs**, select the checkbox of the flow log that you want to delete.
8585

86-
1. Select **Disable** or **Delete**. For more information, see [Disable a flow log](nsg-flow-logs-portal.md#disable-a-flow-log) or [Delete a flow log](nsg-flow-logs-portal.md#delete-a-flow-log).
86+
1. Select **Disable** or **Delete**. For more information, see [Disable a flow log](nsg-flow-logs-manage.md#disable-a-flow-log) or [Delete a flow log](nsg-flow-logs-manage.md#delete-a-flow-log).
8787

8888
## Related content
8989

articles/network-watcher/nsg-flow-logs-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,6 @@ When no longer needed, delete **myResourceGroup** resource group and all of the
289289
## Related content
290290

291291
- To learn more about NSG flow logs, see [Flow logging for network security groups](nsg-flow-logs-overview.md).
292-
- To learn how to create, change, enable, disable, or delete NSG flow logs, see [Manage NSG flow logs](nsg-flow-logs-portal.md).
292+
- To learn how to create, change, enable, disable, or delete NSG flow logs, see [Manage NSG flow logs](nsg-flow-logs-manage.md).
293293
- To learn about Traffic analytics, see [Traffic analytics overview](traffic-analytics.md).
294294

articles/network-watcher/traffic-analytics-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ sections:
7878
- question: |
7979
What if I'm getting the status: “Failed to load” in the flow logs page?
8080
answer: |
81-
The `Microsoft.Insights` provider must be registered for flow logging to work properly. If you aren't sure whether the `Microsoft.Insights` provider is registered for your subscription, see [Azure portal](nsg-flow-logs-portal.md#register-insights-provider), [PowerShell](nsg-flow-logs-powershell.md#register-insights-provider), or [Azure CLI](nsg-flow-logs-cli.md#register-insights-provider) instructions on how to register it.
81+
The `Microsoft.Insights` provider must be registered for flow logging to work properly. If you aren't sure whether the `Microsoft.Insights` provider is registered for your subscription, see [Manage NSG flow logs](nsg-flow-logs-manage.md#register-insights-provider) instructions on how to register it.
8282
8383
- question: |
8484
I configured the solution. Why am I not seeing anything on the dashboard?

articles/network-watcher/traffic-analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To use traffic analytics, you need the following components:
7474
- Information about the flow, such as the source and destination IP addresses, the source and destination ports, and the protocol.
7575
- The status of the traffic, such as allowed or denied.
7676

77-
For more information, see [Network security group flow logs overview](nsg-flow-logs-overview.md) and [Create a network security group flow log](nsg-flow-logs-portal.md#create-a-flow-log).
77+
For more information, see [Network security group flow logs overview](nsg-flow-logs-overview.md) and [Create a network security group flow log](nsg-flow-logs-manage.md#create-a-flow-log).
7878

7979
- **Virtual network (VNet)**: A resource that enables many types of Azure resources to securely communicate with each other, the internet, and on-premises networks. For more information, see [Virtual network overview](../virtual-network/virtual-networks-overview.md?toc=/azure/network-watcher/toc.json).
8080

0 commit comments

Comments
 (0)