Skip to content

Commit f22d045

Browse files
authored
Merge pull request #213800 from MicrosoftDocs/main
10/05 OOB Publish for ASK MODE
2 parents be8051b + 2198750 commit f22d045

27 files changed

+205
-54
lines changed

articles/active-directory/roles/admin-units-members-add.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.topic: how-to
1010
ms.subservice: roles
1111
ms.workload: identity
12-
ms.date: 06/30/2022
12+
ms.date: 10/05/2022
1313
ms.author: rolyon
1414
ms.reviewer: anandy
1515
ms.custom: oldportal;it-pro;
@@ -26,7 +26,10 @@ This article describes how to add users, groups, or devices to administrative un
2626

2727
- Azure AD Premium P1 or P2 license for each administrative unit administrator
2828
- Azure AD Free licenses for administrative unit members
29-
- Privileged Role Administrator or Global Administrator
29+
- To add existing users, groups, or devices:
30+
- Privileged Role Administrator or Global Administrator
31+
- To create new groups:
32+
- Groups Administrator (scoped to the administrative unit or entire directory) or Global Administrator
3033
- Microsoft Graph PowerShell
3134
- Admin consent when using Graph explorer for Microsoft Graph API
3235

articles/active-directory/roles/permissions-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1698,7 +1698,7 @@ Users with this role can't change the credentials or reset MFA for members and o
16981698

16991699
Assign the Permissions Management Administrator role to users who need to do the following tasks:
17001700

1701-
- Manage all aspects of Entry Permissions Management, when the service is present
1701+
- Manage all aspects of Entra Permissions Management, when the service is present
17021702

17031703
Learn more about Permissions Management roles and polices at [View information about roles/policies](../cloud-infrastructure-entitlement-management/how-to-view-role-policy.md).
17041704

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-form-recognizer-studio.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ To create custom models, you start with configuring your project:
146146
### Labeling as tables
147147

