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/azure-app-configuration/use-key-vault-references-dotnet-core.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
@@ -104,7 +104,7 @@ To add a secret to the vault, you need to take just a few additional steps. In t
104
104
using Azure.Identity;
105
105
```
106
106
107
-
1. Update the `CreateWebHostBuilder` method to use App Configuration by calling the `config.AddAzureAppConfiguration` method. Include the `ConfigureKeyVault` option, and pass the correct credentials to your Key Vault.
107
+
1. Update the `CreateWebHostBuilder` method to use App Configuration by calling the `config.AddAzureAppConfiguration` method. Include the `ConfigureKeyVault` option, and pass the correct credential to your Key Vault using the `SetCredential` method. If you have multiple Key Vaults, the same credential will be used for all of them. If your Key Vaults require different credentials, you can set them using `Register` or `SetSecretResolver` methods from the [`AzureAppConfigurationKeyVaultOptions`](/dotnet/api/microsoft.extensions.configuration.azureappconfiguration.azureappconfigurationkeyvaultoptions) class.
Copy file name to clipboardExpand all lines: articles/azure-vmware/concepts-identity.md
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ title: Concepts - Identity and access
3
3
description: Learn about the identity and access concepts of Azure VMware Solution
4
4
ms.topic: conceptual
5
5
ms.service: azure-vmware
6
-
ms.date: 06/06/2022
6
+
ms.date: 07/21/2022
7
7
ms.custom: references_regions
8
8
---
9
9
10
10
# Azure VMware Solution identity concepts
11
11
12
-
Azure VMware Solution private clouds are provisioned with a vCenter Server and NSX-T Manager. You'll use vCenter to manage virtual machine (VM) workloads and NSX-T Manager to manage and extend the private cloud. The CloudAdmin role is used for vCenter Server and the administrator role (with restricted permissions) is used for NSX-T Manager.
12
+
Azure VMware Solution private clouds are provisioned with a vCenter Server and NSX-T Manager. You'll use vCenter to manage virtual machine (VM) workloads and NSX-T Manager to manage and extend the private cloud. The CloudAdmin role is used for vCenter Server and the CloudAdmin role (with restricted permissions) is used for NSX-T Manager.
13
13
14
14
## vCenter Server access and identity
15
15
@@ -18,9 +18,9 @@ Azure VMware Solution private clouds are provisioned with a vCenter Server and N
18
18
> [!IMPORTANT]
19
19
> Azure VMware Solution offers custom roles on vCenter Server but currently doesn't offer them on the Azure VMware Solution portal. For more information, see the [Create custom roles on vCenter Server](#create-custom-roles-on-vcenter-server) section later in this article.
20
20
21
-
### View the vCenter privileges
21
+
### View the vCenter Server privileges
22
22
23
-
You can view the privileges granted to the Azure VMware Solution CloudAdmin role on your Azure VMware Solution private cloud vCenter.
23
+
You can view the privileges granted to the Azure VMware Solution CloudAdmin role on your Azure VMware Solution private cloud vCenter Server.
24
24
25
25
1. Sign into the vSphere Client and go to **Menu** > **Administration**.
26
26
1. Under **Access Control**, select **Roles**.
@@ -89,28 +89,28 @@ To prevent creating roles that can't be assigned or deleted, clone the CloudAdmi
89
89
90
90
## NSX-T Manager access and identity
91
91
92
-
When a private cloud is provisioned using Azure portal, softwaredefined data center (SDDC) management components like vCenter and NSX-T Manager are provisioned for customers.
92
+
When a private cloud is provisioned using Azure portal, software-defined data center (SDDC) management components like vCenter Server and NSX-T Manager are provisioned for customers.
93
93
94
-
Microsoft is responsible for the lifecycle management of NSX-T appliances like NSX-T Managers and NSX-T Edges. They're responsible for bootstrapping network configuration, like creating the Tier-0 gateway.
94
+
Microsoft is responsible for the lifecycle management of NSX-T appliances like NSX-T Managers and NSX-T Data Center Edges. They're responsible for bootstrapping network configuration, like creating the Tier-0 gateway.
95
95
96
-
You're responsible for NSX-T software-defined networking (SDN) configuration, for example:
96
+
You're responsible for NSX-T Data Center software-defined networking (SDN) configuration, for example:
97
97
98
98
- Network segments
99
99
- Other Tier-1 gateways
100
100
- Distributed firewall rules
101
101
- Stateful services like gateway firewall
102
102
- Load balancer on Tier-1 gateways
103
103
104
-
You can access NSX-T Manager using the built-in local user "admin" assigned to **Enterprise admin** role that gives full privileges to a user to manage NSX-T. While Microsoft manages the lifecycle of NSX-T, certain operations aren't allowed by a user. Operations not allowed include editing the configuration of host and edge transport nodes or starting an upgrade. For new users, Azure VMware Solution deploys them with a specific set of permissions needed by that user. The purpose is to provide a clear separation of control between the Azure VMware Solution control plane configuration and Azure VMware Solution private cloud user.
104
+
You can access NSX-T Manager using the built-in local user "cloudadmin" assigned to a custom role that gives limited privileges to a user to manage NSX-T Data Center. While Microsoft manages the lifecycle of NSX-T Data Center, certain operations aren't allowed by a user. Operations not allowed include editing the configuration of host and edge transport nodes or starting an upgrade. For new users, Azure VMware Solution deploys them with a specific set of permissions needed by that user. The purpose is to provide a clear separation of control between the Azure VMware Solution control plane configuration and Azure VMware Solution private cloud user.
105
105
106
-
For new private cloud deployments, NSX-T access will be provided with a built-in local user cloud admin assigned to the **cloudadmin** role with a specific set of permissions to use NSX-T functionality for workloads.
106
+
For new private cloud deployments, NSX-T Data Center access will be provided with a built-in local user cloudadmin assigned to the **cloudadmin** role with a specific set of permissions to use NSX-T Data Center functionality for workloads.
107
107
108
-
### NSX-T cloud admin user permissions
108
+
### NSX-T Data Center cloudadmin user permissions
109
109
110
-
The following permissions are assigned to the **cloudadmin** user in Azure VMware Solution NSX-T.
110
+
The following permissions are assigned to the **cloudadmin** user in Azure VMware Solution NSX-T Data Center.
111
111
112
112
> [!NOTE]
113
-
> **NSX-T cloudadmin user** on Azure VMware Solution is not the same as the **cloudadmin user** mentioned in the VMware product documentation.
113
+
> **NSX-T Data Center cloudadmin user** on Azure VMware Solution is not the same as the **cloudadmin user** mentioned in the VMware product documentation.
@@ -130,28 +130,28 @@ The following permissions are assigned to the **cloudadmin** user in Azure VMwar
130
130
| System | Configuration<br>Settings<br>Settings<br>Settings | Identity firewall<br>Users and Roles<br>Certificate Management (Service Certificate only)<br>User Interface Settings | Full Access<br>Full Access<br>Full Access<br>Full Access |
131
131
| System | All other || Read-only |
132
132
133
-
You can view the permissions granted to the Azure VMware Solution cloudadmin role on your Azure VMware Solution private cloud NSX-T.
133
+
You can view the permissions granted to the Azure VMware Solution cloudadmin role on your Azure VMware Solution private cloud NSX-T Data Center.
134
134
135
135
1. Log in to the NSX-T Manager.
136
136
1. Navigate to **Systems** and locate **Users and Roles**.
137
137
1. Select and expand the **cloudadmin** role, found under **Roles**.
138
138
1. Select a category like, Networking or Security, to view the specific permissions.
139
139
140
140
> [!NOTE]
141
-
> **Private clouds created before June 2022** will switch from **admin** role to **cloudadmin** role. You'll receive a notification through Azure Service Health that includes the timeline of this change so you can change the NSX-T credentials you've used for other integration.
141
+
> **Private clouds created before June 2022** will switch from **admin** role to **cloudadmin** role. You'll receive a notification through Azure Service Health that includes the timeline of this change so you can change the NSX-T Data Center credentials you've used for other integration.
142
142
143
-
## NSX-T LDAP integration for role based access control (RBAC)
143
+
## NSX-T Data Center LDAP integration for role based access control (RBAC)
144
144
145
-
In an Azure VMware Solution deployment, the NSX-T can be integrated with external LDAP directory service to add remote directory users or group, and assign them an NSX-T RBAC role, like on-premises deployment. For more information on how to enable NSX-T LDAP integration, see the [VMware product documentation](https://docs.vmware.com/en/VMware-NSX-T-Data-Center/3.1/administration/GUID-DB5A44F1-6E1D-4E5C-8B50-D6161FFA5BD2.html).
145
+
In an Azure VMware Solution deployment, the NSX-T Data Center can be integrated with external LDAP directory service to add remote directory users or group, and assign them an NSX-T Data Center RBAC role, like on-premises deployment. For more information on how to enable NSX-T Data Center LDAP integration, see the [VMware product documentation](https://docs.vmware.com/en/VMware-NSX-T-Data-Center/3.1/administration/GUID-DB5A44F1-6E1D-4E5C-8B50-D6161FFA5BD2.html).
146
146
147
-
Unlike on-premises deployment, not all pre-defined NSX-T RBAC roles are supported with Azure VMware solution to keep Azure VMware Solution IaaS control plane config management separate from tenant network and security configuration. Please see the next section, Supported NSX-T RBAC roles, for more details.
147
+
Unlike on-premises deployment, not all pre-defined NSX-T Data Center RBAC roles are supported with Azure VMware solution to keep Azure VMware Solution IaaS control plane config management separate from tenant network and security configuration. Please see the next section, Supported NSX-T Data Center RBAC roles, for more details.
148
148
149
149
> [!NOTE]
150
-
> NSX-T LDAP Integration supported only with SDDC’s with NSX-T “cloudadmin” user.
150
+
> NSX-T LDAP Integration supported only with SDDC’s with NSX-T Data Center “cloudadmin” user.
151
151
152
-
### Supported and unsupported NSX-T RBAC roles
152
+
### Supported and unsupported NSX-T Data Center RBAC roles
153
153
154
-
In an Azure VMware Solution deployment, the following NSX-T predefined RBAC roles are supported with LDAP integration:
154
+
In an Azure VMware Solution deployment, the following NSX-T Data Center predefined RBAC roles are supported with LDAP integration:
155
155
156
156
- Auditor
157
157
- Cloudadmin
@@ -160,17 +160,17 @@ Unlike on-premises deployment, not all pre-defined NSX-T RBAC roles are supporte
160
160
- VPN Admin
161
161
- Network Operator
162
162
163
-
In an Azure VMware Solution deployment, the following NSX-T predefined RBAC roles are not supported with LDAP integration:
163
+
In an Azure VMware Solution deployment, the following NSX-T Data Center predefined RBAC roles are not supported with LDAP integration:
164
164
165
165
- Enterprise Admin
166
166
- Network AdminSecurity Admin
167
167
- Netx Partner Admin
168
168
- GI Partner Admin
169
169
170
-
You can create custom roles in NSX-T with permissions lesser than or equal to Cloudadmin role created by Microsoft. Following are examples on how to create a supported "Network Admin" and "Security Admin" role.
170
+
You can create custom roles in NSX-T Data Center with permissions lesser than or equal to CloudAdmin role created by Microsoft. Following are examples on how to create a supported "Network Admin" and "Security Admin" role.
171
171
172
172
> [!NOTE]
173
-
> Custom role creation will fail if you assign a permission not allowed by Cloudadmin role.
173
+
> Custom role creation will fail if you assign a permission not allowed by CloudAdmin role.
174
174
175
175
#### Create “AVS network admin” role
176
176
@@ -206,10 +206,10 @@ You can create custom roles in NSX-T with permissions lesser than or equal to Cl
206
206
4.**Apply** the changes and **Save** the Role.
207
207
208
208
> [!NOTE]
209
-
> The NSX-T **System** > **Identity Firewall AD** configuration option isn't supported by the NSX custom role. The recommendation is to assign the **Security Operator** role to the user with the custom role to allow managing the Identity Firewall (IDFW) feature for that user.
209
+
> The NSX-T Data Center **System** > **Identity Firewall AD** configuration option isn't supported by the NSX custom role. The recommendation is to assign the **Security Operator** role to the user with the custom role to allow managing the Identity Firewall (IDFW) feature for that user.
210
210
211
211
> [!NOTE]
212
-
> The NSX-T Traceflow feature isn't supported by NSX-T custom role. The recommendation is to assign the **Auditor** role to the user along with above custom role to enable Traceflow feature for that user.
212
+
> The NSX-T Data Center Traceflow feature isn't supported by NSX-T Data Center custom role. The recommendation is to assign the **Auditor** role to the user along with above custom role to enable Traceflow feature for that user.
Copy file name to clipboardExpand all lines: articles/azure-vmware/concepts-run-command.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
@@ -9,7 +9,7 @@ ms.date: 09/17/2021
9
9
10
10
# Run command in Azure VMware Solution
11
11
12
-
In Azure VMware Solution, vCenter Server has a built-in local user called *cloudadmin* assigned to the CloudAdmin role. The CloudAdmin role has vCenter Server [privileges](concepts-identity.md#view-the-vcenter-privileges) that differ from other VMware cloud solutions and on-premises deployments. The Run command feature lets you perform operations that would normally require elevated privileges through a collection of PowerShell cmdlets.
12
+
In Azure VMware Solution, vCenter Server has a built-in local user called *cloudadmin* assigned to the CloudAdmin role. The CloudAdmin role has vCenter Server [privileges](concepts-identity.md#vcenter-server-access-and-identity) that differ from other VMware cloud solutions and on-premises deployments. The Run command feature lets you perform operations that would normally require elevated privileges through a collection of PowerShell cmdlets.
13
13
14
14
Azure VMware Solution supports the following operations:
Copy file name to clipboardExpand all lines: articles/cognitive-services/Translator/document-translation/client-sdks.md
+29-29Lines changed: 29 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ To get started, you'll need:
23
23
24
24
* An active [**Azure account**](https://azure.microsoft.com/free/cognitive-services/). If you don't have one, you can [**create a free account**](https://azure.microsoft.com/free/).
25
25
26
-
* A [**single-service Translator resource**](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation) (**not** a multi-service Cognitive Services resource).
26
+
* A [**single-service Translator resource**](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation) (**not** a multi-service Cognitive Services resource). Choose **Global** unless your business or application requires a specific region. Select the **Standard S1** pricing tier to get started (document translation is not supported for the free tier).
27
27
28
28
* An [**Azure blob storage account**](https://portal.azure.com/#create/Microsoft.StorageAccount-ARM). You'll [**create containers**](../../../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container) in your Azure blob storage account for your source and target files:
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-responsible-ai-dashboard-ui.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
@@ -46,7 +46,7 @@ After you picked your dataset, select your modeling task type.
46
46
:::image type="content" source="./media/how-to-responsible-ai-dashboard-ui/modeling.png" alt-text="Screenshot of the wizard on modeling task type." lightbox= "./media/how-to-responsible-ai-dashboard-ui/modeling.png":::
47
47
48
48
> [!NOTE]
49
-
> The wizard only supports models with MLflow format and sci-kit learn flavor.
49
+
> The wizard only supports models with MLflow format and scikit-learn flavor.
0 commit comments