Skip to content

Commit 6f7ed57

Browse files
authored
Merge pull request #245224 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 2e45250 + e46d038 commit 6f7ed57

File tree

11 files changed

+81
-54
lines changed

11 files changed

+81
-54
lines changed

articles/active-directory/cloud-infrastructure-entitlement-management/ui-triggers.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ ms.date: 02/23/2022
1212
ms.author: jfields
1313
---
1414

15-
# View information about activity triggers
15+
# View information about alerts and alert triggers
1616

17-
This article describes how to use the **Activity triggers** dashboard in Permissions Management to view information about activity alerts and triggers.
17+
This article describes how to use the **Alerts** dashboard in Permissions Management to view information about alerts and alert triggers.
1818

19-
## Display the Activity triggers dashboard
19+
## Display the Alerts dashboard
2020

21-
- In the Permissions Management home page, select **Activity triggers** (the bell icon).
21+
- In the Permissions Management home page, select **Alerts** (the bell icon).
2222

23-
The **Activity triggers** dashboard has four tabs:
23+
The **Alerts** dashboard has four tabs:
2424

2525
- **Activity**
2626
- **Rule-Based Anomaly**

articles/aks/learn/quick-kubernetes-deploy-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ The following example creates a resource group named *myResourceGroup* in the *e
7575
7676
The following example creates a cluster named *myAKSCluster* with one node and enables a system-assigned managed identity.
7777
78-
* Create an AKS cluster using the [`az aks create`][az-aks-create] command with the `--enable-addons monitoring` and `--enable-msi-auth-for-monitoring` parameters to enable [Azure Monitor Container insights][azure-monitor-containers] with managed identity authentication (preview).
78+
* Create an AKS cluster using the [`az aks create`][az-aks-create] command with the `--enable-addons monitoring` parameter to enable [Azure Monitor Container insights][azure-monitor-containers] with managed identity authentication (Minimum Azure CLI version 2.49.0 or higher).
7979
8080
```azurecli-interactive
81-
az aks create -g myResourceGroup -n myAKSCluster --enable-managed-identity --node-count 1 --enable-addons monitoring --enable-msi-auth-for-monitoring --generate-ssh-keys
81+
az aks create -g myResourceGroup -n myAKSCluster --enable-managed-identity --node-count 1 --enable-addons monitoring --generate-ssh-keys
8282
```
8383
8484
After a few minutes, the command completes and returns JSON-formatted information about the cluster.
Lines changed: 28 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Add a heat map layer to an Azure Maps Power BI visual
3-
titleSuffix: Microsoft Azure Maps
4-
description: In this article, you will learn how to use the heat map layer in an Azure Maps Power BI visual.
3+
titleSuffix: Microsoft Azure Maps Power BI visual
4+
description: This article describes how to use the heat map layer in an Azure Maps Power BI visual.
55
author: deniseatmicrosoft
66
ms.author: limingchen
77
ms.date: 05/23/2023
@@ -12,11 +12,11 @@ services: azure-maps
1212

1313
# Add a heat map layer
1414

15-
In this article, you will learn how to add a heat map layer to an Azure Maps Power BI visual.
15+
This article describes how to add a heat map layer to an Azure Maps Power BI visual.
1616

1717
:::image type="content" source="media/power-bi-visual/heat-map.png" alt-text="Heat map layer in an Azure Maps Power BI visual.":::
1818

19-
Heat maps, also known as density maps, are a type of overlay on a map used to represent the density of data using different colors. Heat maps are often used to show the data "hot spots" on a map. Heat maps are a great way to render datasets with large number of points. Displaying a large number of data points on a map will result in a degradation in performance and can cover it with overlapping symbols, making it unusable. Rendering the data as a heat map results not only in better performance, it helps you make better sense of the data by making it easy to see the relative density of each data point.
19+
Heat maps, also known as density maps, are a type of overlay on a map used to represent the density of data using different colors. Heat maps are often used to show the data "hot spots" on a map. Heat maps are a great way to render datasets with large number of points. Displaying a large number of data points on a map results in a degradation in performance and can cover it with overlapping symbols, making it unusable. Rendering the data as a heat map results not only in better performance, it helps you make better sense of the data by making it easy to see the relative density of each data point.
2020

2121
A heat map is useful when users want to visualize vast comparative data:
2222

@@ -26,8 +26,8 @@ A heat map is useful when users want to visualize vast comparative data:
2626

2727
## Prerequisites
2828

29-
- [Get started with Azure Maps Power BI visual](./power-bi-visual-get-started.md).
30-
- Understand [layers in the Azure Maps Power BI visual](./power-bi-visual-understanding-layers.md).
29+
- [Get started with Azure Maps Power BI visual].
30+
- Understand [layers in the Azure Maps Power BI visual].
3131

