Skip to content

Commit be0a071

Browse files
authored
Merge pull request #173796 from MicrosoftDocs/master
9/28 OOB Publish at 8AM
2 parents df2a828 + eb540d6 commit be0a071

File tree

297 files changed

+942
-800
lines changed

Some content is hidden

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

297 files changed

+942
-800
lines changed

articles/aks/upgrade-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Register the `AutoUpgradePreview` feature flag by using the [az feature register
145145
az feature register --namespace Microsoft.ContainerService -n AutoUpgradePreview
146146
```
147147

148-
It takes a few minutes for the status to show *Registered*. Verify the registration status by using the [az feature list][az-feature-list] command:
148+
It can take several minutes for the status to show *Registered*. Please wait for the registration to finish. Verify the registration status by using the [az feature list][az-feature-list] command:
149149

150150
```azurecli-interactive
151151
az feature list -o table --query "[?contains(name, 'Microsoft.ContainerService/AutoUpgradePreview')].{Name:name,State:properties.state}"

articles/azure-arc/kubernetes/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Connecting an Azure Kubernetes Service (AKS) cluster to Azure Arc is only requir
2626

2727
If you don't want to use custom locations and just want to use management features like Azure Monitor and Azure Policy (Gatekeeper), they are available natively on AKS and connection to Azure Arc is not required in such cases.
2828

29-
## Should I connect my AKS-HCI cluster and Kubernetes clusters on Azure Stack Hub and Azure Stack Edge to Azure Arc?
29+
## Should I connect my AKS-HCI cluster and Kubernetes clusters on Azure Stack Edge to Azure Arc?
3030

31-
Yes, connecting your AKS-HCI cluster or Kubernetes clusters on Azure Stack Edge or Azure Stack Hub to Azure Arc provides clusters with resource representation in Azure Resource Manager. This resource representation extends capabilities like Cluster Configuration, Azure Monitor, and Azure Policy (Gatekeeper) to connected Kubernetes clusters.
31+
Yes, connecting your AKS-HCI cluster or Kubernetes clusters on Azure Stack Edge to Azure Arc provides clusters with resource representation in Azure Resource Manager. This resource representation extends capabilities like Cluster Configuration, Azure Monitor, and Azure Policy (Gatekeeper) to connected Kubernetes clusters.
3232

3333
If the Azure Arc-enabled Kubernetes cluster is on Azure Stack Edge, AKS on Azure Stack HCI (>= April 2021 update), or AKS on Windows Server 2019 Datacenter (>= April 2021 update), then the Kubernetes configuration is included at no charge.
3434

articles/azure-vmware/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ landingContent:
205205
url: /cli/azure/vmware
206206
- text: Azure PowerShell
207207
url: /powershell/module/az.vmware
208+
- text: Resource Manager template
209+
url: /azure/templates/microsoft.avs/privateclouds
208210
- text: Terraform Azure provider
209211
url: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/vmware_private_cloud
210212
- linkListType: video

articles/azure-vmware/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,5 +226,7 @@
226226
href: /cli/azure/vmware
227227
- name: Azure PowerShell
228228
href: /powershell/module/az.vmware/
229+
- name: Resource Manager template
230+
href: /azure/templates/microsoft.avs/privateclouds
229231
- name: Terraform Azure provider
230232
href: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/vmware_private_cloud

articles/cognitive-services/Speech-Service/language-support.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Neural voices can be used to make interactions with chatbots and voice assistant
211211
| English (South Africa) | `en-ZA` | Male | `en-ZA-LukeNeural` <sup>New</sup> | General |
212212
| English (United Kingdom) | `en-GB` | Female | `en-GB-LibbyNeural` | General |
213213
| English (United Kingdom) | `en-GB` | Female | `en-GB-SoniaNeural` <sup>New</sup> | General |
214-
| English (United Kingdom) | `en-GB` | Female | `en-GB-MiaNeural` <sup>Retires Oct 15, see below</sup> | General |
214+
| English (United Kingdom) | `en-GB` | Female | `en-GB-MiaNeural` <sup>Retires Oct 30, see below</sup> | General |
215215
| English (United Kingdom) | `en-GB` | Male | `en-GB-RyanNeural` | General |
216216
| English (United States) | `en-US` | Female | `en-US-AriaNeural` | General, multiple voice styles available [using SSML](speech-synthesis-markup.md#adjust-speaking-styles) |
217217
| English (United States) | `en-US` | Female | `en-US-JennyNeural` | General, multiple voice styles available [using SSML](speech-synthesis-markup.md#adjust-speaking-styles) |
@@ -333,7 +333,8 @@ Neural voices can be used to make interactions with chatbots and voice assistant
333333
| Welsh (United Kingdom) | `cy-GB` | Male | `cy-GB-AledNeural` | General |
334334

335335
> [!IMPORTANT]
336-
> The English (United Kingdom) voice `en-GB-MiaNeural` will be retired on **October 30th, 2021**. All service requests to `en-GB-MiaNeural` will be re-directed to `en-GB-SoniaNeural` automatically after **October 30th, 2021**.
336+
> The English (United Kingdom) voice `en-GB-MiaNeural` will be retired on **30 October 2021**. All service requests to `en-GB-MiaNeural` will be re-directed to `en-GB-SoniaNeural` automatically after **30 October 2021**.
337+
> If you are using container Neural TTS, please [download](speech-container-howto.md#get-the-container-image-with-docker-pull) and deploy the latest version before **30 October 2021**. After **30 October 2021**, all requests with previous versions will be rejected.
337338
338339
#### Neural voices in preview
339340

articles/hdinsight/hdinsight-hadoop-create-linux-clusters-with-secure-transfer-storage.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,21 @@ For the Azure CLI command [az storage account create](/cli/azure/storage/account
3434

3535
To update an existing storage account with Azure CLI, see [Require secure transfer with Azure CLI](../storage/common/storage-require-secure-transfer.md#require-secure-transfer-with-azure-cli).
3636

37+
### Secure transfer error(s)
38+
39+
40+
If you accidentally enabled the 'Require secure transfer' option after creating the HDInsight cluster, you may be seeing error messages like the following:
41+
42+
`com.microsoft.azure.storage.StorageException: The account being accessed does not support http.`
43+
44+
For Hbase clusters only, you can try the following steps to restore the cluster functionality:
45+
1. Stop HBase from Ambari.
46+
2. Stop HDFS from Ambari.
47+
3. In Ambari, navigate to HDFS --> Configs --> Advanced --> fs.defaultFS
48+
4. Change wasb to wasbs and save it.
49+
5. If you are using the Accelerated Writes feature, the 'hbase.rootDir' under the hbase configs also needs to be changed from wasb to wasbs.
50+
6. Restart all required services.
51+
3752
## Add additional storage accounts
3853

3954
There are several options to add additional secure transfer enabled storage accounts:
@@ -46,4 +61,4 @@ There are several options to add additional secure transfer enabled storage acco
4661

4762
* The use of Azure Storage (WASB) instead of [Apache Hadoop HDFS](https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html) as the default data store
4863
* For information on how HDInsight uses Azure Storage, see [Use Azure Storage with HDInsight](hdinsight-hadoop-use-blob-storage.md).
49-
* For information on how to upload data to HDInsight, see [Upload data to HDInsight](hdinsight-upload-data.md).
64+
* For information on how to upload data to HDInsight, see [Upload data to HDInsight](hdinsight-upload-data.md).

articles/machine-learning/how-to-secure-workspace-vnet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Azure Machine Learning supports storage accounts configured to use either a priv
108108
>
109109
> If you plan to use [ParallelRunStep](./tutorial-pipeline-batch-scoring-classification.md) in your pipeline, you must also configure private endpoints with **queue** and **table** target subresources. ParallelRunStep uses queue and table for task scheduling and dispatching.
110110
111-
![Screenshot showing private endpoint configuration page with blob and file options](./media/how-to-enable-studio-virtual-network/configure-storage-private-endpoint.png)
111+
:::image type="content" source="./media/how-to-enable-studio-virtual-network/configure-storage-private-endpoint.png" alt-text="Screenshot showing private endpoint configuration page with blob and file options":::
112112

113113
To configure a private endpoint for a storage account that is **not** the default storage, select the **Target subresource** type that corresponds to the storage account you want to add.
114114

@@ -137,7 +137,7 @@ For more information, see [Use private endpoints for Azure Storage](../storage/c
137137

138138
For more information, see [Configure Azure Storage firewalls and virtual networks](../storage/common/storage-network-security.md#trusted-microsoft-services).
139139

140-
![The networking area on the Azure Storage page in the Azure portal](./media/how-to-enable-virtual-network/storage-firewalls-and-virtual-networks.png)
140+
:::image type="content" source="./media/how-to-enable-virtual-network/storage-firewalls-and-virtual-networks.png" alt-text="The networking area on the Azure Storage page in the Azure portal":::
141141

142142
> [!TIP]
143143
> When using a service endpoint, you can also disable public access. For more information, see [disallow public read access](../storage/blobs/anonymous-read-access-configure.md#allow-or-disallow-public-read-access-for-a-storage-account).
@@ -172,7 +172,7 @@ For information on using a private endpoint with Azure Key Vault, see [Integrate
172172
1. Under __Virtual networks__, select __Add existing virtual networks__ to add the virtual network where your experimentation compute resides.
173173
1. Under __Allow trusted Microsoft services to bypass this firewall__, select __Yes__.
174174

175-
[![The "Firewalls and virtual networks" section in the Key Vault pane](./media/how-to-enable-virtual-network/key-vault-firewalls-and-virtual-networks-page.png)](./media/how-to-enable-virtual-network/key-vault-firewalls-and-virtual-networks-page.png#lightbox)
175+
:::image type="content" source="./media/how-to-enable-virtual-network/key-vault-firewalls-and-virtual-networks-page.png" alt-text="The Firewalls and virtual networks section in the Key Vault pane":::
176176

177177
For more information, see [Configure Azure Key Vault network settings](/azure/key-vault/general/how-to-azure-key-vault-network-security).
178178

articles/purview/abap-functions-deployment-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: kchandra
66
ms.service: purview
77
ms.subservice: purview-data-catalog
88
ms.topic: conceptual
9-
ms.date: 11/13/2020
9+
ms.date: 09/27/2021
1010
---
1111

1212
# Deploy the metadata extraction ABAP function module for the SAP R3 family of bridges
@@ -61,7 +61,7 @@ In Object Navigator select **Function Group** from the list and type its name in
6161

6262
1. Once the function group is created, select it.
6363

64-
2. Right-click on the function group name in repository browser, and select **Create**, then **Function Module**.
64+
2. Select and hold (or right-click) on the function group name in repository browser, and select **Create**, then **Function Module**.
6565

6666
3. In the **Function Module** field, enter `Z_MITI_DOWNLOAD`. Populate **Short text** input with proper description.
6767

@@ -108,7 +108,7 @@ When the module has been created, specify the following information:
108108

109109
7. Save the function (press ctrl+S or choose **Function Module**, then **Save** in the main menu).
110110

111-
8. Click **Activate** icon on the toolbar (ctrl+F3) and select **Continue** button in dialog window. If prompted, you should select the generated includes to be activated along with the main function module.
111+
8. Select the **Activate** icon on the toolbar (ctrl+F3) and select **Continue** button in dialog window. If prompted, you should select the generated includes to be activated along with the main function module.
112112

113113
### Testing the Function
114114

articles/purview/apply-classifications.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Apply classifications on assets (preview)
2+
title: Apply classifications on assets
33
description: This document describes how to apply classifications on assets.
44
author: SunetraVirdi
55
ms.author: suvirdi
66
ms.service: purview
7-
ms.subservice: purview-data-catalog
7+
ms.subservice: purview-data-map
88
ms.topic: how-to
9-
ms.date: 11/19/2020
9+
ms.date: 09/27/2021
1010
---
1111
# Apply classifications on assets in Azure Purview
1212

articles/purview/asset-insights.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
---
2-
title: Asset insights on your data in Azure Purview (preview)
2+
title: Asset insights on your data in Azure Purview
33
description: This how-to guide describes how to view and use Purview Insights asset reporting on your data.
44
author: SunetraVirdi
55
ms.author: suvirdi
66
ms.service: purview
7-
ms.subservice: purview-data-catalog
7+
ms.subservice: purview-insights
88
ms.topic: how-to
9-
ms.date: 11/20/2020
9+
ms.date: 09/27/2021
1010
---
1111

1212
# Asset insights on your data in Azure Purview
1313

1414
This how-to guide describes how to access, view, and filter Purview Asset insight reports for your data.
1515

16+
> [!IMPORTANT]
17+
> Azure Purview Insights are currently in PREVIEW. The [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) include additional legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
18+
1619
In this how-to guide, you'll learn how to:
1720

1821
> [!div class="checklist"]
@@ -28,7 +31,7 @@ Before getting started with Purview insights, make sure that you've completed th
2831

2932
* Set up and complete a scan on the source type.
3033

31-
For more information, see [Manage data sources in Azure Purview (Preview)](manage-data-sources.md).
34+
For more information, see [Manage data sources in Azure Purview](manage-data-sources.md).
3235

3336
## Use Purview Asset Insights
3437

@@ -43,11 +46,11 @@ In Azure Purview, you can register and scan source types. Once the scan is compl
4346

4447
:::image type="content" source="./media/asset-insights/portal-access.png" alt-text="Launch Purview from the Azure portal":::
4548

46-
1. On the Purview **Home** page, select the **View insights** tile to access your **Insights** :::image type="icon" source="media/asset-insights/ico-insights.png" border="false"::: area.
49+
1. On the Purview **Home** page, select **Insights** on the left menu.
4750

4851
:::image type="content" source="./media/asset-insights/view-insights.png" alt-text="View your insights in the Azure portal":::
4952

50-
1. In the **Insights** :::image type="icon" source="media/asset-insights/ico-insights.png" border="false"::: area, select **Assets** to display the Purview **Asset insights** report.
53+
1. In the **Insights** area, select **Assets** to display the Purview **Asset insights** report.
5154

5255
### View Asset Insights
5356

@@ -85,7 +88,7 @@ The next couple of graphs in Asset Insights show a distribution of file based so
8588
> [!NOTE]
8689
> If the scan has run only once in last 30 days or any catalog change like classification addition/removed happened only once in 30 days, then the change information above appears blank.
8790
88-
1. See the top folders with change top asset counts when you click on source type.
91+
1. See the top folders with change top asset counts when you select source type.
8992

9093
1. Select the path to see the asset list.
9194

0 commit comments

Comments
 (0)