Skip to content

Commit cd126bd

Browse files
committed
rename md file
1 parent ac0069c commit cd126bd

File tree

7 files changed

+10
-5
lines changed

7 files changed

+10
-5
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/network-watcher/network-watcher-alert-triggered-packet-capture.md",
5+
"redirect_url": "/azure/network-watcher/packet-capture-alert-triggered",
6+
"redirect_document_id": true
7+
},
38
{
49
"source_path_from_root": "/articles/network-watcher/vnet-flow-logs-portal.md",
510
"redirect_url": "/azure/network-watcher/vnet-flow-logs-manage",

articles/network-watcher/network-watcher-alert-triggered-packet-capture.md renamed to articles/network-watcher/packet-capture-alert-triggered.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ To create an Azure function to process the alert and create a packet capture, yo
7373
- **Functions Premium**: For enterprise-level, serverless applications with event-based scaling and network isolation.
7474
- **App Service plan**: For reusing compute from an existing Azure App Service plan.
7575

76-
:::image type="content" source="./media/network-watcher-alert-triggered-packet-capture/create-function-app-basics.png" alt-text="Screenshot of the Create Function App page in the Azure portal." lightbox="./media/network-watcher-alert-triggered-packet-capture/create-function-app-basics.png":::
76+
:::image type="content" source="./media/packet-capture-alert-triggered/create-function-app-basics.png" alt-text="Screenshot of the Create Function App page in the Azure portal." lightbox="./media/packet-capture-alert-triggered/create-function-app-basics.png":::
7777

7878
1. Select **Review + create** to create the app.
7979

8080
Now you can create a function:
8181

8282
1. In the function app that you created, select **Functions**, and then select **Create** to open the **Create function** pane.
8383

84-
:::image type="content" source="./media/network-watcher-alert-triggered-packet-capture/create-function.png" alt-text="Screenshot of the Create function pane.":::
84+
:::image type="content" source="./media/packet-capture-alert-triggered/create-function.png" alt-text="Screenshot of the Create function pane.":::
8585

8686
2. For **Development environment**, select **Develop in portal**.
8787
3. Under **Select a template**, select **HTTP trigger**.
@@ -183,7 +183,7 @@ To store the environment variables:
183183

184184
1. Go to the function app. Select **Configurations** > **Application settings**.
185185

186-
:::image type="content" source="./media/network-watcher-alert-triggered-packet-capture/application-insights.png" alt-text="Screenshot of the tab for application settings.":::
186+
:::image type="content" source="./media/packet-capture-alert-triggered/application-insights.png" alt-text="Screenshot of the tab for application settings.":::
187187

188188
1. Add the environment variables and their values to the app settings, and then select **Save**.
189189

@@ -333,7 +333,7 @@ Go to an existing virtual machine and [add an alert rule](/azure/azure-monitor/a
333333
5. On the **Notifications** tab, for **Action type**, select **Azure Function**.
334334
6. On the **Azure Function** pane, select the **Subscription**, **Resource group**, **Function app**, and **Azure Function** values.
335335

336-
:::image type="content" source="./media/network-watcher-alert-triggered-packet-capture/action-group.png" alt-text="Screenshot of the page for creating an action group and the pane for details about an Azure function.":::
336+
:::image type="content" source="./media/packet-capture-alert-triggered/action-group.png" alt-text="Screenshot of the page for creating an action group and the pane for details about an Azure function.":::
337337
7. In **Enable the common alert schema** slider, select **No**. Then select **OK**.
338338

339339
## Review the results

articles/network-watcher/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
- name: Inspect to find anomalies
119119
href: packet-capture-inspect.md
120120
- name: Proactive network monitoring with Azure Functions
121-
href: network-watcher-alert-triggered-packet-capture.md
121+
href: packet-capture-alert-triggered.md
122122
- name: Perform intrusion detection using open source tools
123123
href: network-watcher-intrusion-detection-open-source-tools.md
124124
- name: Visualize network traffic patterns using open source tools

0 commit comments

Comments
 (0)