Skip to content

Commit 600d5b1

Browse files
authored
Merge pull request #78691 from MicrosoftDocs/master
6/04 AM Publish
2 parents ef52657 + 6419ecf commit 600d5b1

File tree

75 files changed

+650
-232
lines changed

Some content is hidden

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

75 files changed

+650
-232
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31374,6 +31374,11 @@
3137431374
"redirect_url": "/azure/azure-maps/supported-search-categories",
3137531375
"redirect_document_id": true
3137631376
},
31377+
{
31378+
"source_path": "articles/cognitive-services/LUIS/luis-tutorial-speech-to-intent.md",
31379+
"redirect_url": "/azure/cognitive-services//speech-service/how-to-recognize-intents-from-speech-csharp",
31380+
"redirect_document_id": true
31381+
},
3137731382
{
3137831383
"source_path": "articles/cognitive-services/LUIS/luis-concept-intro-to-luis.md",
3137931384
"redirect_url": "/azure/cognitive-services/LUIS/home",

articles/active-directory/manage-apps/plan-sso-deployment.md

Lines changed: 323 additions & 0 deletions
Large diffs are not rendered by default.

articles/active-directory/manage-apps/toc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@
7474
- name: Configure SAML token encryption (Preview)
7575
href: howto-saml-token-encryption.md
7676
- name: Single sign-on
77-
href: what-is-single-sign-on.md
77+
items:
78+
- name: What is single sign-on
79+
href: what-is-single-sign-on.md
80+
- name: Planning a single sign-on deployment
81+
href: plan-sso-deployment.md
7882
- name: End-user portals
7983
href: end-user-experiences.md
8084
- name: How-to guides

articles/app-service/containers/tutorial-javascript-vscode-create-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You need a container registry to push your app image to once the image is built.
1414

1515
## Using Azure Container Registry
1616

17-
[Azure Container Registry](https://azure.microsoft.com/en-us/services/container-registry/) (ACR) is a private, secure, hosted registry for your images. ACR is used in this tutorial, but the steps are the same for other registry services.
17+
[Azure Container Registry](https://azure.microsoft.com/services/container-registry/) (ACR) is a private, secure, hosted registry for your images. ACR is used in this tutorial, but the steps are the same for other registry services.
1818

1919
Create an Azure Container Registry by signing in to the [Azure portal](https://portal.azure.com) then selecting **Create a resource** > **Containers** > **Container Registry**.
2020

articles/app-service/containers/tutorial-javascript-vscode-deploy-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.devlang: javascript
1010
---
1111
# Deploy the image to Azure App Service
1212

13-
Now that you have your app image built and pushed to a registry, you can deploy to [Azure App Service](https://azure.microsoft.com/en-us/services/app-service/) directly from the Docker extension explorer.
13+
Now that you have your app image built and pushed to a registry, you can deploy to [Azure App Service](https://azure.microsoft.com/services/app-service/) directly from the Docker extension explorer.
1414

1515
## Deploy the image
1616

articles/app-service/containers/tutorial-javascript-vscode-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ ms.devlang: javascript
1010
---
1111
# Deploy to Azure using Docker
1212

13-
This quickstart shows you how to containerize an existing Node.js application using [Docker](https://www.docker.com/), then use Visual Studio Code to push the app image to a Docker registry and deploy it to [Azure Web App for Containers](https://azure.microsoft.com/en-us/services/app-service/containers/).
13+
This quickstart shows you how to containerize an existing Node.js application using [Docker](https://www.docker.com/), then use Visual Studio Code to push the app image to a Docker registry and deploy it to [Azure Web App for Containers](https://azure.microsoft.com/services/app-service/containers/).
1414

1515
## Prerequisites
1616

17-
If you don't have an Azure account, [sign up today](https://azure.microsoft.com/en-us/free/?utm_source=campaign&utm_campaign=vscode-tutorial-docker-extension&mktingSource=vscode-tutorial-docker-extension) for a free account with $200 in Azure credits to try out any combination of services.
17+
If you don't have an Azure account, [sign up today](https://azure.microsoft.com/free/?utm_source=campaign&utm_campaign=vscode-tutorial-docker-extension&mktingSource=vscode-tutorial-docker-extension) for a free account with $200 in Azure credits to try out any combination of services.
1818

1919
You need [Visual Studio Code](https://code.visualstudio.com/) installed along with [Node.js and npm](https://nodejs.org/en/download) and [Docker](https://www.docker.com/community-edition).
2020

articles/app-service/tutorial-javascript-vscode-deploy-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In the **AZURE APP SERVICE** explorer, click the blue up arrow icon to deploy yo
2525

2626
2. Type a globally unique name for your Web App and press ENTER. Valid characters for an app name are 'a-z', '0-9', and '-'.
2727

28-
3. Choose a location in a [region](https://azure.microsoft.com/en-us/regions/) near you or near other services you may need to access.
28+
3. Choose a location in a [region](https://azure.microsoft.com/regions/) near you or near other services you may need to access.
2929

3030
4. Choose your **Node.js version**, LTS is recommended.
3131

articles/app-service/tutorial-javascript-vscode-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This tutorial walks you through deploying a Node.js application to Azure using t
1414

1515
## Prerequisites
1616

17-
If you don't have an Azure account, [sign up today](https://azure.microsoft.com/en-us/free/?utm_source=campaign&utm_campaign=vscode-tutorial-app-service-extension&mktingSource=vscode-tutorial-app-service-extension) for a free account with $200 in Azure credits to try out any combination of services.
17+
If you don't have an Azure account, [sign up today](https://azure.microsoft.com/free/?utm_source=campaign&utm_campaign=vscode-tutorial-app-service-extension&mktingSource=vscode-tutorial-app-service-extension) for a free account with $200 in Azure credits to try out any combination of services.
1818

1919
You need [Visual Studio Code](https://code.visualstudio.com/) installed along with [Node.js and npm](https://nodejs.org/en/download), the Node.js package manager.
2020

articles/application-gateway/migrate-v1-v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: vhorne
66
ms.service: application-gateway
77
ms.topic: article
8-
ms.date: 6/1/2019
8+
ms.date: 6/5/2019
99
ms.author: victorh
1010
---
1111

@@ -149,7 +149,7 @@ Here are a few scenarios where your current application gateway (Standard) may r
149149

150150
* If you use public IP addresses on your application gateway, you can do a controlled, granular migration using a Traffic Manager profile to incrementally route traffic (weighted traffic routing method) to the new v2 gateway.
151151

152-
You can do this by adding the DNS labels of both the v1 and v2 application gateways to the Traffic Manager profile, and CNAMEing your custom DNS record (for example, www.contoso.com) to the Traffic Manager domain (for example, contoso.trafficmanager.net).
152+
You can do this by adding the DNS labels of both the v1 and v2 application gateways to the [Traffic Manager profile](../traffic-manager/traffic-manager-routing-methods.md#weighted-traffic-routing-method), and CNAMEing your custom DNS record (for example, www.contoso.com) to the Traffic Manager domain (for example, contoso.trafficmanager.net).
153153
* Or, you can update your custom domain DNS record to point to the DNS label of the new v2 application gateway. Depending on the TTL configured on your DNS record, it may take a while for all your client traffic to migrate to your new v2 gateway.
154154
* **Your clients connect to the frontend IP address of your application gateway**.
155155

articles/azure-functions/tutorial-javascript-vscode-create-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When prompted, choose HTTP trigger, enter `HttpTriggerJS` as the name, and choos
2626

2727
![Choose Authentication](./media/tutorial-javascript-vscode/create-function-anonymous-auth.png)
2828

29-
Upon completion, a new directory is created within your Function app named `HttpTriggerJS` that includes `index.js`and `functions.json` files. The `index.js` file contains the source code that responds to the HTTP request and `functions.json` contains the [binding configuration](https://docs.microsoft.com/en-us/azure/azure-functions/functions-triggers-bindings) for the HTTP trigger.
29+
Upon completion, a new directory is created within your Function app named `HttpTriggerJS` that includes `index.js`and `functions.json` files. The `index.js` file contains the source code that responds to the HTTP request and `functions.json` contains the [binding configuration](https://docs.microsoft.com/azure/azure-functions/functions-triggers-bindings) for the HTTP trigger.
3030

3131
![Completed Project](./media/tutorial-javascript-vscode/functions-vscode-intro.png)
3232

0 commit comments

Comments
 (0)