Skip to content

Commit 1edbf6a

Browse files
authored
Merge pull request #300234 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 8f97b73 + 9659970 commit 1edbf6a

30 files changed

+33
-33
lines changed

articles/api-management/sap-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Choose one of the following methods to import your API to API Management:
116116
|---------|---------|
117117
|`HEAD /` | Enables the client to exchange cross-site request forgery (CSRF) tokens with the SAP server when required.<br/><br/>SAP also allows CSRF token exchange via the GET verb.<br/><br/> CSRF token exchange isn’t covered in this article. See an [example API Management policy snippet](https://github.com/Azure/api-management-policy-snippets/blob/master/examples/Get%20X-CSRF%20token%20from%20SAP%20gateway%20using%20send%20request.policy.xml) to broker token exchange. |
118118

119-
:::image type="content" source="media/sap-api/head-root-operation.png" alt-text="Sceenshot that shows the operation for fetching tokens.":::
119+
:::image type="content" source="media/sap-api/head-root-operation.png" alt-text="Screenshot that shows the operation for fetching tokens.":::
120120

121121
- `GET /`
122122

Loading
Loading
2.07 KB
Loading
2.22 KB
Loading

articles/azure-maps/power-bi-visual-get-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ Take the following steps to load the Azure Maps visual:
9191

9292
:::image type="content" source="media/power-bi-visual/show-labels-off.png" alt-text="A screenshot of the Azure Maps visual displaying a map with the show labels setting turned off in the style section of the format pane in Power BI." lightbox="media/power-bi-visual/show-labels-off.png":::
9393

94-
1. You can also show or hide country borders, state or province borders, county borders, building, and road details in the **Format** pane. The following two images show maps with the **Country borders** settings turned on and off:
94+
1. You can also show or hide country/region borders, state or province borders, county borders, building, and road details in the **Format** pane. The following two images show maps with the **Country/Region borders** settings turned on and off:
9595

96-
:::image type="content" source="media/power-bi-visual/country-borders-on.png" alt-text="A screenshot of the Azure Maps visual displaying a map with the country borders setting turned on in the style section of the format pane in Power BI." lightbox="media/power-bi-visual/country-borders-on.png":::
96+
:::image type="content" source="media/power-bi-visual/country-region-borders-on.png" alt-text="A screenshot of the Azure Maps visual displaying a map with the country/region borders setting turned on in the style section of the format pane in Power BI." lightbox="media/power-bi-visual/country-region-borders-on.png":::
9797

98-
:::image type="content" source="media/power-bi-visual/country-borders-off.png" alt-text="A screenshot of the Azure Maps visual displaying a map with the country borders setting turned off in the style section of the format pane in Power BI." lightbox="media/power-bi-visual/country-borders-off.png":::
98+
:::image type="content" source="media/power-bi-visual/country-region-borders-off.png" alt-text="A screenshot of the Azure Maps visual displaying a map with the country/region borders setting turned off in the style section of the format pane in Power BI." lightbox="media/power-bi-visual/country-region-borders-off.png":::
9999

100100
## Fields pane buckets
101101

@@ -124,15 +124,15 @@ The following settings are available in the **Style** section:
124124
|-------------|--------------|
125125
| Style | The style of the map. The dropdown list contains [blank and blank accessible], [grayscale dark], [grayscale light], [high contrast dark], [high contrast light], [night], [road], [road shaded relief], [satellite] and [satellite road labels]. |
126126
| Labels | A toggle switch that allows you to show or hide map labels. For more information, see item number five in the previous section titled [Use the Azure Maps Power BI visual](#use-the-azure-maps-power-bi-visual). |
127-
| Country borders | A toggle switch that controls the visibility of country borders. |
127+
| Country/Region borders | A toggle switch that controls the visibility of country/region borders. |
128128
| State or province borders | A toggle switch that controls the visibility of the borders for the first-level administrative divisions, such as state or province borders. |
129129
| County borders | A toggle switch that controls the visibility of the borders for the second-level administrative divisions, such as county borders. |
130130
| Buildings | A toggle switch that controls the visibility of building footprints |
131131
| Road details | A toggle switch that adjusts the level of detail for visible roads. Turning this off will reduce the number of roads shown on the map. |
132132

133133
The availability of the above toggles depends on the selected style. Below is a table showing the supported options for different styles:
134134

135-
| Map styles | Labels | Country borders | State or province borders | County borders | Buildings | Road details |
135+
| Map styles | Labels | Country/Region borders | State or province borders | County borders | Buildings | Road details |
136136
|-|-|-|-|-|-|-|
137137
| [blank and blank accessible] |||||||
138138
| [grayscale dark] |||||||

articles/azure-resource-manager/bicep/visual-studio-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,17 +256,17 @@ To use deployment pane:
256256

257257
- Select the show deployment pane button on the upper right corner as shown in the following screenshot:
258258

259-
:::image type="content" source="./media/visual-studio-code/visual-studio-code-open-deployment-pane.png" alt-text="Sceenshot of the open deployment pane button.":::
259+
:::image type="content" source="./media/visual-studio-code/visual-studio-code-open-deployment-pane.png" alt-text="Screenshot of the open deployment pane button.":::
260260

261261
By default, VS Code opens the deployment pane on the side. To open it in a new tab, hold <kbd>Alt</kbd> while selecting the button.
262262

263263
- Another way to open the deployment pane is through the command palette. Press <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd>, then select either **Show Deployment Pane** or **Show Deployment Pane to the Side**.
264264

265-
:::image type="content" source="./media/visual-studio-code/visual-studio-code-show-deployment-pane.png" alt-text="Sceenshot of show deployment pane in command palette.":::
265+
:::image type="content" source="./media/visual-studio-code/visual-studio-code-show-deployment-pane.png" alt-text="Screenshot of show deployment pane in command palette.":::
266266

267267
The following screenshot shows a successful deployment with the Bicep file validation results.
268268

269-
:::image type="content" source="./media/visual-studio-code/visual-studio-code-deployment-pane.png" alt-text="Sceenshot of deployment pane in Visual Studio Code.":::
269+
:::image type="content" source="./media/visual-studio-code/visual-studio-code-deployment-pane.png" alt-text="Screenshot of deployment pane in Visual Studio Code.":::
270270

271271
1. Select **Change Scope** to define the deployment scope. After authentication, you're able to select the subscription and the resource group of your desired deployment.
272272
1. Select **Pick JSON Parameters File** to select a JSON parameter file.

articles/backup/backup-azure-system-state-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To install Windows Server Backup using PowerShell, run the following command:
6565

6666
To install Windows Server Backup using Server Manager, follow these steps:
6767

68-
1. In **Server Manger**, select **Add roles and features**. The **Add roles and features wizard** appears.
68+
1. In **Server Manager**, select **Add roles and features**. The **Add roles and features wizard** appears.
6969

7070
![Dashboard](./media/backup-azure-system-state-troubleshoot/server_management.jpg)
7171

articles/dev-box/how-to-customize-devbox-azure-image-builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ To use VM Image Builder with Azure Compute Gallery, make sure you have an existi
170170

171171
1. Create a file to store your template definition, such as c:/temp/mytemplate.txt.
172172

173-
1. Copy the following Azure Resource Manger template for VM Image Builder into your new template file.
173+
1. Copy the following Azure Resource Manager template for VM Image Builder into your new template file.
174174

175175
This template indicates the source image and the customizations applied. It installs Choco and VS Code, and also indicates the image distribution location.
176176

articles/load-balancer/basic/ipv6-configure-template-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Deploy an IPv6 dual stack application with Basic Load Balancer in Azure virtual network - Resource Manger template
2+
title: Deploy an IPv6 dual stack application with Basic Load Balancer in Azure virtual network - Resource Manager template
33
titlesuffix: Azure Virtual Network
44
description: This article shows how to deploy an IPv6 dual stack application in Azure virtual network using Azure Resource Manager VM templates.
55
services: load-balancer

0 commit comments

Comments
 (0)