3232
## Add the heat map layer
3333

@@ -45,23 +45,22 @@ The **Heat map** section of the **Format** pane provides flexibility to customiz
4545
- Specify if the value in size field should be used as the weight of each data point.
4646
- Pick different colors from color pickers.
4747
- Set the minimum and maximum zoom level for heat map layer to be visible.
48-
- Decide the heat map layer position amongst different layers, e.g., 3D column layer and bubble layer.
48+
- Decide the heat map layer position amongst different layers, such as the 3D column and bubble layer.
4949

5050
The following table shows the primary settings that are available in the **Heat map** section of the **Format** pane:
5151

5252
| Setting | Description |
5353
|----------------------|------------------|
54-
| Size | The radius of each data point in the heat map.<br /><br />Valid values when Unit = ‘pixels’: 1 - 200. Default: **20**<br />Valid values when Unit = ‘meters’: 1 - 4,000,000|
55-
54+
| Size | The radius of each data point in the heat map.<br><br>Valid values when Unit = ‘pixels’: 1 - 200. Default: **20**<br>Valid values when Unit = ‘meters’: 1 - 4,000,000|
5655

5756
| Setting | Description |
5857
|----------------------|------------------|
59-
| Radius | The radius of each data point in the heat map.<br /><br />Valid values when Unit = ‘pixels’: 1 - 200. Default: **20**<br />Valid values when Unit = ‘meters’: 1 - 4,000,000|
60-
| Units | The distance units of the radius. Possible values are:<br /><br />**pixels**. When set to pixels the size of each data point will always be the same, regardless of zoom level.<br />**meters**. When set to meters, the size of the data points will scale based on zoom level based on the equivalent pixel distance at the equator, providing better relativity between neighboring points. However, due to the Mercator projection, the actual radius of coverage in meters at a given latitude will be smaller than this specified radius.<br /><br /> Default: **pixels** |
61-
| Transparency | Sets the Transparency of the heat map layer. Default: **1**<br/>Value should be from 0% to 100%. |
58+
| Radius | The radius of each data point in the heat map.<br><br>Valid values when Unit = ‘pixels’: 1 - 200. Default: **20**<br>Valid values when Unit = ‘meters’: 1 - 4,000,000|
59+
| Units | The distance units of the radius. Possible values are:<br><br>**pixels**. When set to pixels the size of each data point is the same, regardless of zoom level.<br>**meters**. When set to meters, the size of the data points scale based on zoom level based on the equivalent pixel distance at the equator, providing better relativity between neighboring points. However, due to the Mercator projection, the actual radius of coverage in meters at a given latitude are smaller than this specified radius.<br><br> Default: **pixels** |
60+
| Transparency | Sets the Transparency of the heat map layer. Default: **1**<br>Value should be from 0% to 100%. |
6261
| Intensity | The intensity of each heat point. Intensity is a decimal value between 0 and 1, used to specify how "hot" a single data point should be. Default: **0.5** |
63-
| Use size as weight | A boolean value that determines if the size field value should be used as the weight of each data point. If on, this causes the layer to render as a weighted heat map. Default: **Off** |
64-
| Gradient |Color pick for users to pick 3 colors for low (0%), center (50%) and high (100%) gradient colors. |
62+
| Use size as weight | A boolean value that determines if the size field value should be used as the weight of each data point. When `On`, the layer renders as a weighted heat map. Default: `Off` |
63+
| Gradient |A color picker for users to pick three colors for low (0%), center (50%) and high (100%) gradient colors. |
6564
| Min zoom |Minimum zoom level the layer is visible at. Valid values are 1 to 22. Default: **0** |
6665
|Max zoom |Maximum zoom level the layer is visible at. Valid values are 1 to 22. Default: **22**|
6766
|Layer position |Specify the position of the layer relative to other map layers. Valid values include **Above labels**, **Below labels** and **Below roads** |
@@ -71,23 +70,32 @@ The following table shows the primary settings that are available in the **Heat
7170
Change how your data is displayed on the map:
7271

7372
> [!div class="nextstepaction"]
74-
> [Add a 3D column layer](power-bi-visual-add-3d-column-layer.md)
73+
> [Add a 3D column layer]
7574
7675
Add more context to the map:
7776

7877
> [!div class="nextstepaction"]
79-
> [Add a reference layer](power-bi-visual-add-reference-layer.md)
78+
> [Add a reference layer]
8079
8180
> [!div class="nextstepaction"]
82-
> [Add a tile layer](power-bi-visual-add-tile-layer.md)
81+
> [Add a tile layer]
8382
8483
> [!div class="nextstepaction"]
85-
> [Show real-time traffic](power-bi-visual-show-real-time-traffic.md)
84+
> [Show real-time traffic]
8685
8786
Customize the visual:
8887

