Skip to content

Commit 3b27902

Browse files
authored
Merge pull request #269795 from MicrosoftDocs/main
3/21/2024 AM Publish
2 parents 884d5d8 + 3fb75a4 commit 3b27902

File tree

670 files changed

+1695
-1278
lines changed

Some content is hidden

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

670 files changed

+1695
-1278
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@
11131113
"branch_mapping": {}
11141114
},
11151115
{
1116-
"path_to_root": "articles/reusable-content",
1116+
"path_to_root": "reusable-content",
11171117
"url": "https://github.com/MicrosoftDocs/reusable-content",
11181118
"branch": "main",
11191119
"branch_mapping": {}

articles/ai-services/create-account-resource-manager-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ One Azure resource is defined in the Bicep file: [Microsoft.CognitiveServices/ac
5252

5353
1. Select the **Deploy to Azure** button.
5454

55-
:::image type="content" source="~/articles/reusable-content/ce-skilling/azure/media/template-deployments/deploy-to-azure-button.svg" alt-text="Button to deploy the Resource Manager template to Azure." border="false" link="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.cognitiveservices%2Fcognitive-services-universalkey%2Fazuredeploy.json":::
55+
:::image type="content" source="~/reusable-content/ce-skilling/azure/media/template-deployments/deploy-to-azure-button.svg" alt-text="Button to deploy the Resource Manager template to Azure." border="false" link="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.cognitiveservices%2Fcognitive-services-universalkey%2Fazuredeploy.json":::
5656

5757
2. Enter the following values.
5858

articles/ai-services/document-intelligence/sdk-overview-v4-0.md

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

articles/ai-services/document-intelligence/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ items:
1818
- name: Changelog and release history
1919
displayName: latest, update, beta, package, preview, version
2020
href: changelog-release-history.md
21-
- name: "SDK targets: REST API 2023–10–31-preview"
21+
- name: "SDK targets: REST API 2024–02–29-preview"
2222
displayName: get started, installation, downloads, documentAnalysisClient, document analysis client, Azure AD, Azure Active Directory, identity, changelog, package, version,AzureKeyCredential, Azure key credential, key, endpoint
2323
href: sdk-overview-v4-0.md
2424
- name: "SDK targets: REST API 2023–7–31 latest (GA)"

articles/ai-services/speech-service/includes/how-to/custom-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Set-AzCognitiveServicesAccount -ResourceGroupName $resourceGroup `
120120

121121
# [Azure CLI](#tab/azure-cli)
122122

123-
[!INCLUDE [azure-cli-prepare-your-environment.md](~/articles/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
123+
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
124124

125125
This section requires the latest version of the Azure CLI. If you're using Azure Cloud Shell, the latest version is already installed.
126126

articles/ai-services/speech-service/speech-container-howto-on-premises.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: eric-urban
66
manager: nitinme
77
ms.service: azure-ai-speech
88
ms.topic: how-to
9-
ms.date: 1/22/2024
9+
ms.date: 3/21/2024
1010
ms.author: eur
1111
---
1212

@@ -74,7 +74,7 @@ textToSpeech:
7474
optimizeForTurboMode: true
7575
image:
7676
registry: mcr.microsoft.com
77-
repository: azure-cognitive-services/speechservices/text-to-speech
77+
repository: azure-cognitive-services/speechservices/neural-text-to-speech
7878
tag: latest
7979
pullSecrets:
8080
- mcr # Or an existing secret
@@ -118,28 +118,28 @@ RESOURCES:
118118
NAME READY STATUS RESTARTS AGE
119119
speech-to-text-7664f5f465-87w2d 0/1 Pending 0 0s
120120
speech-to-text-7664f5f465-klbr8 0/1 ContainerCreating 0 0s
121-
text-to-speech-56f8fb685b-4jtzh 0/1 ContainerCreating 0 0s
122-
text-to-speech-56f8fb685b-frwxf 0/1 Pending 0 0s
121+
neural-text-to-speech-56f8fb685b-4jtzh 0/1 ContainerCreating 0 0s
122+
neural-text-to-speech-56f8fb685b-frwxf 0/1 Pending 0 0s
123123
124124
==> v1/Service
125125
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
126126
speech-to-text LoadBalancer 10.0.252.106 <pending> 80:31811/TCP 1s
127-
text-to-speech LoadBalancer 10.0.125.187 <pending> 80:31247/TCP 0s
127+
neural-text-to-speech LoadBalancer 10.0.125.187 <pending> 80:31247/TCP 0s
128128
129129
==> v1beta1/PodDisruptionBudget
130130
NAME MIN AVAILABLE MAX UNAVAILABLE ALLOWED DISRUPTIONS AGE
131131
speech-to-text-poddisruptionbudget N/A 20% 0 1s
132-
text-to-speech-poddisruptionbudget N/A 20% 0 1s
132+
neural-text-to-speech-poddisruptionbudget N/A 20% 0 1s
133133
134134
==> v1beta2/Deployment
135135
NAME READY UP-TO-DATE AVAILABLE AGE
136136
speech-to-text 0/2 2 0 0s
137-
text-to-speech 0/2 2 0 0s
137+
neural-text-to-speech 0/2 2 0 0s
138138
139139
==> v2beta2/HorizontalPodAutoscaler
140140
NAME REFERENCE TARGETS MINPODS MAXPODS REPLICAS AGE
141141
speech-to-text-autoscaler Deployment/speech-to-text <unknown>/50% 2 10 0 0s
142-
text-to-speech-autoscaler Deployment/text-to-speech <unknown>/50% 2 10 0 0s
142+
neural-text-to-speech-autoscaler Deployment/neural-text-to-speech <unknown>/50% 2 10 0 0s
143143
144144
145145
NOTES:
@@ -159,30 +159,30 @@ You should expect to see something similar to the following output:
159159
NAME READY STATUS RESTARTS AGE
160160
pod/speech-to-text-7664f5f465-87w2d 1/1 Running 0 34m
161161
pod/speech-to-text-7664f5f465-klbr8 1/1 Running 0 34m
162-
pod/text-to-speech-56f8fb685b-4jtzh 1/1 Running 0 34m
163-
pod/text-to-speech-56f8fb685b-frwxf 1/1 Running 0 34m
162+
pod/neural-text-to-speech-56f8fb685b-4jtzh 1/1 Running 0 34m
163+
pod/neural-text-to-speech-56f8fb685b-frwxf 1/1 Running 0 34m
164164
165165
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
166166
service/kubernetes ClusterIP 10.0.0.1 <none> 443/TCP 3h
167167
service/speech-to-text LoadBalancer 10.0.252.106 52.162.123.151 80:31811/TCP 34m
168-
service/text-to-speech LoadBalancer 10.0.125.187 65.52.233.162 80:31247/TCP 34m
168+
service/neural-text-to-speech LoadBalancer 10.0.125.187 65.52.233.162 80:31247/TCP 34m
169169
170170
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
171171
deployment.apps/speech-to-text 2 2 2 2 34m
172-
deployment.apps/text-to-speech 2 2 2 2 34m
172+
deployment.apps/neural-text-to-speech 2 2 2 2 34m
173173
174174
NAME DESIRED CURRENT READY AGE
175175
replicaset.apps/speech-to-text-7664f5f465 2 2 2 34m
176-
replicaset.apps/text-to-speech-56f8fb685b 2 2 2 34m
176+
replicaset.apps/neural-text-to-speech-56f8fb685b 2 2 2 34m
177177
178178
NAME REFERENCE TARGETS MINPODS MAXPODS REPLICAS AGE
179179
horizontalpodautoscaler.autoscaling/speech-to-text-autoscaler Deployment/speech-to-text 1%/50% 2 10 2 34m
180-
horizontalpodautoscaler.autoscaling/text-to-speech-autoscaler Deployment/text-to-speech 0%/50% 2 10 2 34m
180+
horizontalpodautoscaler.autoscaling/neural-text-to-speech-autoscaler Deployment/neural-text-to-speech 0%/50% 2 10 2 34m
181181
```
182182

183183
### Verify Helm deployment with Helm tests
184184

185-
The installed Helm charts define *Helm tests*, which serve as a convenience for verification. These tests validate service readiness. To verify both **speech to text** and **text to speech** services, we execute the [Helm test][helm-test] command.
185+
The installed Helm charts define *Helm tests*, which serve as a convenience for verification. These tests validate service readiness. To verify both speech to text and text to speech features, we execute the [Helm test][helm-test] command.
186186

187187
```console
188188
helm test onprem-speech

articles/aks/configure-azure-cni.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This article shows you how to use Azure CNI networking to create and use a virtu
3737

3838
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
3939

40-
[!INCLUDE [azure-cli-prepare-your-environment-no-header.md](~/articles/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
40+
[!INCLUDE [azure-cli-prepare-your-environment-no-header.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
4141

4242
---
4343

articles/aks/howto-deploy-java-liberty-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ This article is intended to help you quickly get to deployment. Before going to
3030

3131
* You can use Azure Cloud Shell or a local terminal.
3232

33-
[!INCLUDE [azure-cli-prepare-your-environment.md](~/articles/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
33+
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
3434

3535
* This article requires at least version 2.31.0 of Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
3636

3737
> [!NOTE]
3838
> You can also execute this guidance from the [Azure Cloud Shell](/azure/cloud-shell/quickstart). This approach has all the prerequisite tools pre-installed, with the exception of Docker.
3939
>
40-
> :::image type="icon" source="~/articles/reusable-content/ce-skilling/azure/media/cloud-shell/launch-cloud-shell-button.png" alt-text="Button to launch the Azure Cloud Shell." border="false" link="https://shell.azure.com":::
40+
> :::image type="icon" source="~/reusable-content/ce-skilling/azure/media/cloud-shell/launch-cloud-shell-button.png" alt-text="Button to launch the Azure Cloud Shell." border="false" link="https://shell.azure.com":::
4141
4242
* If running the commands in this guide locally (instead of Azure Cloud Shell):
4343
* Prepare a local machine with Unix-like operating system installed (for example, Ubuntu, Azure Linux, macOS, Windows Subsystem for Linux).

articles/aks/ingress-tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ You can configure your FQDN using one of the following methods:
245245
* Set the DNS label using Azure CLI or Azure PowerShell.
246246
* Set the DNS label using Helm chart settings.
247247
248-
For more information, see [Public IP address DNS name labels](../virtual-network/ip-services/public-ip-addresses.md#dns-name-label).
248+
For more information, see [Public IP address DNS name labels](../virtual-network/ip-services/public-ip-addresses.md#domain-name-label).
249249
250250
#### Set the DNS label using Azure CLI or Azure PowerShell
251251

articles/aks/learn/quick-kubernetes-deploy-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Azure Kubernetes Service (AKS) is a managed Kubernetes service that lets you qui
2626

2727
### [Azure CLI](#tab/azure-cli)
2828

29-
[!INCLUDE [azure-cli-prepare-your-environment-no-header.md](~/articles/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
29+
[!INCLUDE [azure-cli-prepare-your-environment-no-header.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
3030

3131
* This article requires Azure CLI version 2.0.64 or later. If you're using Azure Cloud Shell, the latest version is already installed there.
3232
* This article requires an existing Azure resource group. If you need to create one, you can use the [az group create][az-group-create] command.

0 commit comments

Comments
 (0)