Skip to content

Commit d6026ea

Browse files
authored
Merge pull request #225588 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 dd29fcb + 7559287 commit d6026ea

File tree

14 files changed

+33
-23
lines changed

14 files changed

+33
-23
lines changed

articles/active-directory-domain-services/tutorial-create-replica-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The replica set reports as *Provisioning* as deployment continues, as shown in t
100100

101101
## Delete a replica set
102102

103-
A managed domain is currently limited to four replicas - the initial replica set, and three additional replica sets. If you don't need a replica set anymore, or if you want to create a replica set in another region, you can delete unneeded replica sets.
103+
A managed domain is currently limited to five replicas - the initial replica set, and four additional replica sets. If you don't need a replica set anymore, or if you want to create a replica set in another region, you can delete unneeded replica sets.
104104

105105
> [!IMPORTANT]
106106
> You can't delete either the last replica set or the initial replica set in a managed domain.

articles/active-directory/authentication/howto-mfa-reporting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The following additional information and reports are available for MFA events, i
143143
| Report | Location | Description |
144144
|:--- |:--- |:--- |
145145
| Blocked User History | Azure AD > Security > MFA > Block/unblock users | Shows the history of requests to block or unblock users. |
146-
| Usage for on-premises components | Azure AD > Security > MFA > Activity Report | Provides information on overall usage for MFA Server through the NPS extension, AD FS, and MFA Server. |
146+
| Usage for on-premises components | Azure AD > Security > MFA > Activity Report | Provides information on overall usage for MFA Server. NPS extension and AD FS logs for cloud MFA activity are now included in the [Sign-in logs](../reports-monitoring/concept-sign-ins.md), and no longer published on this report. |
147147
| Bypassed User History | Azure AD > Security > MFA > One-time bypass | Provides a history of MFA Server requests to bypass MFA for a user. |
148148
| Server status | Azure AD > Security > MFA > Server status | Displays the status of MFA Servers associated with your account. |
149149

articles/aks/use-multiple-node-pools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ You can add a Mariner node pool into your existing cluster using the `az aks nod
150150
az aks nodepool add \
151151
--resource-group myResourceGroup \
152152
--cluster-name myAKSCluster \
153+
--name marinerpool \
153154
--os-sku CBLMariner
154155
```
155156

articles/aks/use-tags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ It's a good idea to understand what happens when you set and update Azure tags w
3838
When you create or update an AKS cluster with the `--tags` parameter, the following are assigned the Azure tags that you've specified:
3939

4040
* The AKS cluster
41+
* The node resource group
4142
* The route table that's associated with the cluster
4243
* The public IP that's associated with the cluster
4344
* The load balancer that's associated with the cluster
@@ -54,7 +55,7 @@ When you create or update an AKS cluster with the `--tags` parameter, the follow
5455
To create a cluster and assign Azure tags, run `az aks create` with the `--tags` parameter, as shown in the following command. Running the command creates a *myAKSCluster* in the *myResourceGroup* with the tags *dept=IT* and *costcenter=9999*.
5556

