Skip to content

Commit 87874c3

Browse files
authored
Merge pull request #286028 from MicrosoftDocs/main
9/3/2024 AM Publish
2 parents b7f9855 + 7a84dfb commit 87874c3

File tree

75 files changed

+437
-289
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+437
-289
lines changed

articles/application-gateway/ingress-controller-troubleshoot.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,17 @@ metadata:
6565
annotations:
6666
kubernetes.io/ingress.class: azure/application-gateway
6767
spec:
68-
ingressClassName: azure-application-gateway
68+
#ingressClassName: azure-application-gateway # according to the AGIC setup guide, annotations are the approach to set the class
6969
rules:
7070
- host: test.agic.contoso.com
7171
http:
7272
paths:
7373
- path: /
74+
pathType: Prefix
7475
backend:
75-
serviceName: test-agic-app-service
76-
servicePort: 80
76+
name: test-agic-app-service
77+
port:
78+
number: 80
7779
EOF
7880
```
7981

articles/azure-maps/map-add-drawing-toolbar.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Add drawing tools toolbar to map | Microsoft Azure Maps
33
description: How to add a drawing toolbar to a map using Azure Maps Web SDK
44
author: sinnypan
55
ms.author: sipa
6-
ms.date: 06/05/2023
6+
ms.date: 08/30/2024
77
ms.topic: how-to
88
ms.service: azure-maps
99
ms.subservice: web-sdk
@@ -29,7 +29,7 @@ drawingManager = new atlas.drawing.DrawingManager(map, {
2929

3030
For a complete working sample that demonstrates how to add a drawing toolbar to your map, see [Add drawing toolbar to map] in the [Azure Maps Samples]. For the source code for this sample, see [Add drawing toolbar to map source code].
3131

32-
:::image type="content" source="./media/map-add-drawing-toolbar/add-drawing-toolbar.png" alt-text="Screenshot showing the drawing toolbar on a map.":::
32+
:::image type="content" source="./media/map-add-drawing-toolbar/add-drawing-toolbar.png" lightbox="./media/map-add-drawing-toolbar/add-drawing-toolbar.png" alt-text="Screenshot showing the drawing toolbar on a map.":::
3333

3434
<!------------------------------------------------------------------------
3535
> [!VIDEO //codepen.io/azuremaps/embed/ZEzLeRg/?height=265&theme-id=0&default-tab=js,result&editable=true]
@@ -52,7 +52,7 @@ drawingManager = new atlas.drawing.DrawingManager(map, {
5252

5353
The following screenshot shows a sample of an instance of the drawing manager that displays the toolbar with just a single drawing tool on the map:
5454

55-
:::image type="content" source="./media/map-add-drawing-toolbar/limit-displayed-toolbar-options.png" alt-text="Screenshot that demonstrates an instance of the drawing manager that displays the toolbar with just a polygon drawing tool on the map.":::
55+
:::image type="content" source="./media/map-add-drawing-toolbar/limit-displayed-toolbar-options.png" lightbox="./media/map-add-drawing-toolbar/limit-displayed-toolbar-options.png" alt-text="Screenshot that demonstrates an instance of the drawing manager that displays the toolbar with just a polygon drawing tool on the map.":::
5656

5757
<!------------------------------------------------------------------------
5858
> [!VIDEO //codepen.io/azuremaps/embed/OJLWWMy/?height=265&theme-id=0&default-tab=js,result&editable=true]
@@ -117,7 +117,7 @@ drawingManager.setOptions({
117117

118118
For a complete working sample that demonstrates how to customize the rendering of the drawing shapes in the drawing manager by accessing the rendering layers, see [Change drawing rendering style] in the [Azure Maps Samples]. For the source code for this sample, see [Change drawing rendering style source code].
119119

120-
:::image type="content" source="./media/map-add-drawing-toolbar/change-drawing-rendering-style.png" alt-text="Screenshot showing different drawing shaped rendered on a map.":::
120+
:::image type="content" source="./media/map-add-drawing-toolbar/change-drawing-rendering-style.png" lightbox="./media/map-add-drawing-toolbar/change-drawing-rendering-style.png" alt-text="Screenshot showing different drawing shapes rendered on a map.":::
121121

122122
<!------------------------------------------------------------------------
123123
> [!VIDEO //codepen.io/azuremaps/embed/OJLWpyj/?height=265&theme-id=0&default-tab=js,result&editable=true]
206 KB
Loading
186 KB
Loading
358 KB
Loading

articles/azure-monitor/agents/azure-monitor-agent-migration-helper-workbook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: EdB-MSFT
55
ms.author: edbaynash
66
ms.reviewer: guywild
77
ms.topic: conceptual
8-
ms.date: 06/16/2024
8+
ms.date: 09/03/2024
99

1010
# Customer intent: As an azure administrator, I want to understand how the Azure Monitor Agent Migration Helper workbook can help me in migrating from the MMA agent to the AMA agent.
1111

@@ -18,7 +18,7 @@ Azure Monitor Agent Migration Helper workbook is a workbook-based Azure Monitor
1818
## Using the AMA workbook
1919

2020
To open the workbook:
21-
1. Navigate to the **Azure Monitor** page in the Azure portal, and select **Workbooks**.
21+
1. Navigate to the **Monitor** page in the Azure portal, and select **Workbooks**.
2222
1. In the **Workbooks** pane, scroll down to the **AMA Migration Helper** workbook, and select it.
2323

2424
:::image type="content" source="./media/azure-monitor-agent-migration-helper-workbook/select-monitor-workbook.png" lightbox="./media/azure-monitor-agent-migration-helper-workbook/select-monitor-workbook.png" alt-text="A screenshot showing the AMA Migration helper tine in the list of workbooks.":::
-12.7 KB
Loading
9.75 KB
Loading
102 Bytes
Loading
-445 Bytes
Loading

0 commit comments

Comments
 (0)