8988
> [!div class="nextstepaction"]
90-
> [Tips and tricks for color formatting in Power BI](/power-bi/visuals/service-tips-and-tricks-for-color-formatting)
89+
> [Tips and tricks for color formatting in Power BI]
9190
9291
> [!div class="nextstepaction"]
93-
> [Customize visualization titles, backgrounds, and legends](/power-bi/visuals/power-bi-visualization-customize-title-background-and-legend)
92+
> [Customize visualization titles, backgrounds, and legends]
93+
94+
[Add a 3D column layer]: power-bi-visual-add-3d-column-layer.md
95+
[Add a reference layer]: power-bi-visual-add-reference-layer.md
96+
[Add a tile layer]: power-bi-visual-add-tile-layer.md
97+
[Customize visualization titles, backgrounds, and legends]: /power-bi/visuals/power-bi-visualization-customize-title-background-and-legend
98+
[Get started with Azure Maps Power BI visual]: power-bi-visual-get-started.md
99+
[layers in the Azure Maps Power BI visual]: power-bi-visual-understanding-layers.md
100+
[Show real-time traffic]: power-bi-visual-show-real-time-traffic.md
101+
[Tips and tricks for color formatting in Power BI]: /power-bi/visuals/service-tips-and-tricks-for-color-formatting

articles/azure-maps/power-bi-visual-add-pie-chart-layer.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
---
22
title: Add a pie chart layer to an Azure Maps Power BI visual
33
titleSuffix: Microsoft Azure Maps
4-
description: In this article, you will learn how to use the pie chart layer in an Azure Maps Power BI visual.
4+
description: This article describes how to use the pie chart layer in an Azure Maps Power BI visual.
55
author: deniseatmicrosoft
66
ms.author: limingchen
7-
ms.date: 03/15/2022
7+
ms.date: 07/17/2023
88
ms.topic: how-to
99
ms.service: azure-maps
1010
services: azure-maps
1111
---
1212

1313
# Add a pie chart layer
1414

15-
In this article, you will learn how to add a pie chart layer to an Azure Maps Power BI visual.
15+
This article describes how to add a pie chart layer to an Azure Maps Power BI visual.
1616

1717
A pie chart is a visual representation of data in the form of a circular chart or *pie* where each slice represents an element of the dataset that is shown as a percentage of the whole. A list of numerical variables along with categorical (location) variables are required to represent data in the form of a pie chart.
1818

1919
:::image type="content" source="./media/power-bi-visual/pie-chart-layer.png" alt-text="A Power B I visual showing the pie chart layer.":::
2020