5657
> [!NOTE]
57-
> To set tags on the initial node pool, the node resource group, the virtual machine scale set, and each virtual machine scale set instance that's associated with the initial node pool, also set the `--nodepool-tags` parameter.
58+
> To set tags on the initial node pool, the virtual machine scale set, and each virtual machine scale set instance that's associated with the initial node pool, also set the `--nodepool-tags` parameter.
5859
5960
```azurecli-interactive
6061
az aks create \
@@ -111,7 +112,6 @@ You can apply an Azure tag to a new or existing node pool in your AKS cluster. T
111112
When you create or update a node pool with the `--tags` parameter, the tags that you specify are assigned to the following resources:
112113

113114
* The node pool
114-
* The node resource group
115115
* The virtual machine scale set and each virtual machine scale set instance that's associated with the node pool
116116

117117
To create a node pool with an Azure tag, run `az aks nodepool add` with the `--tags` parameter. Running the following command creates a *tagnodepool* node pool with the tags *abtest=a* and *costcenter=5555* in the *myAKSCluster*.

articles/cognitive-services/cognitive-services-container-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ Azure Cognitive Services containers provide the following set of Docker containe
6161
> To use Speech containers, you will need to complete an [online request form](https://aka.ms/csgate).
6262
6363
| Service | Container | Description | Availability |
64-
|--|--|--|
64+
|--|--|--|--|
6565
| [Speech Service API][sp-containers-stt] | **Speech-to-text** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-custom-speech-to-text)) | Transcribes continuous real-time speech into text. | Generally available. <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
66-
| [Speech Service API][sp-containers-cstt] | **Custom Speech-to-text** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-custom-speech-to-text)) | Transcribes continuous real-time speech into text using a custom model. | Generally available |
66+
| [Speech Service API][sp-containers-cstt] | **Custom Speech-to-text** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-custom-speech-to-text)) | Transcribes continuous real-time speech into text using a custom model. | Generally available <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
6767
| [Speech Service API][sp-containers-ntts] | **Neural Text-to-speech** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-neural-text-to-speech)) | Converts text to natural-sounding speech using deep neural network technology, allowing for more natural synthesized speech. | Generally available. <br> This container can also [run in disconnected environments](containers/disconnected-containers.md). |
6868
| [Speech Service API][sp-containers-lid] | **Speech language detection** ([image](https://hub.docker.com/_/microsoft-azure-cognitive-services-speechservices-language-detection)) | Determines the language of spoken audio. | Gated preview |
6969

articles/cognitive-services/containers/disconnected-container-faq.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ sections:
1919
answer: |
2020
Azure Cognitive Services containers allow developers to use the same intelligent APIs that are available in Azure, but with the [benefits](../cognitive-services-container-support.md#features-and-benefits) of containerization.
2121
Disconnected containers are offered through commitment tier pricing, each offering a discounted rate compared to the pay-as-you-go pricing model. With commitment tier pricing, you can commit to using the following Cognitive Services features for a fixed fee, enabling you to have a predictable total cost based on the needs of your workload.
22-
* Speech services
23-
* Speech to Text (Standard)
24-
* Neural Text to Speech
22+
* Speech Services
23+
* Speech-to-Text
24+
* Custom Speech-to-Text
25+
* Neural Text-to-Speech
2526
* Text Translation (Standard)
2627
* Language Understanding (LUIS)
2728
* Azure Cognitive Service for Language
@@ -128,8 +129,9 @@ sections:
128129
> To find the pricing information for disconnected containers on these pricing pages, scroll down to **Commitment Tiers** section.
129130
130131
* [Speech Services](https://azure.microsoft.com/pricing/details/cognitive-services/speech-services/) for:
131-
* Speech to Text (Standard)
132-
* Neural Text to Speech
132+
* Speech-to-Text
133+
* Custom Speech-to-Text
134+
* Neural Text-to-Speech
133135
* [Text Translation (Standard)](https://azure.microsoft.com/pricing/details/cognitive-services/translator/)
134136
* [Language Understanding (LUIS)](https://azure.microsoft.com/pricing/details/cognitive-services/language-understanding-intelligent-services/)
135137
* [Azure Cognitive Service for Language pricing](https://azure.microsoft.com/pricing/details/cognitive-services/language-service/) for
@@ -149,8 +151,9 @@ sections:
149151
Cognitive Services containers are x64-based containers that can run any compatible Linux node, VM, and edge device that supports x64 Linux Docker containers. They all require CPU processors. You can find the minimum and recommended configurations for each container offering on these pages:
150152
151153
* [Speech Services](../speech-service/speech-container-howto.md#host-computer-requirements-and-recommendations) for:
152-
* Speech to Text (Standard)
153-
* Neural Text to Speech
154+
* Speech-to-Text
155+
* Custom Speech-to-Text
156+
* Neural Text-to-Speech
154157
* [Text Translation (Standard)](../translator/containers/translator-how-to-install-container.md#host-computer)
155158
* [Language Understanding (LUIS)](../luis/luis-container-howto.md#container-requirements-and-recommendations)
156159
* Azure Cognitive Service for Language documentation for

articles/cognitive-services/containers/disconnected-containers.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ ms.author: aahi
1515

1616
Containers enable you to run Cognitive Services APIs in your own environment, and are great for your specific security and data governance requirements. Disconnected containers enable you to use several of these APIs disconnected from the internet. Currently, the following containers can be run in this manner:
1717

18-
* [Speech to Text (Standard)](../speech-service/speech-container-howto.md?tabs=stt)
19-
* [Neural Text to Speech](../speech-service/speech-container-howto.md?tabs=ntts)
18+
* [Speech-to-Text](../speech-service/speech-container-howto.md?tabs=stt)
19+
* [Custom Speech-to-Text](../speech-service/speech-container-howto.md?tabs=cstt)
20+
* [Neural Text-to-Speech](../speech-service/speech-container-howto.md?tabs=ntts)
2021
* [Text Translation (Standard)](../translator/containers/translator-how-to-install-container.md#host-computer)
2122
* [Language Understanding (LUIS)](../LUIS/luis-container-howto.md)
2223
* Azure Cognitive Service for Language
@@ -160,9 +161,9 @@ If you're using the [Translator container](../translator/containers/translator-h
160161
-e TRANSLATORSYSTEMCONFIG=/path/to/model/config/translatorsystemconfig.json
161162
```
162163

