Skip to content

Commit 2784536

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-azure-hub-lang-links-2
2 parents 812eeba + c15dad2 commit 2784536

File tree

3 files changed

+37
-17
lines changed

3 files changed

+37
-17
lines changed

articles/azure-resource-manager/templates/deployment-script-template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-resource-manager
55
author: mumian
66
ms.service: azure-resource-manager
77
ms.topic: conceptual
8-
ms.date: 03/30/2020
8+
ms.date: 04/03/2020
99
ms.author: jgao
1010

1111
---
@@ -29,6 +29,8 @@ The benefits of deployment script:
2929
- Allow passing command-line arguments to the script.
3030
- Can specify script outputs and pass them back to the deployment.
3131

32+
The deployment script resource is only available in the regions where Azure Container Instance is available. See [Resource availability for Azure Container Instances in Azure regions](../../container-instances/container-instances-region-availability.md).
33+
3234
> [!IMPORTANT]
3335
> Two deployment script resources, a storage account and a container instance, are created in the same resource group for script execution and troubleshooting. These resources are usually deleted by the script service when the deployment script execution gets in a terminal state. You are billed for the resources until the resources are deleted. To learn more, see [Clean-up deployment script resources](#clean-up-deployment-script-resources).
3436

articles/cognitive-services/Speech-Service/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ highlightedContent:
2222
- title: What is the Speech service?
2323
itemType: overview
2424
url: overview.md
25+
- title: About the Speech SDK
26+
itemType: overview
27+
url: speech-sdk.md
2528
- title: Speech SDK release notes
2629
itemType: whats-new
2730
url: releasenotes.md
28-
- title: Language support in Speech services
31+
- title: Language support in the Speech service
2932
itemType: reference
3033
url: language-support.md
31-
- title: Create a Speech services resource
32-
itemType: how-to-guide
33-
url: get-started.md
3434

3535
conceptualContent:
3636
items:

0 commit comments

Comments
 (0)