2121
> [!NOTE]
22-
> The data used in this article comes from the [Power BI Sales and Marketing Sample](/power-bi/create-reports/sample-datasets#download-original-sample-power-bi-files).
22+
> The data used in this article comes from the [Power BI Sales and Marketing Sample].
2323
2424
## Prerequisites
2525

26-
- [Get started with Azure Maps Power BI visual](./power-bi-visual-get-started.md).
27-
- Understand [layers in the Azure Maps Power BI visual](./power-bi-visual-understanding-layers.md).
26+
- [Get started with Azure Maps Power BI visual].
27+
- Understand [Layers in the Azure Maps Power BI visual].
2828

2929
## Add the pie chart layer
3030

3131
The pie chart layer is added automatically based on what fields in the **Visualizations** pane have values, these fields include location, size and legend.
3232

3333
:::image type="content" source="./media/power-bi-visual/visualizations-settings-pie-chart.png" alt-text="A screenshot showing the fields required for the pie chart layer Power B I.":::
3434

35-
The following steps will walk you through creating a pie chart layer.
35+
The following steps walk you through creating a pie chart layer.
3636

3737
1. Select two location sources from the **Fields** pane, such as city/state, to add to the **Location** field.
3838
1. Select a numerical field from your table, such as sales, and add it to the **Size** field in the **Visualizations** pane. This field must contain the numerical values used in the pie chart.
39-
1. Select a data field from your table that can be used as the category that the numerical field applies to, such as *manufacturer*, and add it to the **Legend** field in the **Visualizations** pane. This will appear as the slices of the pie, the size of each slice is a percentage of the whole based on the value in the size field, such as the number of sales broken out by manufacturer.
39+
1. Select a data field from your table that can be used as the category that the numerical field applies to, such as *manufacturer*, and add it to the **Legend** field in the **Visualizations** pane. This appears as the slices of the pie, the size of each slice is a percentage of the whole based on the value in the size field, such as the number of sales broken out by manufacturer.
4040
1. Next, in the **Format** tab of the **Visualizations** pane, switch the **Bubbles** toggle to **On**.
4141

4242
The pie chart layer should now appear. Next you can adjust the Pie chart settings such as size and transparency.
4343

4444
## Pie chart layer settings
4545

46-
Pie Chart layer is an extension of the bubbles layer, so all settings are made in the **Bubbles** section. If a field is passed into the **Legend** bucket of the **Fields** pane, the pie charts will be populated and will be colored based on their categorization. The outline of the pie chart is white by default but can be changed to a new color. The following are the settings in the **Format** tab of the **Visualizations** pane that are available to a **Pie Chart layer**.
46+
Pie Chart layer is an extension of the bubbles layer, so all settings are made in the **Bubbles** section. If a field is passed into the **Legend** bucket of the **Fields** pane, the pie charts are populated and colored based on their categorization. The outline of the pie chart is white by default but can be changed to a new color. The following are the settings in the **Format** tab of the **Visualizations** pane that are available to a **Pie Chart layer**.
4747

4848
:::image type="content" source="./media/power-bi-visual/visualizations-settings-bubbles.png" alt-text="A screenshot showing the pie chart settings that appear in the bubbles section when the format tab is selected in the visualization pane in power B I.":::
4949

@@ -63,7 +63,13 @@ Pie Chart layer is an extension of the bubbles layer, so all settings are made i
6363
Change how your data is displayed on the map:
6464

6565
> [!div class="nextstepaction"]
66-
> [Add a 3D column layer](power-bi-visual-add-3d-column-layer.md)
66+
> [Add a 3D column layer]
6767
6868
> [!div class="nextstepaction"]
69-
> [Add a heat map layer](power-bi-visual-add-heat-map-layer.md)
69+
> [Add a heat map layer]
70+
71+
[Power BI Sales and Marketing Sample]: /power-bi/create-reports/sample-datasets#download-original-sample-power-bi-files
72+
[Get started with Azure Maps Power BI visual]: power-bi-visual-get-started.md
73+
[Layers in the Azure Maps Power BI visual]: power-bi-visual-understanding-layers.md
74+
[Add a 3D column layer]: power-bi-visual-add-3d-column-layer.md
75+
[Add a heat map layer]: power-bi-visual-add-heat-map-layer.md

articles/azure-monitor/containers/container-insights-cost-config.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,20 +125,26 @@ Create a file and provide values for _interval_, _namespaceFilteringMode_, and _
125125

126126
## Onboarding to a new AKS cluster
127127

128+
> [!NOTE]
129+
> Minimum Azure CLI version 2.49.0 or higher.
130+
128131
Use the following command to enable monitoring of your AKS cluster
129132

130133
```azcli
131-
az aks create -g myResourceGroup -n myAKSCluster --enable-managed-identity --node-count 1 --enable-addons monitoring --enable-msi-auth-for-monitoring --data-collection-settings dataCollectionSettings.json --generate-ssh-keys
134+
az aks create -g myResourceGroup -n myAKSCluster --enable-managed-identity --node-count 1 --enable-addons monitoring --data-collection-settings dataCollectionSettings.json --generate-ssh-keys
132135
```
133136

134137
## Onboarding to an existing AKS Cluster
135138

136139
## [Azure CLI](#tab/create-CLI)
137140

141+
> [!NOTE]
142+
> Minimum Azure CLI version 2.49.0 or higher.
143+
138144
### Onboard to a cluster without the monitoring addon
139145

140146
```azcli
141-
az aks enable-addons -a monitoring --enable-msi-auth-for-monitoring -g <clusterResourceGroup> -n <clusterName> --data-collection-settings dataCollectionSettings.json
147+
az aks enable-addons -a monitoring -g <clusterResourceGroup> -n <clusterName> --data-collection-settings dataCollectionSettings.json
142148
```
143149

144150
### Onboard to a cluster with an existing monitoring addon
@@ -151,7 +157,7 @@ az aks show -g <clusterResourceGroup> -n <clusterName> | grep -i "logAnalyticsWo
151157
az aks disable-addons -a monitoring -g <clusterResourceGroup> -n <clusterName>
152158
153159
# enable monitoring with data collection settings
154-
az aks enable-addons -a monitoring --enable-msi-auth-for-monitoring -g <clusterResourceGroup> -n <clusterName> --workspace-resource-id <logAnalyticsWorkspaceResourceId> --data-collection-settings dataCollectionSettings.json
160+
az aks enable-addons -a monitoring -g <clusterResourceGroup> -n <clusterName> --workspace-resource-id <logAnalyticsWorkspaceResourceId> --data-collection-settings dataCollectionSettings.json
155161
```
156162

157163
## [Azure portal](#tab/create-portal)

0 commit comments

Comments
 (0)