You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/sap-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ Choose one of the following methods to import your API to API Management:
116
116
|---------|---------|
117
117
|`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. |
118
118
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.":::
Copy file name to clipboardExpand all lines: articles/azure-maps/power-bi-visual-get-started.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,11 +91,11 @@ Take the following steps to load the Azure Maps visual:
91
91
92
92
:::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":::
93
93
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:
95
95
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":::
97
97
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":::
99
99
100
100
## Fields pane buckets
101
101
@@ -124,15 +124,15 @@ The following settings are available in the **Style** section:
124
124
|-------------|--------------|
125
125
| 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]. |
126
126
| 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. |
128
128
| 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. |
129
129
| County borders | A toggle switch that controls the visibility of the borders for the second-level administrative divisions, such as county borders. |
130
130
| Buildings | A toggle switch that controls the visibility of building footprints |
131
131
| 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. |
132
132
133
133
The availability of the above toggles depends on the selected style. Below is a table showing the supported options for different styles:
134
134
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 |
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/visual-studio-code.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,17 +256,17 @@ To use deployment pane:
256
256
257
257
- Select the show deployment pane button on the upper right corner as shown in the following screenshot:
258
258
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.":::
260
260
261
261
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.
262
262
263
263
- 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**.
264
264
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.":::
266
266
267
267
The following screenshot shows a successful deployment with the Bicep file validation results.
268
268
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.":::
270
270
271
271
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.
272
272
1. Select **Pick JSON Parameters File** to select a JSON parameter file.
Copy file name to clipboardExpand all lines: articles/dev-box/how-to-customize-devbox-azure-image-builder.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ To use VM Image Builder with Azure Compute Gallery, make sure you have an existi
170
170
171
171
1. Create a file to store your template definition, such as c:/temp/mytemplate.txt.
172
172
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.
174
174
175
175
This template indicates the source image and the customizations applied. It installs Choco and VS Code, and also indicates the image distribution location.
0 commit comments