Skip to content

Commit bbb396b

Browse files
authored
Merge pull request #267574 from MicrosoftDocs/main
2/28/2024 AM Publish
2 parents 069c4a6 + 36cb5f3 commit bbb396b

File tree

89 files changed

+925
-546
lines changed

Some content is hidden

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

89 files changed

+925
-546
lines changed

articles/ai-services/speech-service/includes/containers-speech-config-ws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ speech_config = speechsdk.SpeechConfig(
128128
::: zone-end
129129

130130
::: zone pivot="programming-language-cli"
131-
When you use the Speech CLI in a container, include the `--host wss://localhost:5000/` option. You must also specify `--key none` to ensure that the CLI doesn't try to use a Speech key for authentication. For information about how to configure the Speech CLI, see [Get started with the Azure AI Speech CLI](../spx-basics.md?tabs=dockerinstall#download-and-install).
131+
When you use the Speech CLI in a container, include the `--host ws://localhost:5000/` option. You must also specify `--key none` to ensure that the CLI doesn't try to use a Speech key for authentication. For information about how to configure the Speech CLI, see [Get started with the Azure AI Speech CLI](../spx-basics.md?tabs=dockerinstall#download-and-install).
132132
::: zone-end
133133

articles/app-service/environment/migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Migration requires a three to six hour service window for App Service Environmen
148148
- The existing App Service Environment is shut down and replaced by the new App Service Environment v3.
149149
- All App Service plans in the App Service Environment are converted from the Isolated to Isolated v2 tier.
150150
- All of the apps that are on your App Service Environment are temporarily down. **You should expect about one hour of downtime during this period**.
151-
- If you can't support downtime, see the [side by side migration feature](side-by-side-migrate.md) or the[migration-alternatives](migration-alternatives.md#migrate-manually).
151+
- If you can't support downtime, see the [side by side migration feature](side-by-side-migrate.md) or the [migration-alternatives](migration-alternatives.md#migrate-manually).
152152
- The public addresses that are used by the App Service Environment change to the IPs generated during the IP generation step.
153153

154154
As in the IP generation step, you can't scale, modify your App Service Environment, or deploy apps to it during this process. When migration is complete, the apps that were on the old App Service Environment are running on the new App Service Environment v3.

articles/azure-app-configuration/howto-set-up-private-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This command will prompt your web browser to launch and load an Azure sign-in pa
7070

7171
1. Select **Next : Virtual Network >**.
7272

73-
1. Select an existing **Virtual network** to deploy the private endpoint to. If you don't have a virtual network, [create a virtual network](../private-link/create-private-endpoint-portal.md#create-a-virtual-network-and-bastion-host).
73+
1. Select an existing **Virtual network** to deploy the private endpoint to. If you don't have a virtual network, [create a virtual network](../private-link/create-private-endpoint-portal.md).
7474

7575
1. Select a **Subnet** from the list.
7676

-161 KB
Loading
-51.6 KB
Loading

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

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -76,34 +76,15 @@ The **Category labels** settings enable you to customize font setting such as fo
7676

7777
:::image type="content" source="./media/power-bi-visual/category-labels-example.png" alt-text="A screenshot showing the category labels on an Azure Maps map in Power BI." lightbox="./media/power-bi-visual/category-labels-example.png":::
7878

79-
## Adding a cluster bubble layer
80-
81-
Cluster bubble layers enable you to use enhanced data aggregation capabilities based on different zoom levels. Cluster bubble layers are designed to optimize the visualization and analysis of data by allowing dynamic adjustments to granularity as users zoom in or out on the map.
82-
83-
:::image type="content" source="./media/power-bi-visual/cluster-bubble-layer.png" lightbox="./media/power-bi-visual/cluster-bubble-layer.png" alt-text="A screenshot showing an Azure Maps Power BI visual with a cluster bubble layer.":::
84-
85-
Azure Maps Power BI visual offers a range of configuration options to provide flexibility when customizing the appearance of cluster bubbles. With parameters like cluster bubble size, color, text size, text color, border color, and border width, you can tailor the visual representation of clustered data to align with your reporting needs.
86-
87-
:::image type="content" source="./media/power-bi-visual/visualizations-settings-cluster-bubbles.png" alt-text="A screenshot showing the format visual options for a cluster bubble layer.":::
88-
89-
| Setting | Description | Values |
90-
|---------------|---------------------------------------------------|---------|
91-
| Bubble Size  | The size of each cluster bubble. Default: 12 px | 1-50 px |
92-
| Cluster Color | Fill color of each cluster bubble.  | |
93-
| Text Size | The size of the number indicating the quantity of clustered bubbles. Default: 18 px.| 1-60 px|
94-
| Text Color | Text color of the number displayed in the cluster bubbles.| |
95-
| Border Color | The color of the bubbles outline. | |
96-
| Border Width | The width of the border in pixels. Default: 2 px | 1-20 px |
97-
9879
## Next steps
9980

10081
Change how your data is displayed on the map:
10182

10283
> [!div class="nextstepaction"]
103-
> [Add a 3D column layer](power-bi-visual-add-3d-column-layer.md)
84+
> [Add a cluster bubble layer](power-bi-visual-cluster-bubbles.md)
10485
10586
> [!div class="nextstepaction"]
106-
> [Add a heat map layer](power-bi-visual-add-heat-map-layer.md)
87+
> [Add a 3D column layer](power-bi-visual-add-3d-column-layer.md)
10788
10889
Add more context to the map:
10990

@@ -113,9 +94,6 @@ Add more context to the map:
11394
> [!div class="nextstepaction"]
11495
> [Add a tile layer](power-bi-visual-add-tile-layer.md)
11596
116-
> [!div class="nextstepaction"]
117-
> [Show real-time traffic](power-bi-visual-show-real-time-traffic.md)
118-
11997
Customize the visual:
12098

12199
> [!div class="nextstepaction"]
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: Add a cluster bubble layer to an Azure Maps Power BI visual
3+
titleSuffix: Microsoft Azure Maps
4+
description: In this article, you learn how to use the cluster bubble layer in an Azure Maps Power BI visual.
5+
author: deniseatmicrosoft
6+
ms.author: limingchen
7+
ms.date: 02/27/2024
8+
ms.topic: how-to
9+
ms.service: azure-maps
10+
services: azure-maps
11+
---
12+
13+
# Add a cluster bubble layer
14+
15+
Cluster bubble layers enable you to use enhanced data aggregation capabilities based on different zoom levels. Cluster bubble layers are designed to optimize the visualization and analysis of data by allowing dynamic adjustments to granularity as users zoom in or out on the map.
16+
17+
:::image type="content" source="./media/power-bi-visual/cluster-bubble-layer.png" lightbox="./media/power-bi-visual/cluster-bubble-layer.png" alt-text="A screenshot showing an Azure Maps Power BI visual with a cluster bubble layer.":::
18+
19+
Azure Maps Power BI visual offers a range of configuration options to provide flexibility when customizing the appearance of cluster bubbles. With parameters like cluster bubble size, color, text size, text color, border color, and border width, you can tailor the visual representation of clustered data to align with your reporting needs.
20+
21+
:::image type="content" source="./media/power-bi-visual/visualizations-settings-cluster-bubbles.png" alt-text="A screenshot showing the format visual options for a cluster bubble layer.":::
22+
23+
| Setting | Description | Values |
24+
|---------------|---------------------------------------------------|---------|
25+
| Bubble Size  | The size of each cluster bubble. Default: 12 px | 1-50 px |
26+
| Cluster Color | Fill color of each cluster bubble.  | |
27+
| Text Size | The size of the number indicating the quantity of clustered bubbles. Default: 18 px.| 1-60 px|
28+
| Text Color | Text color of the number displayed in the cluster bubbles.| |
29+
| Border Color | The color of the bubbles outline. | |
30+
| Border Width | The width of the border in pixels. Default: 2 px | 1-20 px |
31+
32+
## Next steps
33+
34+
Change how your data is displayed on the map:
35+
36+
> [!div class="nextstepaction"]
37+
> [Add a 3D column layer](power-bi-visual-add-3d-column-layer.md)
38+
39+
> [!div class="nextstepaction"]
40+
> [Add a heat map layer](power-bi-visual-add-heat-map-layer.md)
41+
42+
Add more context to the map:
43+
44+
> [!div class="nextstepaction"]
45+
> [Add a reference layer](power-bi-visual-add-reference-layer.md)
46+
47+
> [!div class="nextstepaction"]
48+
> [Add a tile layer](power-bi-visual-add-tile-layer.md)
49+
50+
> [!div class="nextstepaction"]
51+
> [Show real-time traffic](power-bi-visual-show-real-time-traffic.md)
52+
53+
Customize the visual:
54+
55+
> [!div class="nextstepaction"]
56+
> [Tips and tricks for color formatting in Power BI](/power-bi/visuals/service-tips-and-tricks-for-color-formatting)
57+
58+
> [!div class="nextstepaction"]
59+
> [Customize visualization titles, backgrounds, and legends](/power-bi/visuals/power-bi-visualization-customize-title-background-and-legend)

articles/azure-maps/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,8 @@ items:
367367
href: power-bi-visual-understanding-layers.md
368368
- name: Add a bubble layer
369369
href: power-bi-visual-add-bubble-layer.md
370+
- name: Add a cluster bubble layer
371+
href: power-bi-visual-cluster-bubbles.md
370372
- name: Add a pie chart layer
371373
href: power-bi-visual-add-pie-chart-layer.md
372374
- name: Add a 3D column layer

articles/azure-monitor/logs/logs-dedicated-clusters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,8 @@ Authorization: Bearer <token>
706706

707707
- Moving a cluster to another resource group or subscription isn't currently supported.
708708

709+
- Moving a cluster to another region isn't supported.
710+
709711
- Cluster update shouldn't include both identity and key identifier details in the same operation. In case you need to update both, the update should be in two consecutive operations.
710712

711713
- Lockbox isn't currently available in China.

articles/azure-resource-manager/templates/deployment-script-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ The identity that your deployment script uses needs to be authorized to work wit
660660
With Microsoft.Resources/deploymentScripts version 2023-08-01, you can run deployment scripts in private networks with some additional configurations.
661661

662662
- Create a user-assigned managed identity, and specify it in the `identity` property. To assign the identity, see [Identity](#identity).
663-
- Create a storage account in the private network, and specify the deployment script to use the existing storage account. To specify an existing storage account, see [Use existing storage account](#use-existing-storage-account). Some additional configuration is required for the storage account.
663+
- Create a storage account, and specify the deployment script to use the existing storage account. To specify an existing storage account, see [Use existing storage account](#use-existing-storage-account). Some additional configuration is required for the storage account.
664664

665665
1. Open the storage account in the [Azure portal](https://portal.azure.com).
666666
1. From the left menu, select **Access Control (IAM)**, and then select the **Role assignments** tab.

0 commit comments

Comments
 (0)