148148
> [!NOTE]
149-
> Tables are currently only supported for custom template models. When training a custom neural model, labeled tables are ignored.
149+
> * With the release of API versions 2022-06-30-preview and later, custom template models will add support for [cross page tabular fields (tables)](../concept-custom-template.md#tabular-fields).
150+
> * With the release of API versions 2022-06-30-preview and later, custom neural models will support [tabular fields (tables)](../concept-custom-template.md#tabular-fields) and models trained with API version 2022-08-31, or later will accept tabular field labels.
150151
151152
1. Use the Delete command to delete models that aren't required.
152153

articles/azure-monitor/app/azure-web-apps-net.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,21 @@ The table below provides a more detailed explanation of what these values mean,
180180
|`AppContainsDiagnosticSourceAssembly**:true`|This value indicates that extension detected references to `System.Diagnostics.DiagnosticSource` in the application, and will back-off.| For ASP.NET remove the reference.
181181
|`IKeyExists:false`|This value indicates that the instrumentation key isn't present in the AppSetting, `APPINSIGHTS_INSTRUMENTATIONKEY`. Possible causes: The values may have been accidentally removed, forgot to set the values in automation script, etc. | Make sure the setting is present in the App Service application settings.
182182

183+
### System.IO.FileNotFoundException after 2.8.44 upgrade
184+
185+
2.8.44 version of auto instrumentation upgrades Application Insights SDK to 2.20.0. Application Insights SDK has an indirect reference to `System.Runtime.CompilerServices.Unsafe.dll` through `System.Diagnostics.DiagnosticSource.dll`. If application has [binding redirect](https://learn.microsoft.com/dotnet/framework/configure-apps/file-schema/runtime/bindingredirect-element) for `System.Runtime.CompilerServices.Unsafe.dll` and if this library is not present in application folder it may throw `System.IO.FileNotFoundException`.
186+
187+
To resolve this issue, remove the binding redirect entry for `System.Runtime.CompilerServices.Unsafe.dll` from web.config file. If the application wanted to use `System.Runtime.CompilerServices.Unsafe.dll` then set the binding redirect as below.
188+
189+
```
190+
<dependentAssembly>
191+
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
192+
<bindingRedirect oldVersion="0.0.0.0-4.0.4.1" newVersion="4.0.4.1" />
193+
</dependentAssembly>
194+
```
195+
196+
As a temporary workaround, you could set the app setting, ApplicationInsightsAgent_EXTENSION_VERSION to a value of 2.8.37. This will trigger App Service to use the old Application Insights extension. Please note that temporary mitigations should only be used as an interim.
197+
183198
## Release notes
184199

185200
For the latest updates and bug fixes [consult the release notes](web-app-extension-release-notes.md).

articles/azure-percept/troubleshoot-audio-accessory-speech-module.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
---
22
title: Troubleshoot Azure Percept Audio and speech module
33
description: Get troubleshooting tips for Azure Percept Audio and azureearspeechclientmodule
4-
author: nkhuyent
4+
author: yvonne-dq
55
ms.author: tsampige
66
ms.service: azure-percept
77
ms.topic: how-to
8-
ms.date: 08/03/2021
8+
ms.date: 10/04/2022
99
ms.custom: template-how-to, ignite-fall-2021
1010
---
1111

1212
# Troubleshoot Azure Percept Audio and speech module
1313

14+
[!INCLUDE [Retirement note](./includes/retire.md)]
15+
1416
Use the guidelines below to troubleshoot voice assistant application issues.
1517

1618
## Checking runtime status of the speech module

articles/azure-percept/troubleshoot-dev-kit.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
---
22
title: Troubleshoot the Azure Percept DK device
33
description: Get troubleshooting tips for some of the more common issues with Azure Percept DK and IoT Edge
4-
author: nkhuyent
4+
author: yvonne-dq
55
ms.author: juniem
66
ms.service: azure-percept
77
ms.topic: how-to
8-
ms.date: 08/10/2021
8+
ms.date: 10/04/2022
99
ms.custom: template-how-to
1010
---
1111

1212
# Troubleshoot the Azure Percept DK device
1313

14+
[!INCLUDE [Retirement note](./includes/retire.md)]
15+
16+
1417
The purpose of this troubleshooting article is to help Azure Percept DK users to quickly resolve common issues with their dev kits. It also provides guidance on collecting logs for when extra support is needed.
1518

1619
## Log collection

articles/azure-percept/tutorial-no-code-speech.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
---
22
title: Create a no-code voice assistant in Azure Percept Studio
33
description: Learn how to create and deploy a no-code speech solution to your Azure Percept DK
4-
author: nkhuyent
4+
author: yvonne-dq
55
ms.author: nbabar
66
ms.service: azure-percept
77
ms.topic: tutorial
8-
ms.date: 02/17/2021
8+
ms.date: 10/04/2022
99
ms.custom: template-how-to, ignite-fall-2021
1010
---
1111

1212
# Create a no-code voice assistant in Azure Percept Studio
1313

14+
[!INCLUDE [Retirement note](./includes/retire.md)]
15+
16+
1417
In this tutorial, you will create a voice assistant from a template to use with your Azure Percept DK and Azure Percept Audio. The voice assistant demo runs within [Azure Percept Studio](https://go.microsoft.com/fwlink/?linkid=2135819) and contains a selection of voice-controlled virtual objects. To control an object, say your keyword, which is a word or short phrase that wakes your device, followed by a command. Each template responds to a set of specific commands.
1518

1619
This guide will walk you through the process of setting up your devices, creating a voice assistant and the necessary [Speech Services](../cognitive-services/speech-service/overview.md) resources, testing your voice assistant, configuring your keyword, and creating custom keywords.

articles/azure-percept/tutorial-nocode-vision.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
---
22
title: Create a no-code vision solution in Azure Percept Studio
33
description: Learn how to create a no-code vision solution in Azure Percept Studio and deploy it to your Azure Percept DK
4-
author: nkhuyent
4+
author: yvonne-dq
55
ms.author: nbabar
66
ms.service: azure-percept
77
ms.topic: tutorial
8-
ms.date: 02/10/2021
8+
ms.date: 10/04/2022
99
ms.custom: template-tutorial
1010
---
1111

1212
# Create a no-code vision solution in Azure Percept Studio
1313

14+
[!INCLUDE [Retirement note](./includes/retire.md)]
15+
16+
1417
Azure Percept Studio enables you to build and deploy custom computer vision solutions, no coding required. In this article, you will:
1518

1619
- Create a vision project in [Azure Percept Studio](https://go.microsoft.com/fwlink/?linkid=2135819)

articles/azure-percept/vision-solution-troubleshooting.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
---
22
title: Troubleshoot Azure Percept Vision and vision modules
33
description: Get troubleshooting tips for some of the more common issues found in the vision AI prototyping experiences.
4-
author: nkhuyent
4+
author: yvonne-dq
55
ms.author: nbabar
66
ms.service: azure-percept
77
ms.topic: how-to
8-
ms.date: 03/29/2021
8+
ms.date: 10/04/2022
99
ms.custom: template-how-to, ignite-fall-2021
1010
---
1111

1212
# Troubleshoot Azure Percept Vision and vision modules
1313

14+
[!INCLUDE [Retirement note](./includes/retire.md)]
15+
16+
1417
This article provides information on troubleshooting no-code vision solutions in Azure Percept Studio.
1518

1619
## Delete a vision project

articles/baremetal-infrastructure/workloads/nc2-on-azure/supported-instances-and-regions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Learn about instances and regions supported for NC2 on Azure.
1616
Nutanix Clusters on Azure supports:
1717

1818
* Minimum of three bare metal nodes per cluster.
19-
* Maximum of 16 bare metal nodes.
19+
* Maximum of 13 bare metal nodes.
2020
* Only the Nutanix AHV hypervisor on Nutanix clusters running in Azure.
2121
* Prism Central instance deployed on Nutanix Clusters on Azure to manage the Nutanix clusters in Azure.
2222

0 commit comments

Comments
 (0)