Skip to content

Commit f565bef

Browse files
authored
Merge pull request #199221 from MicrosoftDocs/main
[Build Day 1 Supplemental Publish]
2 parents 78beb05 + f368a78 commit f565bef

File tree

53 files changed

+404
-172
lines changed

Some content is hidden

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

53 files changed

+404
-172
lines changed

articles/active-directory/authentication/concept-registration-mfa-sspr-combined.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: conceptual
9-
ms.date: 03/1/2022
9+
ms.date: 05/24/2022
1010

1111
ms.author: justinha
1212
author: justinha
@@ -73,6 +73,9 @@ Users can set one of the following options as the default Multi-Factor Authentic
7373
- Phone call
7474
- Text message
7575

76+
>[!NOTE]
77+
>Virtual phone numbers are not supported for Voice calls or SMS messages.
78+
7679
Third party authenticator apps do not provide push notification. As we continue to add more authentication methods to Azure AD, those methods become available in combined registration.
7780

7881
## Combined registration modes

articles/active-directory/privileged-identity-management/pim-resource-roles-configure-alerts.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: how-to
1010
ms.tgt_pltfrm: na
1111
ms.workload: identity
1212
ms.subservice: pim
13-
ms.date: 10/07/2021
13+
ms.date: 05/24/2022
1414
ms.author: curtand
1515
ms.reviewer: shaunliu
1616
ms.custom: pim
@@ -31,11 +31,15 @@ Select an alert to see a report that lists the users or roles that triggered the
3131

3232
## Alerts
3333

34-
| Alert | Severity | Trigger | Recommendation |
35-
| --- | --- | --- | --- |
36-
| **Too many owners assigned to a resource** |Medium |Too many users have the owner role. |Review the users in the list and reassign some to less privileged roles. |
37-
| **Too many permanent owners assigned to a resource** |Medium |Too many users are permanently assigned to a role. |Review the users in the list and re-assign some to require activation for role use. |
38-
| **Duplicate role created** |Medium |Multiple roles have the same criteria. |Use only one of these roles. |
34+
Alert | Severity | Trigger | Recommendation
35+
--- | --- | --- | ---
36+
**Too many owners assigned to a resource** |Medium |Too many users have the owner role. |Review the users in the list and reassign some to less privileged roles.
37+
**Too many permanent owners assigned to a resource** |Medium |Too many users are permanently assigned to a role. |Review the users in the list and re-assign some to require activation for role use.
38+
**Duplicate role created** |Medium |Multiple roles have the same criteria. |Use only one of these roles.
39+
**Roles are being assigned outside of Privileged Identity Management (Preview)** | High | A role is managed directly through the Azure IAM resource blade or the Azure Resource Manager API | Review the users in the list and remove them from privileged roles assigned outside of Privilege Identity Management.
40+
41+
> [!Note]
42+
> During the public preview of the **Roles are being assigned outside of Privileged Identity Management (Preview)** alert, Microsoft supports only permissions that are assigned at the subscription level.
3943
4044
### Severity
4145

articles/aks/draft.md

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -28,30 +28,16 @@ Draft has the following commands to help ease your development on Kubernetes:
2828
- Install the latest version of the [Azure CLI](/cli/azure/install-azure-cli-windows) and the *aks-preview* extension.
2929
- If you don't have one already, you need to create an [AKS cluster][deploy-cluster].
3030

31-
### Install the `AKS-Draft` extension preview
31+
### Install the `aks-preview` Azure CLI extension
3232

3333
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
3434

35-
To create an AKS cluster that can use the Draft extension, you must enable the `AKS-ExtensionManager` and `AKS-Draft` feature flags on your subscription.
36-
37-
Register the `AKS-ExtensionManager` and `AKS-Draft` feature flags by using the [az feature register][az-feature-register] command, as shown in the following example:
38-
3935
```azurecli-interactive
40-
az extension add --name draft
41-
```
42-
43-
### Set up the Azure CLI extension for cluster extensions
44-
45-
You'll also need the `k8s-extension` Azure CLI extension, which can be installed by running the following command:
46-
47-
```azurecli-interactive
48-
az extension add --name k8s-extension
49-
```
36+
# Install the aks-preview extension
37+
az extension add --name aks-preview
5038
51-
If the `k8s-extension` extension is already installed, you can update it to the latest version using the following command:
52-
53-
```azurecli-interactive
54-
az extension update --name k8s-extension
39+
# Update the extension to make sure you have the latest version installed
40+
az extension update --name aks-preview
5541
```
5642

