Skip to content

Commit 4fed37e

Browse files
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents 78e9647 + b72493f commit 4fed37e

20 files changed

+361
-89
lines changed

articles/active-directory/develop/workload-identity-federation-create-trust-gcp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: how-to
1111
ms.workload: identity
12-
ms.date: 07/18/2022
12+
ms.date: 08/07/2022
1313
ms.author: ryanwi
1414
ms.custom: aaddev
1515
ms.reviewer: udayh
1616
#Customer intent: As an application developer, I want to create a trust relationship with a Google Cloud identity so my service in Google Cloud can access Azure AD protected resources without managing secrets.
1717
---
1818

19-
# Access Azure AD protected resources from an app in Google Cloud (preview)
19+
# Access Azure AD protected resources from an app in Google Cloud
2020

2121
Software workloads running in Google Cloud need an Azure Active Directory (Azure AD) application to authenticate and access Azure AD protected resources. A common practice is to configure that application with credentials (a secret or certificate). The credentials are used by a Google Cloud workload to request an access token from Microsoft identity platform. These credentials pose a security risk and have to be stored securely and rotated regularly. You also run the risk of service downtime if the credentials expire.
2222

articles/active-directory/governance/entitlement-management-access-package-approval-policy.md

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

articles/api-management/self-hosted-gateway-migration-guide.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,15 @@ securityContext:
103103
> [!WARNING]
104104
> Running the self-hosted gateway with read-only filesystem (`readOnlyRootFilesystem: true`) is not supported.
105105

