Skip to content

Commit 4b589eb

Browse files
authored
Merge pull request #299594 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 32467a4 + bc22701 commit 4b589eb

File tree

6 files changed

+32
-3
lines changed

6 files changed

+32
-3
lines changed

articles/api-management/integrate-vnet-outbound.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you want to inject a Premium v2 (preview) API Management instance into a virt
4848

4949
### Network security group
5050

51-
A network security group must be associated with the subnet. Configure any network security group rules that you need for the gateway to access your API backends. To set up a network security group, see [Create a network security group](../virtual-network/manage-network-security-group.md).
51+
A network security group must be associated with the subnet. Configure any network security group rules that you need for the gateway to access your API backends. Network security groups (NSG) can also be used to block outbound traffic to the internet and access only resources in your virtual network. To set up a network security group, see [Create a network security group](../virtual-network/manage-network-security-group.md).
5252

5353
### Subnet delegation
5454

511 KB
Loading
598 KB
Loading
510 KB
Loading
473 KB
Loading

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

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,18 @@ Take the following steps to load the Azure Maps visual:
8585

8686
:::image type="content" source="media/power-bi-visual/bubble-layer-styled.png" alt-text="A screenshot of the Azure Maps visual displaying points as bubbles on the map with a custom style." lightbox="media/power-bi-visual/bubble-layer-styled.png":::
8787

88-
1. You can also show or hide labels in the **Format** pane. The following two images show maps with the **Show labels** setting turned on and off:
88+
1. You can also show or hide labels in the **Format** pane. The following two images show maps with the **Labels** setting turned on and off:
8989

9090
:::image type="content" source="media/power-bi-visual/show-labels-on.png" alt-text="A screenshot of the Azure Maps visual displaying a map with the show labels setting turned on in the style section of the format pane in Power BI." lightbox="media/power-bi-visual/show-labels-on.png":::
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:
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":::
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":::
99+
94100
## Fields pane buckets
95101

96102
The following data buckets are available in the **Fields** pane of the Azure Maps visual.
@@ -117,7 +123,30 @@ The following settings are available in the **Style** section:
117123
| Setting | Description |
118124
|-------------|--------------|
119125
| 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]. |
120-
| Show labels | A toggle switch that enables you to either show or hide map labels. For more information, see list item number five in the previous section. |
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. |
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+
| County borders | A toggle switch that controls the visibility of the borders for the second-level administrative divisions, such as county borders. |
130+
| Buildings | A toggle switch that controls the visibility of building footprints |
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+
133+
The availability of the above toggles depends on the selected style. Below is a table showing the supported options for different styles:
134+
135+
| Map styles | Labels | Country borders | State or province borders | County borders | Buildings | Road details |
136+
|-|-|-|-|-|-|-|
137+
| [blank and blank accessible] |||||||
138+
| [grayscale dark] |||||||
139+
| [grayscale light] |||||||
140+
| [high contrast dark] |||||||
141+
| [high contrast light] |||||||
142+
| [night] |||||||
143+
| [road] |||||||
144+
| [road shaded relief] |||||||
145+
| [satellite] |||||||
146+
| [satellite road labels] |||||||
147+
148+
If an option is not supported by the currently selected style, it will have no effect until you choose a style that supports it.
149+
121150

122151
### View
123152

0 commit comments

Comments
 (0)