163-
#### Speech-to-text and Neural text-to-speech containers
164+
#### Speech-to-text, Custom Speech-to-Text and Neural text-to-speech containers
164165

165-
The [speech-to-text](../speech-service/speech-container-howto.md?tabs=stt) and [neural text-to-speech](../speech-service/speech-container-howto.md?tabs=ntts) containers provide a default directory for writing the license file and billing log at runtime. The default directories are /license and /output respectively.
166+
The [Speech-to-Text](../speech-service/speech-container-howto.md?tabs=stt), [Custom Speech-to-Text](../speech-service/speech-container-howto.md?tabs=cstt) and [Neural Text-to-Speech](../speech-service/speech-container-howto.md?tabs=ntts) containers provide a default directory for writing the license file and billing log at runtime. The default directories are /license and /output respectively.
166167

167168
When you're mounting these directories to the container with the `docker run -v` command, make sure the local machine directory is set ownership to `user:group nonroot:nonroot` before running the container.
168169

articles/communication-services/concepts/detailed-call-flows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ This topology is used by customers that use Communication Services from the clou
8888
The direction of the arrows on the above diagram reflect the initiation direction of the communication that affects connectivity at the enterprise perimeters. In the case of UDP for media, the first packet(s) may flow in the reverse direction, but these packets may be blocked until packets in the other direction are flowing.
8989

9090
Flow descriptions:
91-
* Flow 2* – Represents a flow initiated by a user on the customer network to the Internet as a part of the user's Communication Services experience. Examples of these flows include DNS and peer-to-peer media transmission.
92-
* Flow 2 – Represents a flow initiated by a remote mobile Communication Services user, with VPN to the customer network.
91+
* Flow 2 – Represents a flow initiated by a user on the customer network to the Internet as a part of the user's Communication Services experience. Examples of these flows include DNS and peer-to-peer media transmission.
92+
* Flow 2` – Represents a flow initiated by a remote mobile Communication Services user, with VPN to the customer network.
9393
* Flow 3 – Represents a flow initiated by a remote mobile Communication Services user to Communication Services endpoints.
9494
* Flow 4 – Represents a flow initiated by a user on the customer network to Communication Services.
9595
* Flow 5 – Represents a peer-to-peer media flow between one Communication Services user and another within the customer network.

articles/container-apps/managed-identity.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ With managed identities, an app can obtain tokens to access Azure resources that
170170

171171
Container Apps provides an internally accessible [REST endpoint](managed-identity.md?tabs=cli%2Chttp#rest-endpoint-reference) to retrieve tokens. The REST endpoint can be accessed from within the app with a standard HTTP GET, which can be implemented with a generic HTTP client in every language. For .NET, JavaScript, Java, and Python, the Azure Identity client library provides an abstraction over this REST endpoint. Connecting to other Azure services is as simple as adding a credential object to the service-specific client.
172172

173+
> [!NOTE]
174+
> When using Azure Identity client library, the user-assigned managed identity client id must be specified.
175+
173176
# [.NET](#tab/dotnet)
174177

175178
> [!NOTE]

articles/ddos-protection/ddos-protection-sku-comparison.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ The following table shows features and corresponding SKUs.
3434

3535
| Feature | DDoS IP Protection | DDoS Network Protection |
3636
|---|---|---|
37+
| Protects Public IP Standard SKU | Yes | Yes |
38+
| Protects Public IP Basic SKU | No | Yes |
3739
| Active traffic monitoring & always on detection | Yes| Yes |
3840
| L3/L4 Automatic attack mitigation | Yes | Yes |
3941
| Automatic attack mitigation | Yes | Yes |

0 commit comments

Comments
 (0)