106+
## Assessing impact with Azure Advisor
107+
108+
In order to make the migration easier, we have introduced new Azure Advisor recommendations:
109+
110+
- **Use self-hosted gateway v2** recommendation - Identifies Azure API Management instances where the usage of self-hosted gateway v0.x or v1.x was identified.
111+
- **Use Configuration API v2 for self-hosted gateways** recommendation - Identifies Azure API Management instances where the usage of Configuration API v1 for self-hosted gateway was identified.
112+
113+
We highly recommend customers to use ["All Recommendations" overview in Azure Advisor](https://portal.azure.com/#view/Microsoft_Azure_Expert/AdvisorMenuBlade/~/All) to determine if a migration is required. Use the filtering options to see if one of the above recommendations is present.
114+
106115
## Known limitations
107116

108117
Here's a list of known limitations for the self-hosted gateway v2:

articles/api-management/self-hosted-gateway-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ As of v2.1.1 and above, you can manage the ciphers that are being used through t
214214

215215
## Next steps
216216

217+
- Learn more about the various gateways in our [API gateway overview](api-management-gateways-overview.md)
217218
- Learn more about [API Management in a Hybrid and Multi-Cloud World](https://aka.ms/hybrid-and-multi-cloud-api-management)
218219
- Learn more about guidance for [running the self-hosted gateway on Kubernetes in production](how-to-self-hosted-gateway-on-kubernetes-in-production.md)
219220
- [Deploy self-hosted gateway to Docker](how-to-deploy-self-hosted-gateway-docker.md)

articles/azure-monitor/agents/agents-overview.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ Azure Monitor Agent uses [data collection rules](../essentials/data-collection-r
4141
|:---|:---|:---|
4242
| Virtual machines, scale sets | [Virtual machine extension](./azure-monitor-agent-manage.md#virtual-machine-extension-details) | Installs the agent by using Azure extension framework. |
4343
| On-premises servers (Azure Arc-enabled servers) | [Virtual machine extension](./azure-monitor-agent-manage.md#virtual-machine-extension-details) (after installing the [Azure Arc agent](../../azure-arc/servers/deployment-options.md)) | Installs the agent by using Azure extension framework, provided for on-premises by first installing [Azure Arc agent](../../azure-arc/servers/deployment-options.md). |
44-
| Windows 10, 11 desktops, workstations | [Client installer (preview)](./azure-monitor-agent-windows-client.md) | Installs the agent by using a Windows MSI installer. |
45-
| Windows 10, 11 laptops | [Client installer (preview)](./azure-monitor-agent-windows-client.md) | Installs the agent by using a Windows MSI installer. The installer works on laptops, but the agent *isn't optimized yet* for battery or network consumption. |
44+
| Windows 10, 11 desktops, workstations | [Client installer (Public preview)](./azure-monitor-agent-windows-client.md) | Installs the agent by using a Windows MSI installer. |
45+
| Windows 10, 11 laptops | [Client installer (Public preview)](./azure-monitor-agent-windows-client.md) | Installs the agent by using a Windows MSI installer. The installer works on laptops, but the agent *isn't optimized yet* for battery or network consumption. |
4646

4747
1. Define a data collection rule and associate the resource to the rule.
4848

4949
The table below lists the types of data you can currently collect with the Azure Monitor Agent and where you can send that data.
5050

5151
| Data source | Destinations | Description |
5252
|:---|:---|:---|
53-
| Performance | Azure Monitor Metrics (preview)<sup>1</sup> - Insights.virtualmachine namespace<br>Log Analytics workspace - [Perf](/azure/azure-monitor/reference/tables/perf) table | Numerical values measuring performance of different aspects of operating system and workloads |
53+
| Performance | Azure Monitor Metrics (Public preview)<sup>1</sup> - Insights.virtualmachine namespace<br>Log Analytics workspace - [Perf](/azure/azure-monitor/reference/tables/perf) table | Numerical values measuring performance of different aspects of operating system and workloads |
5454
| Windows event logs | Log Analytics workspace - [Event](/azure/azure-monitor/reference/tables/Event) table | Information sent to the Windows event logging system |
5555
| Syslog | Log Analytics workspace - [Syslog](/azure/azure-monitor/reference/tables/syslog)<sup>2</sup> table | Information sent to the Linux event logging system |
5656
| Text logs | Log Analytics workspace - custom table | Events sent to log file on agent machine |
@@ -64,7 +64,7 @@ Azure Monitor Agent currently supports these Azure Monitor features:
6464

6565
| Azure Monitor feature | Current support | Other extensions installed | More information |
6666
| :--- | :--- | :--- | :--- |
67-
| Text logs and Windows IIS logs | Public preview | None | [Collect text logs with Azure Monitor Agent (preview)](data-collection-text-log.md) |
67+
| Text logs and Windows IIS logs | Public preview | None | [Collect text logs with Azure Monitor Agent (Public preview)](data-collection-text-log.md) |
6868
| Windows client installer | Public preview | None | [Set up Azure Monitor Agent on Windows client devices](azure-monitor-agent-windows-client.md) |
6969
| [VM insights](../vm/vminsights-overview.md) | Preview | Dependency Agent extension, if you’re using the Map Services feature | [Sign-up link](https://aka.ms/amadcr-privatepreviews) |
7070

@@ -75,7 +75,7 @@ Azure Monitor Agent currently supports these Azure services:
7575
| [Microsoft Defender for Cloud](../../security-center/security-center-introduction.md) | Preview | <ul><li>Azure Security Agent extension</li><li>SQL Advanced Threat Protection extension</li><li>SQL Vulnerability Assessment extension</li></ul> | [Sign-up link](https://aka.ms/AMAgent) |
7676
| [Microsoft Sentinel](../../sentinel/overview.md) | <ul><li>Windows DNS logs: Preview</li><li>Linux Syslog CEF: Preview</li><li>Windows Forwarding Event (WEF): [Public preview](../../sentinel/data-connectors-reference.md#windows-forwarded-events-preview)</li><li>Windows Security Events: [Generally available](../../sentinel/connect-windows-security-events.md?tabs=AMA)</li></ul> | Sentinel DNS extension, if you’re collecting DNS logs. For all other data types, you just need the Azure Monitor Agent extension. | <ul><li>[Sign-up link for Windows DNS logs](https://aka.ms/AMAgent)</li><li>[Sign-up link for Linux Syslog CEF](https://aka.ms/AMAgent)</li><li>No sign-up needed for Windows Forwarding Event (WEF) and Windows Security Events</li></ul> |
7777
| [Change Tracking](../../automation/change-tracking/overview.md) (part of Defender) | Supported as File Integrity Monitoring in the Microsoft Defender for Cloud: Preview. | Change Tracking extension | [Sign-up link](https://aka.ms/AMAgent) |
78-
| [Update Management](../../automation/update-management/overview.md) (available without Azure Monitor Agent) | Use Update Management v2 - Public preview | None | [Update management center (preview) documentation](/azure/update-center/) |
78+
| [Update Management](../../automation/update-management/overview.md) (available without Azure Monitor Agent) | Use Update Management v2 - Public preview | None | [Update management center (Public preview) documentation](/azure/update-center/) |
7979
| [Network Watcher](../../network-watcher/network-watcher-monitoring-overview.md) | Connection Monitor: Preview | Azure NetworkWatcher extension | [Sign-up link](https://aka.ms/amadcr-privatepreviews) |
8080

8181
## Supported regions
@@ -109,7 +109,7 @@ If the machine connects through a proxy server to communicate over the internet,
109109
The Azure Monitor Agent extensions for Windows and Linux can communicate either through a proxy server or a [Log Analytics gateway](./gateway.md) to Azure Monitor by using the HTTPS protocol. Use it for Azure virtual machines, Azure virtual machine scale sets, and Azure Arc for servers. Use the extensions settings for configuration as described in the following steps. Both anonymous and basic authentication by using a username and password are supported.
110110

111111
> [!IMPORTANT]
112-
> Proxy configuration is not supported for [Azure Monitor Metrics (preview)](../essentials/metrics-custom-overview.md) as a destination. If you're sending metrics to this destination, it will use the public internet without any proxy.
112+
> Proxy configuration is not supported for [Azure Monitor Metrics (Public preview)](../essentials/metrics-custom-overview.md) as a destination. If you're sending metrics to this destination, it will use the public internet without any proxy.
113113
114114
1. Use this flowchart to determine the values of the *`Settings` and `ProtectedSettings` parameters first.
115115

@@ -184,12 +184,12 @@ The tables below provide a comparison of Azure Monitor Agent with the legacy the
184184
| | Azure | X | X | X |
185185
| | Other cloud (Azure Arc) | X | X | |
186186
| | On-premises (Azure Arc) | X | X | |
187-
| | Windows Client OS | X (Preview) | | |
187+
| | Windows Client OS | X (Public preview) | | |
188188
| **Data collected** | | | | |
189189
| | Event Logs | X | X | X |
190190
| | Performance | X | X | X |
191-
| | File based logs | X (Preview) | X | X |
192-
| | IIS logs | X (Preview) | X | X |
191+
| | File based logs | X (Public preview) | X | X |
192+
| | IIS logs | X (Public preview) | X | X |
193193
| | ETW events | | | X |
194194
| | .NET app logs | | | X |
195195
| | Crash dumps | | | X |
@@ -201,7 +201,7 @@ The tables below provide a comparison of Azure Monitor Agent with the legacy the
201201
| | Event Hub | | | X |
202202
| **Services and features supported** | | | | |
203203
| | Microsoft Sentinel | X ([View scope](#supported-services-and-features)) | X | |
204-
| | VM Insights | | X (Preview) | |
204+
| | VM Insights | | X (Public preview) | |
205205
| | Azure Automation | | X | |
206206
| | Microsoft Defender for Cloud | | X | |
207207

@@ -216,16 +216,16 @@ The tables below provide a comparison of Azure Monitor Agent with the legacy the
216216
| **Data collected** | | | | | |
217217
| | Syslog | X | X | X | |
218218
| | Performance | X | X | X | X |
219-
| | File based logs | X (Preview) | | | |
219+
| | File based logs | X (Public preview) | | | |
220220
| **Data sent to** | | | | | |
221221
| | Azure Monitor Logs | X | X | | |
222222
| | Azure Monitor Metrics<sup>1</sup> | X | | | X |
223223
| | Azure Storage | | | X | |
224224
| | Event Hub | | | X | |
225225
| **Services and features supported** | | | | | |
226226
| | Microsoft Sentinel | X ([View scope](#supported-services-and-features)) | X | | |
227-
| | VM Insights | X (Preview) | X | | |
228-
| | Container Insights | X (Preview) | X | | |
227+
| | VM Insights | X (Public preview) | X | | |
228+
| | Container Insights | X (Public preview) | X | | |
229229
| | Azure Automation | | X | | |
230230
| | Microsoft Defender for Cloud | | X | | |
231231

@@ -258,7 +258,7 @@ The following tables list the operating systems that Azure Monitor Agent and the
258258
| Azure Stack HCI | | X | |
259259

260260
<sup>1</sup> Running the OS on server hardware, for example, machines that are always connected, always turned on, and not running other workloads (PC, office, browser)<br>
261-
<sup>2</sup> Using the Azure Monitor agent [client installer (preview)](./azure-monitor-agent-windows-client.md)
261+
<sup>2</sup> Using the Azure Monitor agent [client installer (Public preview)](./azure-monitor-agent-windows-client.md)
262262

263263
#### Linux
264264

articles/azure-video-indexer/accounts-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ Classic and ARM (Azure Resource Manager) are both paid accounts with similar dat
1616
Going forward, ARM account support more Azure native features and integrations such as: Azure Monitor, Private endpoints, Service tag and CMK (Customer managed key).
1717
**The recommended paid account type is the ARM-based account**
1818

19+
### To generate an access token
20+
1921
| | ARM-based |Classic| Trial|
2022
|---|---|---|---|
2123
|Get access token | [ARM REST API](https://aka.ms/avam-arm-api) |[Get access token](https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Get-Account-Access-Token)|Same as classic
2224
|Share account| [Azure RBAC(role based access control)](../role-based-access-control/overview.md)| [Invite users](invite-users.md) |Same as classic
2325

24-
2526
A trial Azure Video Indexer account has limitation on number of videos, support, and SLA.
2627

2728
### Indexing

articles/cognitive-services/LUIS/role-based-access-control.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: aahi
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-understanding
10-
ms.date: 11/09/2021
10+
ms.date: 08/02/2022
1111
ms.topic: conceptual
1212
---
1313

@@ -42,6 +42,11 @@ Use the following table to determine access needs for your LUIS application.
4242

4343
These custom roles only apply to authoring (Language Understanding Authoring) and not prediction resources (Language Understanding).
4444

45+
> [!NOTE]
46+
> * "Owner" and "Contributor" roles take priority over the custom LUIS roles.
47+
> * Azure Active Directory (Azure AD) is only used with custom LUIS roles.
48+
49+
4550
### Cognitive Services LUIS reader
4651

4752
A user that should only be validating and reviewing LUIS applications, typically a tester to ensure the application is performing well before deploying the project. They may want to review the application’s assets (utterances, intents, entities) to notify the app developers of any changes that need to be made, but do not have direct access to make them.

articles/cognitive-services/Speech-Service/includes/release-notes/release-notes-tts.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@ ms.topic: include
55
ms.date: 01/24/2022
66
ms.author: eur
77
---
8+
### 2022-July release
9+
10+
#### Prebuilt Neural TTS Voice
11+
12+
* Added 5 new voices of `zh-CN` Chinese (Mandarin, Simplified) and 1 new voice of `en-US` English (United States) in Public Preview. See [full language and voice list](../../language-support.md#prebuilt-neural-voices).
13+
14+
| Language | Locale | Gender | Voice name| Style support|
15+
|---|---|---|---|---|
16+
| Chinese (Mandarin, Simplified) | `zh-CN` | Female | `zh-CN-XiaomengNeural` <sup>New</sup> | General, multiple styles available [using SSML](../../speech-synthesis-markup.md#adjust-speaking-styles) |
17+
| Chinese (Mandarin, Simplified) | `zh-CN` | Female | `zh-CN-XiaoyiNeural` <sup>New</sup> | General, multiple styles available [using SSML](../../speech-synthesis-markup.md#adjust-speaking-styles) |
18+
| Chinese (Mandarin, Simplified) | `zh-CN` | Female | `zh-CN-XiaozhenNeural` <sup>New</sup> | General, multiple styles available [using SSML](../../speech-synthesis-markup.md#adjust-speaking-styles) |
19+
| Chinese (Mandarin, Simplified) | `zh-CN` | Male | `zh-CN-YunxiaNeural` <sup>New</sup> | General, multiple styles available [using SSML](../../speech-synthesis-markup.md#adjust-speaking-styles) |
20+
| Chinese (Mandarin, Simplified) | `zh-CN` | Male | `zh-CN-YunzeNeural` <sup>New</sup> | General, multiple styles available [using SSML](../../speech-synthesis-markup.md#adjust-speaking-styles) |
21+
| English (United States) | `en-US` | Male | `en-US-RogerNeural` <sup>New</sup> | General|
22+
23+
* Supported styles and roles for the added neural voices.
24+
25+
|Voice|Styles|Style degree|Roles|
26+
|-----|-----|-----|-----|
27+
|zh-CN-XiaomengNeural <sup>Public preview</sup>|`chat`|Supported||
28+
|zh-CN-XiaoyiNeural <sup>Public preview</sup>|`affectionate`, `angry`, `cheerful`, `disgruntled`, `embarrassed`, `fearful`, `gentle`, `sad`, `serious`|Supported||
29+
|zh-CN-XiaozhenNeural <sup>Public preview</sup>|`angry`, `cheerful`, `disgruntled`, `fearful`, `sad`, `serious`|Supported||
30+
|zh-CN-YunxiaNeural <sup>Public preview</sup>|`angry`, `calm`, `cheerful`, `fearful`, `sad`|Supported||
31+
|zh-CN-YunzeNeural <sup>Public preview</sup>|`angry`, `calm`, `cheerful`, `depressed`, `disgruntled`, `documentary-narration`, `fearful`, `sad`, `serious`|Supported|Supported|
32+
33+
#### Get facial position with viseme
34+
35+
* Added support for blend shapes to drive the facial movements of a 3D character that you designed. Learn more at [how to get facial position with viseme](../../how-to-speech-synthesis-viseme.md).
36+
* SSML updated to support viseme element. See [speech synthesis markup](../../speech-synthesis-markup.md#viseme-element).
37+
838
### 2022-June release
939

1040
#### Prebuilt Neural TTS Voice

articles/cognitive-services/Speech-Service/releasenotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ See below for information about changes to Speech services and resources.
2121

2222
* Speech SDK 1.23.0 and Speech CLI 1.23.0 were released in July 2022. See details below.
2323
* Custom speech-to-text container v3.1.0 released in March 2022, with support to get display models.
24-
* TTS Service March 2022, public preview of Cheerful and Sad styles with fr-FR-DeniseNeural.
24+
* TTS Service July 2022, new voices in Public Preview and new viseme feature blend shapes were released. See details below.
2525

2626
## Release notes
2727

0 commit comments

Comments
 (0)