Skip to content

Commit 81411d9

Browse files
authored
Merge pull request #239438 from MicrosoftDocs/repo_sync_working_branch
Resolve syncing conflicts from repo_sync_working_branch to main
2 parents 7d65452 + b1011a4 commit 81411d9

File tree

7 files changed

+19
-13
lines changed

7 files changed

+19
-13
lines changed

articles/azure-functions/functions-dotnet-dependency-injection.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,10 @@ namespace MyNamespace
304304
.AddJsonFile(Path.Combine(context.ApplicationRootPath, $"appsettings.{context.EnvironmentName}.json"), optional: true, reloadOnChange: false)
305305
.AddEnvironmentVariables();
306306
}
307+
308+
public override void Configure(IFunctionsHostBuilder builder)
309+
{
310+
}
307311
}
308312
}
309313
```
-44.9 KB
Loading
1.83 MB
Loading
Binary file not shown.

articles/azure-maps/power-bi-visual-conversion.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Convert Map and Filled map visuals to an Azure Maps Visual
2+
title: Convert Map and Filled map visuals to an Azure Maps visual
33
titleSuffix: Microsoft Azure Maps Power BI visual
4-
description: This article covers how to convert Map and Filled map visuals to an Azure Maps Visual.
4+
description: This article covers how to convert Map and Filled map visuals to an Azure Maps visual.
55
author: deniseatmicrosoft
66
ms.author: limingchen
77
ms.date: 05/23/2023
@@ -10,28 +10,28 @@ ms.service: azure-maps
1010
services: azure-maps
1111
---
1212

13-
# Convert Map and Filled map visuals to an Azure Maps Visual
13+
# Convert Map and Filled map visuals to an Azure Maps visual
1414

15-
The Azure Maps Visual is now Generally Available, providing a streamlined and intuitive experience for working with your data.
15+
The Azure Maps visual is now Generally Available, providing a streamlined and intuitive experience for working with your data.
1616

1717
## How to convert your existing Map and Filled map visuals
1818

19-
A conversion function is available in Power BI desktop to convert any existing Map and Filled map visuals to the new Azure Maps Visual.
19+
A conversion function is available in Power BI desktop to convert any existing Map and Filled map visuals to the new Azure Maps visual.
2020

21-
When opening a report with Map and Filled map visuals, you will see the following dialog giving you the option to upgrade to the new Azure Maps Visual:
21+
When opening a report with Map and Filled map visuals, you will see the following dialog giving you the option to upgrade to the new Azure Maps visual:
2222

23-
:::image type="content" source="media/power-bi-visual/introducing-azure-map-visual.png" alt-text="Screenshot showing the option to upgrade maps to the Azure Maps Visual.":::
23+
:::image type="content" source="media/power-bi-visual/introducing-azure-map-visual.png" alt-text="Screenshot showing the option to upgrade maps to the Azure Maps visual.":::
2424

25-
When selecting the **Upgrade maps** button, all Map and Filled map visuals in the current report are converted. You can also convert a specific Map or Filled Map Visual to an Azure Maps Visual in the Visual gallery.
25+
When selecting the **Upgrade maps** button, all Map and Filled map visuals in the current report are converted. You can also convert a specific Map or Filled Map Visual to an Azure Maps visual in the Visual gallery.
2626

27-
All settings associated with the original visuals are carried over to the new Azure Maps Visual, ensuring consistency in the migrated report.
27+
All settings associated with the original visuals are carried over to the new Azure Maps visual, ensuring consistency in the migrated report.
2828

29-
:::image type="content" source="media/power-bi-visual/the-new-azure-maps-visual.png" alt-text="Screenshot showing the Bubble chart Description automatically generated.":::
29+
:::image type="content" source="media/power-bi-visual/new-azure-maps-visual.gif" alt-text="Screenshot showing the Bubble chart Description automatically generated.":::
3030

3131
> [!NOTE]
3232
> Due to differences in supported bubble size ranges between the two platforms, you may notice that some bubbles appear smaller on the converted Azure Maps visual compared to their original size in the Maps visual. This is because the maximum bubble size in Azure Maps is smaller than the maximum bubble size in Bing Maps. Bubble size differences can vary based on the visual dimension and the report's zoom level.
3333
34-
The migration function streamlines the process of converting Map and Filled map visuals to Azure Maps Visuals, providing users with an efficient and easy-to-use solution.
34+
The migration function streamlines the process of converting Map and Filled map visuals to Azure Maps visuals, providing users with an efficient and easy-to-use solution.
3535

3636
## Next steps
3737

articles/azure-maps/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@ items:
351351
href: how-to-use-indoor-module-ios.md
352352
- name: Use Azure Maps in Power BI
353353
items:
354+
- name: Convert Map and Filled map visuals
355+
href: power-bi-visual-conversion.md
354356
- name: The Azure Maps Power BI visual
355357
href: power-bi-visual-get-started.md
356358
- name: Geocoding in Azure Maps Power BI Visual

articles/cosmos-db/continuous-backup-restore-frequently-asked-questions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ sections:
3535
answer: |
3636
You can identify whether an account is restored and gets the restore details by using the [Azure portal](restore-account-continuous-backup.md#get-the-restore-details-portal), [Azure PowerShell](restore-account-continuous-backup.md#get-the-restore-details-powershell), and the [Azure CLI](restore-account-continuous-backup.md#get-the-restore-details-cli).
3737
- question: |
38-
What is the use of `instanceId` in the account definition?
38+
What is "instanceId" in the account definition?
3939
answer: |
4040
[!INCLUDE[](includes/continuous-backup-restore-frequently-asked-questions-instanceid.md)]
4141
- question: |
42-
Is continuous backup supported for Azure Synapse Link enabled accounts?
42+
Is continuous backup supported for Azure Synapse Link-enabled accounts?
4343
answer: |
4444
No. Currently, continuous backup mode and Azure Synapse Link can't coexist in the same database account.
4545
additionalContent: |

0 commit comments

Comments
 (0)