Skip to content

Commit 814f569

Browse files
authored
Merge pull request #296947 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 7666c18 + aa7436d commit 814f569

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

articles/azure-maps/about-azure-maps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ For more information, see [Geolocation] in the Azure Maps REST API documentation
7272
>
7373
> **Azure Maps Render v1 service retirement**
7474
>
75-
> The Azure Maps [Render v1] service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API will need to be updated to use [Render v2] API by 9/17/26.
75+
> The Azure Maps [Render v1] service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API will need to be updated to use [Render v2024-04-01] API by 9/17/26.
7676
7777
### Route service
7878

@@ -217,7 +217,7 @@ Stay up to date on Azure Maps:
217217
[Get Weather along route API]: /rest/api/maps/weather/getweatheralongroute
218218
[Render]: /rest/api/maps/render
219219
[Render v1]: /rest/api/maps/render?view=rest-maps-1.0
220-
[Render v2]: /rest/api/maps/render
220+
[Render v2024-04-01]: /rest/api/maps/render
221221
[REST APIs]: /rest/api/maps/
222222
[Route]: /rest/api/maps/route
223223
[Search]: /rest/api/maps/search?view=rest-maps-1.0&preserve-view=true

articles/azure-maps/render-coverage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ The render coverage tables below list the countries/regions that support Azure M
1818
>
1919
> **Azure Maps Render v1 service retirement**
2020
>
21-
> The Azure Maps [Render v1] service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API will need to be updated to use [Render v2] API by 9/17/26.
21+
> The Azure Maps [Render v1] service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API will need to be updated to use [Render v2024-04-01] API by 9/17/26.
2222
2323
### Legend
2424

2525
| Symbol | Meaning |
2626
|:------:|-----------------------------------------------------------|
2727
|| Country/region is provided with detailed data. |
2828
|| Country/region is provided with simplified data. |
29-
| v2 | Country/region is only supported in the Render v2 service. |
29+
| v2 | Country/region is only supported in the Render service in v2 & v2024-04-01 . |
3030
| Country/region is missing | Country/region data isn't provided. |
3131

3232
## Americas
@@ -215,4 +215,4 @@ The render coverage tables below list the countries/regions that support Azure M
215215
216216
[Zoom levels and tile grid]: zoom-levels-and-tile-grid.md
217217
[Render v1]: /rest/api/maps/render
218-
[Render v2]: /rest/api/maps/render
218+
[Render v2024-04-01]: /rest/api/maps/render

articles/backup/quick-kubernetes-backup-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Before you configure vaulted backup for AKS cluster, ensure the following prereq
2727
To create the Backup vault, run the following command:
2828

2929
```azurecli
30-
az dataprotection backup-vault create --resource-group $backupvaultresourcegroup --vault-name $backupvault --location $region --type SystemAssigned --storage-settings datastore-type="VaultStore" type="GloballyRedundant"
30+
az dataprotection backup-vault create --resource-group $backupvaultresourcegroup --vault-name $backupvault --location $region --type SystemAssigned --storage-settings datastore-type="VaultStore" type="GeoRedundant"
3131
```
3232

3333
The newly created vault has storage settings set as Globally Redundant, thus backups stored in vault tier will be available in the Azure paired region. Once the vault creation is complete, create a backup policy to protect AKS clusters.

articles/communication-services/quickstarts/voice-video-calling/includes/call-recording-samples/call-recording-csharp.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ StartRecordingOptions recordingOptions = new StartRecordingOptions(new ServerCal
7575
RecordingFormat = RecordingFormat.Wav,
7676
RecordingStateCallbackUri = new Uri("<CallbackUri>"),
7777
RecordingStorage = RecordingStorage.CreateAzureBlobContainerRecordingStorage(new Uri("<YOUR_STORAGE_CONTAINER_URL>"))
78-
ExternalStorage = new BlobStorage(new Uri("<Insert Container / Blob Uri>"))
7978
};
8079
Response<RecordingStateResult> response = await callAutomationClient.GetCallRecording()
8180
.StartAsync(recordingOptions);

articles/logic-apps/logic-apps-securing-a-logic-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,7 @@ For more information about securing services by using client certificate authent
15911591

15921592
* [Improve security for APIs by using client certificate authentication in Azure API Management](../api-management/api-management-howto-mutual-certificates-for-clients.md)
15931593
* [Improve security for back-end services by using client certificate authentication in Azure API Management](../api-management/api-management-howto-mutual-certificates.md)
1594-
* [Improve security for your RESTfuL service by using client certificates](../active-directory-b2c/secure-rest-api.md)
1594+
* [Improve security for your RESTful service by using client certificates](../active-directory-b2c/secure-rest-api.md)
15951595
* [Certificate credentials for application authentication](/entra/identity-platform/certificate-credentials)
15961596
* [Use a TLS/SSL certificate in your code in Azure App Service](../app-service/configure-ssl-certificate-in-code.md)
15971597

0 commit comments

Comments
 (0)