You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/speech-synthesis-markup-pronunciation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Usage of the `lexicon` element's attributes are described in the following table
93
93
94
94
The supported values for attributes of the `lexicon` element were [described previously](#custom-lexicon).
95
95
96
-
After you publish your custom lexicon, you can reference it from your SSML. The following SSML example references a custom lexicon that was uploaded to `https://www.example.com/customlexicon.xml`.
96
+
After you publish your custom lexicon, you can reference it from your SSML. The following SSML example references a custom lexicon that was uploaded to `https://www.example.com/customlexicon.xml`. We support lexicon URLs from Azure Blob Storage, Azure Media Services (AMS) Storage, and GitHub. However, note that other public URLs may not be compatible.
@@ -116,7 +116,7 @@ To define how multiple entities are read, you can define them in a custom lexico
116
116
117
117
Here are some limitations of the custom lexicon file:
118
118
119
-
-**File size**: The custom lexicon file size is limited to a maximum of 100 KB. If the file size exceeds the 100-KB limit, the synthesis request fails.
119
+
-**File size**: The custom lexicon file size is limited to a maximum of 100 KB. If the file size exceeds the 100-KB limit, the synthesis request fails. You can split your lexicon into multiple lexicons and include them in SSML if the file size exceeds 100 KB.
120
120
-**Lexicon cache refresh**: The custom lexicon is cached with the URI as the key on text to speech when it's first loaded. The lexicon with the same URI isn't reloaded within 15 minutes, so the custom lexicon change needs to wait 15 minutes at the most to take effect.
121
121
122
122
The supported elements and attributes of a custom lexicon XML file are described in the [Pronunciation Lexicon Specification (PLS) Version 1.0](https://www.w3.org/TR/pronunciation-lexicon/). Here are some examples of the supported elements and attributes:
Copy file name to clipboardExpand all lines: articles/azure-arc/system-center-virtual-machine-manager/enable-guest-management-at-scale.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: Farha-Bano
7
7
ms.author: v-farhabano
8
8
manager: jsuri
9
9
ms.topic: how-to
10
-
ms.date: 03/12/2024
10
+
ms.date: 03/27/2024
11
11
keywords: "VMM, Arc, Azure"
12
12
13
13
#Customer intent: As an IT infrastructure admin, I want to install arc agents to use Azure management services for SCVMM VMs.
@@ -47,7 +47,12 @@ An admin can install agents for multiple machines from the Azure portal if the m
47
47
2. Select all the machines and choose the **Enable in Azure** option.
48
48
3. Select **Enable guest management** checkbox to install Arc agents on the selected machine.
49
49
4. If you want to connect the Arc agent via proxy, provide the proxy server details.
50
-
5. Provide the administrator username and password for the machine.
50
+
5. If you want to connect Arc agent via private endpoint, follow these [steps](../servers/private-link-security.md) to set up Azure private link.
51
+
52
+
>[!Note]
53
+
> Private endpoint connectivity is only available for Arc agent to Azure communications. For Arc resource bridge to Azure connectivity, Azure Private link isn't supported.
54
+
55
+
6. Provide the administrator username and password for the machine.
51
56
52
57
>[!Note]
53
58
> For Windows VMs, the account must be part of the local administrator group; and for Linux VM, it must be a root account.
Copy file name to clipboardExpand all lines: articles/azure-arc/vmware-vsphere/enable-guest-management-at-scale.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Install Arc agent at scale for your VMware VMs
3
3
description: Learn how to enable guest management at scale for Arc enabled VMware vSphere VMs.
4
4
ms.topic: how-to
5
-
ms.date: 11/06/2023
5
+
ms.date: 03/27/2024
6
6
ms.service: azure-arc
7
7
ms.subservice: azure-arc-vmware-vsphere
8
8
author: Farha-Bano
@@ -43,7 +43,12 @@ An admin can install agents for multiple machines from the Azure portal if the m
43
43
44
44
4. If you want to connect the Arc agent via proxy, provide the proxy server details.
45
45
46
-
5. Provide the administrator username and password for the machine.
46
+
5. If you want to connect Arc agent via private endpoint, follow these [steps](../servers/private-link-security.md) to set up Azure private link.
47
+
48
+
>[!Note]
49
+
> Private endpoint connectivity is only available for Arc agent to Azure communications. For Arc resource bridge to Azure connectivity, Azure private link isn't supported.
50
+
51
+
6. Provide the administrator username and password for the machine.
47
52
48
53
> [!NOTE]
49
54
> For Windows VMs, the account must be part of local administrator group; and for Linux VM, it must be a root account.
Copy file name to clipboardExpand all lines: articles/azure-arc/vmware-vsphere/support-matrix-for-arc-enabled-vmware-vsphere.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Plan for deployment
3
3
description: Learn about the support matrix for Arc-enabled VMware vSphere including vCenter Server versions supported, network requirements, and more.
4
4
ms.topic: how-to
5
-
ms.date: 11/06/2023
5
+
ms.date: 03/27/2024
6
6
ms.service: azure-arc
7
7
ms.subservice: azure-arc-vmware-vsphere
8
8
author: Farha-Bano
@@ -38,6 +38,9 @@ You need a vSphere account that can:
38
38
39
39
This account is used for the ongoing operation of Azure Arc-enabled VMware vSphere and the deployment of the Azure Arc resource bridge VM.
40
40
41
+
>[!Important]
42
+
> If there are any changes to the credentials of the vSphere account after onboarding, follow these [steps](./administer-arc-vmware.md#updating-the-vsphere-account-credentials-using-a-new-password-or-a-new-vsphere-account-after-onboarding) to update the credentials in Arc Resource Bridge and VMware cluster extension.
43
+
41
44
### Resource bridge resource requirements
42
45
43
46
For Arc-enabled VMware vSphere, resource bridge has the following minimum virtual hardware requirements
The `raisedHandChanged` and `loweredHandChanged` events contain an object with the `identifier` property, which represents the participant's communication identifier. In the example above, we log a message to the console indicating that a participant has raised their hand.
67
67
68
68
To unsubscribe from the events, you can use the `off` method.
69
69
70
70
### List of all participants with active state
71
-
To get information about all participants that have raised hand state on current call, you can use the `getRaisedHands` api. he returned array is sorted by the order field.
71
+
To get information about all participants that have raised hand state on current call, you can use the `getRaisedHands` api. The returned array is sorted by the order field.
72
72
Here's an example of how to use the `getRaisedHands` API:
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/defender-for-cloud-introduction.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Defender for Cloud includes Foundational CSPM capabilities for free. You can als
43
43
| Capability | What problem does it solve? | Get started | Defender plan |
44
44
|--|--|--|--|
45
45
|[Centralized policy management](security-policy-concept.md)| Define the security conditions that you want to maintain across your environment. The policy translates to recommendations that identify resource configurations that violate your security policy. The [Microsoft cloud security benchmark](concept-regulatory-compliance.md) is a built-in standard that applies security principles with detailed technical implementation guidance for Azure and other cloud providers (such as AWS and GCP). |[Customize a security policy](create-custom-recommendations.md)| Foundational CSPM (Free) |
46
-
|[Secure score](secure-score-security-controls.md)| Summarize your security posture based on the security recommendations. As you remediate recommendations, your secure score improves. |[Track your secure score](secure-score-access-and-track.md)| Foundational CSPM (Free) |
46
+
|[Secure score](secure-score-security-controls.md)| Summarize your security posture based on the security recommendations. As you remediate recommendations, your secure score improves. |[Track your secure score](secure-score-access-and-track.md)| Foundational CSPM (Free) |
47
47
|[Multicloud coverage](plan-multicloud-security-get-started.md)| Connect to your multicloud environments with agentless methods for CSPM insight and CWP protection. | Connect your [Amazon AWS](quickstart-onboard-aws.md) and [Google GCP](quickstart-onboard-gcp.md) cloud resources to Defender for Cloud | Foundational CSPM (Free) |
48
48
|[Cloud Security Posture Management (CSPM)](concept-cloud-security-posture-management.md)| Use the dashboard to see weaknesses in your security posture. |[Enable CSPM tools](enable-enhanced-security.md)| Foundational CSPM (Free) |
49
49
|[Advanced Cloud Security Posture Management](concept-cloud-security-posture-management.md)| Get advanced tools to identify weaknesses in your security posture, including:</br>- Governance to drive actions to improve your security posture</br>- Regulatory compliance to verify compliance with security standards</br>- Cloud security explorer to build a comprehensive view of your environment |[Enable CSPM tools](enable-enhanced-security.md)| Defender CSPM |
@@ -66,7 +66,7 @@ When your environment is threatened, security alerts right away indicate the nat
66
66
| Protect cloud databases | Protect your entire database estate with attack detection and threat response for the most popular database types in Azure to protect the database engines and data types, according to their attack surface and security risks. |[Deploy specialized protections for cloud and on-premises databases](quickstart-enable-database-protections.md)| - Defender for Azure SQL Databases</br>- Defender for SQL servers on machines</br>- Defender for Open-source relational databases</br>- Defender for Azure Cosmos DB |
67
67
| Protect containers | Secure your containers so you can improve, monitor, and maintain the security of your clusters, containers, and their applications with environment hardening, vulnerability assessments, and run-time protection. |[Find security risks in your containers](defender-for-containers-introduction.md)| Defender for Containers |
68
68
|[Infrastructure service insights](asset-inventory.md)| Diagnose weaknesses in your application infrastructure that can leave your environment susceptible to attack. | - [Identify attacks targeting applications running over App Service](defender-for-app-service-introduction.md)</br>- [Detect attempts to exploit Key Vault accounts](defender-for-key-vault-introduction.md)</br>- [Get alerted on suspicious Resource Manager operations](defender-for-resource-manager-introduction.md)</br>- [Expose anomalous DNS activities](defender-for-dns-introduction.md)| - Defender for App Service</br>- Defender for Key Vault</br>- Defender for Resource Manager</br>- Defender for DNS |
69
-
|[Security alerts](alerts-overview.md)| Get informed of real-time events that threaten the security of your environment. Alerts are categorized and assigned severity levels to indicate proper responses. |[Manage security alerts](managing-and-responding-alerts.md)| Any workload protection Defender plan |
69
+
|[Security alerts](alerts-overview.md)| Get informed of real-time events that threaten the security of your environment. Alerts are categorized and assigned severity levels to indicate proper responses. |[Manage security alerts](managing-and-responding-alerts.md)| Any workload protection Defender plan |
70
70
|[Security incidents](alerts-overview.md#what-are-security-incidents)| Correlate alerts to identify attack patterns and integrate with Security Information and Event Management (SIEM), Security Orchestration Automated Response (SOAR), and IT Service Management (ITSM) solutions to respond to threats and limit the risk to your resources. |[Export alerts to SIEM, SOAR, or ITSM systems](export-to-siem.md)| Any workload protection Defender plan |
71
71
72
72
[!INCLUDE [Defender for DNS note](./includes/defender-for-dns-note.md)]
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/defender-for-containers-architecture.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ When you enable the agentless discovery for Kubernetes extension, the following
84
84
85
85
These components are required in order to receive the full protection offered by Microsoft Defender for Containers:
86
86
87
-
-**[Azure Arc-enabled Kubernetes](../azure-arc/kubernetes/overview.md)** - Azure Arc-enabled Kubernetes - An sensor based solution, installed on one node in the cluster, that connects your clusters to Defender for Cloud. Defender for Cloud is then able to deploy the following two agents as [Arc extensions](../azure-arc/kubernetes/extensions.md):
87
+
-**[Azure Arc-enabled Kubernetes](../azure-arc/kubernetes/overview.md)** - Azure Arc-enabled Kubernetes - A sensor based solution, installed on one node in the cluster, that connects your clusters to Defender for Cloud. Defender for Cloud is then able to deploy the following two agents as [Arc extensions](../azure-arc/kubernetes/extensions.md):
88
88
89
89
-**Defender sensor**: The DaemonSet that is deployed on each node, collects host signals using [eBPF technology](https://ebpf.io/) and Kubernetes audit logs, to provide runtime protection. The sensor is registered with a Log Analytics workspace, and used as a data pipeline. However, the audit log data isn't stored in the Log Analytics workspace. The Defender sensor is deployed as an Arc-enabled Kubernetes extension.
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/faq-general.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ sections:
165
165
- The Azure Management app ID (797f4846-ba00-4fd7-ba43-dac1f8f63013), or all apps, are included in the **Apps** section of your MFA CA policy
166
166
- The Azure Management app ID isn't excluded in the **Apps** section of your MFA CA policy
167
167
- OR condition is used with only MFA, or AND condition is used with MFA
168
-
- A Conditional Access policy enforcing MFA through [Authentication Strengths](https://learn.microsoft.com/entra/identity/authentication/concept-authentication-strengths) is currently not supported in our evaluation
168
+
- A Conditional Access policy enforcing MFA through [Authentication Strengths](/entra/identity/authentication/concept-authentication-strengths) is currently not supported in our evaluation.
169
169
170
170
- question: |
171
171
We're using a third-party MFA tool to enforce MFA. Why do we still get the Defender for Cloud recommendations?
0 commit comments