5743
## Create artifacts using `draft create`
@@ -104,14 +90,6 @@ You can also run the command on a specific directory using the `--destination` f
10490
az aks draft up --destination /Workspaces/ContosoAir
10591
```
10692

107-
## Delete the extension
108-
109-
To delete the extension and remove Draft from your AKS cluster, you can use the following command:
110-
111-
```azure-cli-interactive
112-
az k8s-extension delete --resource-group myResourceGroup --cluster-name myAKSCluster --cluster-type managedClusters --name draft
113-
```
114-
11593
<!-- LINKS INTERNAL -->
11694
[deploy-cluster]: ./tutorial-kubernetes-deploy-cluster.md
11795
[az-feature-register]: /cli/azure/feature#az-feature-register
@@ -120,3 +98,5 @@ az k8s-extension delete --resource-group myResourceGroup --cluster-name myAKSClu
12098
[sample-application]: ./quickstart-dapr.md
12199
[k8s-version-support-policy]: ./supported-kubernetes-versions.md?tabs=azure-cli#kubernetes-version-support-policy
122100
[web-app-routing]: web-app-routing.md
101+
[az-extension-add]: /cli/azure/extension#az-extension-add
102+
[az-extension-update]: /cli/azure/extension#az-extension-update

articles/availability-zones/az-overview.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,7 @@ Some organizations require high availability of availability zones and protectio
4242

4343
## Azure regions with availability zones
4444

45-
Azure provides the most extensive global footprint of any cloud provider and is rapidly opening new regions and availability zones. The following regions currently support availability zones.
46-
47-
| Americas | Europe | Africa | Asia Pacific |
48-
|--------------------|----------------------|---------------------|----------------|
49-
| Brazil South | France Central | South Africa North | Australia East |
50-
| Canada Central | Germany West Central | | Central India |
51-
| Central US | North Europe | | Japan East |
52-
| East US | Norway East | | Korea Central |
53-
| East US 2 | UK South | | Southeast Asia |
54-
| South Central US | West Europe | | East Asia |
55-
| US Gov Virginia | Sweden Central | | China North 3 |
56-
| West US 2 | Switzerland North* | | |
57-
| West US 3 | | | |
58-
59-
\* To learn more about Availability Zones and available services support in these regions, contact your Microsoft sales or customer representative. For the upcoming regions that will support Availability Zones, see [Azure geographies](https://azure.microsoft.com/global-infrastructure/geographies/).
45+
[!INCLUDE [availability-zone-regions-include](./includes/availability-zone-regions-include.md)]
6046

6147
## Next steps
6248

articles/availability-zones/az-region.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,7 @@ Azure strives to enable high resiliency across every service and offering. Runni
1919

2020
## Azure regions with availability zones
2121

22-
Azure provides the most extensive global footprint of any cloud provider and is rapidly opening new regions and availability zones. The following regions currently support availability zones.
23-
24-
| Americas | Europe | Africa | Asia Pacific |
25-
|--------------------|----------------------|---------------------|----------------|
26-
| Brazil South | France Central | South Africa North | Australia East |
27-
| Canada Central | Germany West Central | | Central India |
28-
| Central US | North Europe | | Japan East |
29-
| East US | Norway East | | Korea Central |
30-
| East US 2 | UK South | | Southeast Asia |
31-
| South Central US | West Europe | | East Asia |
32-
| US Gov Virginia | Sweden Central | | China North 3 |
33-
| West US 2 | Switzerland North* | | |
34-
| West US 3 | | | |
35-
36-
\* To learn more about Availability Zones and available services support in these regions, contact your Microsoft sales or customer representative. For the upcoming regions that will support Availability Zones, see [Azure geographies](https://azure.microsoft.com/global-infrastructure/geographies/).
22+
[!INCLUDE [availability-zone-regions-include](./includes/availability-zone-regions-include.md)]
3723

3824
For a list of Azure services that support availability zones by Azure region, see the [availability zones documentation](az-overview.md).
3925

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: include file
3+
description: include file
4+
author: awysza
5+
ms.service: azure
6+
ms.topic: include
7+
ms.date: 05/18/2022
8+
ms.author: rarco
9+
ms.custom: include file
10+
---
11+
12+
Azure provides the most extensive global footprint of any cloud provider and is rapidly opening new regions and availability zones. The following regions currently support availability zones.
13+
14+
| Americas | Europe | Africa | Asia Pacific |
15+
|--------------------|----------------------|---------------------|----------------|
16+
| Brazil South | France Central | South Africa North | Australia East |
17+
| Canada Central | Germany West Central | | Central India |
18+
| Central US | North Europe | | Japan East |
19+
| East US | Norway East | | Korea Central |
20+
| East US 2 | UK South | | Southeast Asia |
21+
| South Central US | West Europe | | East Asia |
22+
| US Gov Virginia | Sweden Central | | China North 3 |
23+
| West US 2 | Switzerland North* | | |
24+
| West US 3 | | | |
25+
26+
\* To learn more about Availability Zones and available services support in these regions, contact your Microsoft sales or customer representative. For the upcoming regions that will support Availability Zones, see [Azure geographies](https://azure.microsoft.com/global-infrastructure/geographies/).

articles/azure-netapp-files/azacsnap-release-notes.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,31 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: conceptual
15-
ms.date: 03/08/2022
15+
ms.date: 05/24/2022
1616
ms.author: phjensen
1717
---
1818

1919
# Release Notes for Azure Application Consistent Snapshot tool
2020

2121
This page lists major changes made to AzAcSnap to provide new functionality or resolve defects.
2222

23+
## May-2022
24+
25+
### AzAcSnap v5.0.3 (Build: 20220524.14204) - Patch update to v5.0.2
26+
27+
AzAcSnap v5.0.3 (Build: 20220524.14204) is provided as a patch update to the v5.0 branch with the following fix:
28+
29+
- Fix for handling delimited identifiers when querying SAP HANA. This issue only impacted SAP HANA in HSR-HA node when there is a Secondary node configured with 'logreplay_readaccss' and has been resolved.
30+
31+
Download the [latest release](https://aka.ms/azacsnapinstaller) of the installer and review how to [get started](azacsnap-get-started.md).
32+
33+
### AzAcSnap v5.1 Preview (Build: 20220524.15550)
34+
35+
AzAcSnap v5.1 Preview (Build: 20220524.15550) is an updated build to extend the preview expiry date for 90 days. This update contains the fix for handling delimited identifiers when querying SAP HANA as provided in v5.0.3.
36+
37+
Read about the [AzAcSnap Preview](azacsnap-preview.md).
38+
Download the [latest release of the Preview installer](https://aka.ms/azacsnap-preview-installer).
39+
2340
## Mar-2022
2441

2542
### AzAcSnap v5.1 Preview (Build: 20220302.81795)
@@ -29,11 +46,6 @@ AzAcSnap v5.1 Preview (Build: 20220302.81795) has been released with the followi
2946
- Azure Key Vault support for securely storing the Service Principal.
3047
- A new option for `-c backup --volume` which has the `all` parameter value.
3148

32-
Details of these new features are in the AzAcSnap Preview documentation.
33-
34-
Read about the new features and how to use the [AzAcSnap Preview](azacsnap-preview.md).
35-
Download the [latest release of the Preview installer](https://aka.ms/azacsnap-preview-installer).
36-
3749
## Feb-2022
3850

3951
### AzAcSnap v5.1 Preview (Build: 20220220.55340)
@@ -69,8 +81,6 @@ AzAcSnap v5.0.2 (Build: 20210827.19086) is provided as a patch update to the v5.
6981
- Fix the installer's check for the location of the hdbuserstore. The installer would check for the existence of an incorrect source directory for the hdbuserstore for the user running the install - this is fixed to check for `~/.hdb`. This fix is applicable to systems (for example, Azure Large Instance) where the hdbuserstore was pre-configured for the `root` user before installing `azacsnap`.
7082
- Installer now shows the version it will install/extract (if the installer is run without any arguments).
7183

72-
Download the [latest release](https://aka.ms/azacsnapinstaller) of the installer and review how to [get started](azacsnap-get-started.md).
73-
7484
## May-2021
7585

7686
### AzAcSnap v5.0.1 (Build: 20210524.14837) - Patch update to v5.0

articles/cognitive-services/Encryption/cognitive-services-encryption-keys-portal.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The process to enable Customer-Managed Keys with Azure Key Vault for Cognitive S
2626
* [Language Understanding service encryption of data at rest](../LUIS/encrypt-data-at-rest.md)
2727
* [QnA Maker encryption of data at rest](../QnAMaker/encrypt-data-at-rest.md)
2828
* [Translator encryption of data at rest](../translator/encrypt-data-at-rest.md)
29+
* [Language service encryption of data at rest](../language-service/concepts/encryption-data-at-rest.md)
2930

3031
## Speech
3132

@@ -39,4 +40,4 @@ The process to enable Customer-Managed Keys with Azure Key Vault for Cognitive S
3940
## Next steps
4041

4142
* [What is Azure Key Vault](../../key-vault/general/overview.md)?
42-
* [Cognitive Services Customer-Managed Key Request Form](https://aka.ms/cogsvc-cmk)
43+
* [Cognitive Services Customer-Managed Key Request Form](https://aka.ms/cogsvc-cmk)

articles/cognitive-services/language-service/conversational-language-understanding/faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ Yes, you can [import any LUIS application](./concepts/backwards-compatibility.md
6161

6262
No, the service only supports JSON format. You can go to LUIS, import the `.LU` file and export it as a JSON file.
6363

64+
## How do I handle out of scope or domain utterances that aren't relevant to my intents?
65+
66+
Add any out of scope utterances to the [none intent](./concepts/none-intent.md).
67+
6468
## Is there any SDK support?
6569

6670
Yes, only for predictions, and [samples are available](https://aka.ms/cluSampleCode). There is currently no authoring support for the SDK.

articles/cognitive-services/language-service/conversational-language-understanding/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use this article to learn about some of the definitions and terms you may encoun
2121
Entities are words in utterances that describe information used to fulfill or identify an intent. If your entity is complex and you would like your model to identify specific parts, you can break your model into subentities. For example, you might want your model to predict an address, but also the subentities of street, city, state, and zipcode.
2222

2323
## F1 score
24-
The F1 score is a function of Precision and Recall. It's needed when you seek a balance between [precision](#precision) and [recall](#recall].
24+
The F1 score is a function of Precision and Recall. It's needed when you seek a balance between [precision](#precision) and [recall](#recall).
2525

2626
## Intent
2727
An intent represents a task or action the user wants to perform. It's a purpose or goal expressed in a user's input, such as booking a flight, or paying a bill.

0 commit comments

Comments
 (0)