Skip to content

Commit 8bdae8c

Browse files
authored
Merge pull request #284850 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 b08f49a + 77eef15 commit 8bdae8c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

articles/api-management/authentication-managed-identity-policy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ Both system-assigned identity and any of the multiple user-assigned identities c
6969
```xml
7070
<authentication-managed-identity resource="https://database.windows.net/"/> <!--Azure SQL-->
7171
```
72+
```xml
73+
<authentication-managed-identity resource="https://signalr.azure.com"/> <!--Azure SignalR-->
74+
```
7275

7376
```xml
7477
<authentication-managed-identity resource="AD_application_id"/> <!--Application (client) ID of your own Azure AD Application-->

articles/app-service/quickstart-dotnetcore.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If you already installed Visual Studio 2022:
7474
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet).
7575
- <a href="https://www.visualstudio.com/downloads" target="_blank">Visual Studio Code</a>.
7676
- The <a href="https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack" target="_blank">Azure Tools</a> extension.
77-
- <a href="https://dotnet.microsoft.com/download/dotnet/7.0" target="_blank">The latest .NET 8.0 SDK.</a>
77+
- <a href="https://dotnet.microsoft.com/download/dotnet/8.0" target="_blank">The latest .NET 8.0 SDK.</a>
7878
- **(Optional)** To try GitHub Copilot, a [GitHub Copilot account](https://docs.github.com/copilot/using-github-copilot/using-github-copilot-code-suggestions-in-your-editor). A 30-day free trial is available.
7979

8080
:::zone-end
@@ -96,7 +96,7 @@ If you already installed Visual Studio 2022:
9696

9797
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet).
9898
- The <a href="/powershell/azure/install-az-ps" target="_blank">Azure PowerShell</a>.
99-
- <a href="https://dotnet.microsoft.com/download/dotnet/7.0" target="_blank">The latest .NET 8.0 SDK.</a>
99+
- <a href="https://dotnet.microsoft.com/download/dotnet/8.0" target="_blank">The latest .NET 8.0 SDK.</a>
100100

101101
:::zone-end
102102

@@ -111,7 +111,7 @@ If you already installed Visual Studio 2022:
111111

112112
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet).
113113
- The [Azure Developer CLI](/azure/developer/azure-developer-cli/install-azd)
114-
- [The latest .NET 8.0 SDK.](https://dotnet.microsoft.com/download/dotnet/7.0)
114+
- [The latest .NET 8.0 SDK.](https://dotnet.microsoft.com/download/dotnet/8.0)
115115

116116
:::zone-end
117117

articles/virtual-machines/disks-copy-incremental-snapshot-across-regions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ This article covers copying an incremental snapshot from one region to another.
2626
- If you use the REST API, you must use version 2020-12-01 or newer of the Azure Compute REST API.
2727
- You can only copy one incremental snapshot of a particular disk at a time.
2828
- Snapshots must be copied in the order they were created.
29+
- Only incremental snapshots can be copied across regions. Full snapshots can't be copied across regions.
30+
2931

3032
## Managed copy
3133

0 commit comments

Comments
 (0)