Skip to content

Commit 01b6c28

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-dev-docs-pr into diberry/0218-redis
2 parents 7d493e1 + 61cce32 commit 01b6c28

Some content is hidden

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

45 files changed

+942
-396
lines changed

.openpublishing.publish.config.json

+6
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@
7373
"branch": "main",
7474
"branch_mapping": {}
7575
},
76+
{
77+
"path_to_root": "js-e2e",
78+
"url": "https://github.com/Azure-Samples/js-e2e",
79+
"branch": "main",
80+
"branch_mapping": {}
81+
},
7682
{
7783
"path_to_root": "azure-docs",
7884
"url": "https://github.com/MicrosoftDocs/azure-docs",

.openpublishing.redirection.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -290,27 +290,27 @@
290290
},
291291
{
292292
"source_path": "articles/java/toolkit-for-intellij/azure-toolkit-for-intellij.md",
293-
"redirect_url": "/azure/developer/java/tookit-for-intellij"
293+
"redirect_url": "/azure/developer/java/toolkit-for-intellij"
294294
},
295295
{
296296
"source_path": "articles/java/toolkit-for-intellij/azure-toolkit-for-intellij-publish-spring-boot-docker-app.md",
297-
"redirect_url": "/azure/developer/java/tookit-for-intellij"
297+
"redirect_url": "/azure/developer/java/toolkit-for-intellij"
298298
},
299299
{
300300
"source_path": "articles/java/toolkit-for-intellij/azure-toolkit-for-intellij-publish-as-docker-container.md",
301-
"redirect_url": "/azure/developer/java/tookit-for-intellij"
301+
"redirect_url": "/azure/developer/java/toolkit-for-intellij"
302302
},
303303
{
304304
"source_path": "articles/java/toolkit-for-eclipse/azure-toolkit-for-eclipse.md",
305-
"redirect_url": "/azure/developer/java/tookit-for-eclipse"
305+
"redirect_url": "/azure/developer/java/toolkit-for-eclipse"
306306
},
307307
{
308308
"source_path": "articles/java/toolkit-for-eclipse/azure-toolkit-for-eclipse-publish-spring-boot-docker-app.md",
309-
"redirect_url": "/azure/developer/java/tookit-for-eclipse"
309+
"redirect_url": "/azure/developer/java/toolkit-for-eclipse"
310310
},
311311
{
312312
"source_path": "articles/java/toolkit-for-eclipse/azure-toolkit-for-eclipse-publish-as-docker-container.md",
313-
"redirect_url": "/azure/developer/java/tookit-for-eclipse"
313+
"redirect_url": "/azure/developer/java/toolkit-for-eclipse"
314314
},
315315
{
316316
"source_path": "articles/java/java-azure-tools.md",

articles/github/github-key-vault.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ With Key Vault and GitHub Actions, you have the benefits of a centralized secret
2020
## Prerequisites
2121
- A GitHub account. If you don't have one, sign up for [free](https://github.com/join).
2222
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
23-
- An Azure App connected to a GitHub repository. This example uses [Deploy containers to Azure App Service](/azure/developer/javascript/tutorial-vscode-docker-node-01).
23+
- An Azure App connected to a GitHub repository. This example uses [Deploy containers to Azure App Service](../javascript/tutorial/tutorial-vscode-docker-node/tutorial-vscode-docker-node-01.md).
2424
- An Azure key vault. You can create an Azure Key Vault using the Azure portal, Azure CLI, or Azure PowerShell.
2525

2626
## Workflow file overview

articles/includes/dotnet-all.md

+48-30
Large diffs are not rendered by default.

articles/includes/dotnet-new.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
| ASP.NET Extension - Configuration Secrets | NuGet [1.0.2](https://www.nuget.org/packages/Azure.Extensions.AspNetCore.Configuration.Secrets/1.0.2) | [docs](/dotnet/api/overview/azure/Extensions.AspNetCore.Configuration.Secrets-readme/) | GitHub [1.0.2](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Extensions.AspNetCore.Configuration.Secrets_1.0.2/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/) |
66
| ASP.NET Extension - DataProtection Blobs | NuGet [1.2.0](https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Blobs/1.2.0) | [docs](/dotnet/api/overview/azure/Extensions.AspNetCore.DataProtection.Blobs-readme/) | GitHub [1.2.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Extensions.AspNetCore.DataProtection.Blobs_1.2.0/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/) |
77
| ASP.NET Extension - DataProtection Keys | NuGet [1.0.2](https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Keys/1.0.2) | [docs](/dotnet/api/overview/azure/Extensions.AspNetCore.DataProtection.Keys-readme/) | GitHub [1.0.2](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Extensions.AspNetCore.DataProtection.Keys_1.0.2/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/) |
8-
| Azure Mixed Reality Authentication | NuGet [1.0.0-beta.1](https://www.nuget.org/packages/Azure.MixedReality.Authentication/1.0.0-beta.1) | [docs](/dotnet/api/overview/azure/MixedReality.Authentication-readme-pre/) | GitHub [1.0.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.MixedReality.Authentication_1.0.0-beta.1/sdk/mixedreality/Azure.MixedReality.Authentication/) |
9-
| Azure Remote Rendering | NuGet [1.0.0-beta.1](https://www.nuget.org/packages/Azure.MixedReality.RemoteRendering/1.0.0-beta.1) | [docs](/dotnet/api/overview/azure/MixedReality.RemoteRendering-readme-pre/) | GitHub [1.0.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.MixedReality.RemoteRendering_1.0.0-beta.1/sdk/mixedreality/Azure.MixedReality.RemoteRendering/) |
8+
| Azure Mixed Reality Authentication | NuGet [1.0.0](https://www.nuget.org/packages/Azure.MixedReality.Authentication/1.0.0) | | GitHub [1.0.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.MixedReality.Authentication_1.0.0/sdk/mixedreality/Azure.MixedReality.Authentication/) |
9+
| Azure Object Anchors Conversion | NuGet [0.1.0-beta.1](https://www.nuget.org/packages/Azure.MixedReality.ObjectAnchors.Conversion/0.1.0-beta.1) | | GitHub [0.1.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.MixedReality.ObjectAnchors.Conversion_0.1.0-beta.1/sdk/objectanchors/Azure.MixedReality.ObjectAnchors.Conversion/) |
10+
| Azure Remote Rendering | NuGet [1.0.0-beta.3](https://www.nuget.org/packages/Azure.MixedReality.RemoteRendering/1.0.0-beta.3) | [docs](/dotnet/api/overview/azure/MixedReality.RemoteRendering-readme-pre/) | GitHub [1.0.0-beta.3](https://github.com/Azure/azure-sdk-for-net/tree/Azure.MixedReality.RemoteRendering_1.0.0-beta.3/sdk/remoterendering/Azure.MixedReality.RemoteRendering/) |
1011
| Azure Security Attestation | NuGet [1.0.0-beta.1](https://www.nuget.org/packages/Azure.Security.Attestation/1.0.0-beta.1) | [docs](/dotnet/api/overview/azure/Security.Attestation-readme-pre/) | GitHub [1.0.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Security.Attestation_1.0.0-beta.1/sdk/attestation/Azure.Security.Attestation/) |
1112
| Cognitive Search | NuGet [11.2.0](https://www.nuget.org/packages/Azure.Search.Documents/11.2.0) | [docs](/dotnet/api/overview/azure/Search.Documents-readme/) | GitHub [11.2.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Search.Documents_11.2.0/sdk/search/Azure.Search.Documents/) |
12-
| Communication Administration | NuGet [1.0.0-beta.3](https://www.nuget.org/packages/Azure.Communication.Administration/1.0.0-beta.3) | [docs](/dotnet/api/overview/azure/Communication.Administration-readme-pre/) | GitHub [1.0.0-beta.3](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Communication.Administration_1.0.0-beta.3/sdk/communication/Azure.Communication.Administration/) |
1313
| Communication Chat | NuGet [1.0.0-beta.4](https://www.nuget.org/packages/Azure.Communication.Chat/1.0.0-beta.4) | [docs](/dotnet/api/overview/azure/Communication.Chat-readme-pre/) | GitHub [1.0.0-beta.4](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Communication.Chat_1.0.0-beta.4/sdk/communication/Azure.Communication.Chat/) |
1414
| Communication Common | NuGet [1.0.0-beta.4](https://www.nuget.org/packages/Azure.Communication.Common/1.0.0-beta.4) | [docs](/dotnet/api/overview/azure/Communication.Common-readme-pre/) | GitHub [1.0.0-beta.4](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Communication.Common_1.0.0-beta.4/sdk/communication/Azure.Communication.Common/) |
1515
| Communication Identity | NuGet [1.0.0-beta.4](https://www.nuget.org/packages/Azure.Communication.Identity/1.0.0-beta.4) | [docs](/dotnet/api/overview/azure/Communication.Identity-readme-pre/) | GitHub [1.0.0-beta.4](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Communication.Identity_1.0.0-beta.4/sdk/communication/Azure.Communication.Identity/) |

0 commit comments

Comments
 (0)