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/active-directory/devices/howto-vm-sign-in-azure-ad-windows.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -399,6 +399,20 @@ Another MFA-related error message is the one described previously: "Your credent
399
399
400
400

401
401
402
+
If you've configured a legacy per-user **Enabled/Enforced Azure AD Multi-Factor Authentication** setting and you see the error above, you can resolve the problem by removing the per-user MFA setting through these commands:
403
+
404
+
```
405
+
# Get StrongAuthenticationRequirements configure on a user
If you haven't deployed Windows Hello for Business and if that isn't an option for now, you can configure a Conditional Access policy that excludes the Azure Windows VM Sign-In app from the list of cloud apps that require MFA. To learn more about Windows Hello for Business, see [Windows Hello for Business overview](/windows/security/identity-protection/hello-for-business/hello-identity-verification).
Copy file name to clipboardExpand all lines: articles/active-directory/fundamentals/5-secure-access-b2b.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,8 @@ Some organizations use a list of known ‘bad actor’ domains provided by their
84
84
85
85
You can control both inbound and outbound access using Cross Tenant Access Settings. In addition, you can trust MFA, Compliant device, and hybrid Azure Active Directory joined device (HAADJ) claims from all or a subset of external Azure AD tenants. When you configure an organization specific policy, it applies to the entire Azure AD tenant and will cover all users from that tenant regardless of the user’s domain suffix.
86
86
87
+
You can enable collaboration across Microsoft clouds such as Microsoft Azure China 21Vianet or Microsoft Azure Government with additional configuration. Determine if any of your collaboration partners reside in a different Microsoft cloud. If so, you should [enable collaboration with these partners using Cross Tenant Access Settings](/azure/active-directory/external-identities/cross-cloud-settings).
88
+
87
89
If you wish to allow inbound access to only specific tenants (allowlist), you can set the default policy to block access and then create organization policies to granularly allow access on a per user, group, and application basis.
88
90
89
91
If you wish to block access to specific tenants (blocklist), you can set the default policy as allow and then create organization policies that block access to those specific tenants.
@@ -254,4 +256,4 @@ See the following articles on securing external access to resources. We recommen
254
256
255
257
8.[Secure access with Sensitivity labels](8-secure-access-sensitivity-labels.md)
256
258
257
-
9.[Secure access to Microsoft Teams, OneDrive, and SharePoint](9-secure-access-teams-sharepoint.md)
259
+
9.[Secure access to Microsoft Teams, OneDrive, and SharePoint](9-secure-access-teams-sharepoint.md)
Copy file name to clipboardExpand all lines: articles/application-gateway/configuration-http-settings.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,12 @@ This setting combined with HTTPS in the listener supports [end-to-end TLS](ssl-o
46
46
47
47
This setting specifies the port where the back-end servers listen to traffic from the application gateway. You can configure ports ranging from 1 to 65535.
48
48
49
+
## Trusted root certificate
50
+
51
+
If you select HTTPS as the back-end protocol, the Application Gateway requires a trusted root certificate to trust the back-end pool for end-to-end SSL. By default, the **Use well known CA certificate** option is set to **No**. If you plan to use a self-signed certificate, or a certificate signed by an internal Certificate Authority, then you must provide the Application Gateway the matching public certificate that the back-end pool will be using. This certificate must be uploaded directly to the Application Gateway in .CER format.
52
+
53
+
If you plan to use a certificate on the back-end pool that is signed by a trusted public Certificate Authority, then you can set the **Use well known CA certificate** option to **Yes** and skip uploading a public certificate.
54
+
49
55
## Request timeout
50
56
51
57
This setting is the number of seconds that the application gateway waits to receive a response from the back-end server.
Copy file name to clipboardExpand all lines: articles/application-gateway/overview-v2.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ The following table compares the features available with each SKU.
85
85
| WebSocket support |✓|✓|
86
86
| HTTP/2 support |✓|✓|
87
87
| Connection draining |✓|✓|
88
+
| Proxy NTML authentication |✓||
88
89
89
90
> [!NOTE]
90
91
> The autoscaling v2 SKU now supports [default health probes](application-gateway-probe-overview.md#default-health-probe) to automatically monitor the health of all resources in its back-end pool and highlight those backend members that are considered unhealthy. The default health probe is automatically configured for backends that don't have any custom probe configuration. To learn more, see [health probes in application gateway](application-gateway-probe-overview.md).
Copy file name to clipboardExpand all lines: articles/application-gateway/private-link-configure.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ The Private link configuration defines the infrastructure used by Application Ga
51
51
-**Frontend IP Configuration**: The frontend IP address that private link should forward traffic to on Application Gateway.
52
52
-**Private IP address settings**: specify at least one IP address
53
53
1. Select **Add**.
54
+
1. Within your **Application Gateways** properties blade, obtain and make a note of the **Resource ID**, you will require this if setting up a Private Endpoint within a diffrerent Azure AD tenant
54
55
55
56
**Configure Private Endpoint**
56
57
@@ -67,6 +68,9 @@ A private endpoint is a network interface that uses a private IP address from th
67
68
> [!Note]
68
69
> If the public or private IP configuration resource is missing when trying to select a _Target sub-resource_ on the _Resource_ tab of private endpoint creation, please ensure a listener is actively utilizing the respected frontend IP configuration. Frontend IP configurations without an associated listener will not be shown as a _Target sub-resource_.
69
70
71
+
> [!Note]
72
+
> If you are setting up the **Private Endpoint** from within another tenant, you will need to utilise the Azure Application Gateway Resource ID, along with sub-resource as either _appGwPublicFrontendIp_ or _appGwPrivateFrontendIp_, depending upon your Azure Application Gateway Private Link Frontend IP Configuration.
73
+
70
74
# [Azure PowerShell](#tab/powershell)
71
75
72
76
To configure Private link on an existing Application Gateway via Azure PowerShell, the following commands can be referenced:
Copy file name to clipboardExpand all lines: articles/application-gateway/quick-create-cli.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,8 @@ az network application-gateway create \
153
153
--public-ip-address myAGPublicIPAddress \
154
154
--vnet-name myVNet \
155
155
--subnet myAGSubnet \
156
-
--servers "$address1" "$address2"
156
+
--servers "$address1" "$address2" \
157
+
--priority 100
157
158
```
158
159
159
160
It can take up to 30 minutes for Azure to create the application gateway. After it's created, you can view the following settings in the **Settings** section of the **Application gateway** page:
The Azure CLI [extension v1 for machine learning](reference-azure-machine-learning-cli.md) provides the [az ml workspace update](/cli/azure/ml(v1)/workspace#az-ml(v1)-workspace-update) command. To enable the parameter for a workspace, add the parameter `--v1-legacy-mode true`.
103
+
The Azure CLI [extension v1 for machine learning](reference-azure-machine-learning-cli.md) provides the [az ml workspace update](/cli/azure/ml(v1)/workspace#az-ml(v1)-workspace-update) command. To disable the parameter for a workspace, add the parameter `--v1-legacy-mode False`.
104
104
105
105
> [!IMPORTANT]
106
106
> The `v1-legacy-mode` parameter is only available in version 1.41.0 or newer of the Azure CLI extension for machine learning v1 (`azure-cli-ml`). Use the `az version` command to view version information.
107
107
108
+
```azurecli
109
+
az ml workspace update -g <myresourcegroup> -w <myworkspace> --v1-legacy-mode False
110
+
```
111
+
108
112
The return value of the `az ml workspace update` command may not show the updated value. To view the current state of the parameter, use the following command:
109
113
110
114
```azurecli
@@ -116,4 +120,4 @@ az ml workspace show -g <myresourcegroup> -w <myworkspace> --query v1LegacyMode
116
120
## Next steps
117
121
118
122
*[Use a private endpoint with Azure Machine Learning workspace](how-to-configure-private-link.md).
119
-
*[Create private link for managing Azure resources](../azure-resource-manager/management/create-private-link-access-portal.md).
123
+
*[Create private link for managing Azure resources](../azure-resource-manager/management/create-private-link-access-portal.md).
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-network-security-overview.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
@@ -121,7 +121,7 @@ In this section, you learn how to secure the training environment in Azure Machi
121
121
To secure the training environment, use the following steps:
122
122
123
123
1. Create an Azure Machine Learning [compute instance and computer cluster in the virtual network](how-to-secure-training-vnet.md#compute-cluster) to run the training job.
124
-
1. If your compute cluster or compute instance does not use a public IP address, you must [Allow inbound communication](how-to-secure-training-vnet.md#required-public-internet-access) so that management services can submit jobs to your compute resources.
124
+
1. If your compute cluster or compute instance uses a public IP address, you must [Allow inbound communication](how-to-secure-training-vnet.md#required-public-internet-access) so that management services can submit jobs to your compute resources.
125
125
126
126
> [!TIP]
127
127
> Compute cluster and compute instance can be created with or without a public IP address. If created with a public IP address, you get a load balancer with a public IP to accept the inbound access from Azure batch service and Azure Machine Learning service. You need to configure User Defined Routing (UDR) if you use a firewall. If created without a public IP, you get a private link service to accept the inbound access from Azure batch service and Azure Machine Learning service without a public IP.
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-train-distributed-gpu.md
+34-23Lines changed: 34 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,55 +255,66 @@ run = Experiment(ws, 'experiment_name').submit(run_config)
255
255
256
256
[PyTorch Lightning](https://pytorch-lightning.readthedocs.io/en/stable/) is a lightweight open-source library that provides a high-level interface for PyTorch. Lightning abstracts away many of the lower-level distributed training configurations required for vanilla PyTorch. Lightning allows you to run your training scripts in single GPU, single-node multi-GPU, and multi-node multi-GPU settings. Behind the scene, it launches multiple processes for you similar to `torch.distributed.launch`.
257
257
258
-
For single-node training (including single-node multi-GPU), you can run your code on Azure ML without needing to specify a `distributed_job_config`. For multi-node training, Lightning requires the following environment variables to be set on each node of your training cluster:
258
+
For single-node training (including single-node multi-GPU), you can run your code on Azure ML without needing to specify a `distributed_job_config`.
259
+
To run an experiment using multiple nodes with multiple GPUs, there are 2 options:
259
260
260
-
-MASTER_ADDR
261
-
-MASTER_PORT
262
-
-NODE_RANK
261
+
- Using PyTorch configuration (recommended): Define `PyTorchConfiguration`and specify `communication_backend="Nccl"`, `node_count`, and`process_count` (note that this is the total number of processes, ie, `num_nodes * process_count_per_node`). In Lightning Trainer module, specify both `num_nodes`and`gpus` to be consistent with`PyTorchConfiguration`. For example, `num_nodes = node_count`and`gpus = process_count_per_node`.
263
262
264
-
To run multi-node Lightning training on Azure ML, follow the [per-node-launch](#per-node-launch) guidance, but note that currently, the `ddp` strategy works only when you run an experiment using multiple nodes, with one GPU per node.
263
+
- Using MPI Configuration:
265
264
266
-
To run an experiment using multiple nodes with multiple GPUs:
267
-
268
-
- Define `MpiConfiguration`and specify `node_count`. Don't specify `process_count` because Lightning internally handles launching the worker processes for each node.
269
-
- For PyTorch jobs, Azure ML handles setting the MASTER_ADDR, MASTER_PORT, andNODE_RANK environment variables that Lightning requires:
265
+
- Define `MpiConfiguration`and specify both `node_count`and`process_count_per_node`. In Lightning Trainer, specify both `num_nodes`and`gpus` to be respectively the same as`node_count`and`process_count_per_node`from`MpiConfiguration`.
266
+
- For multi-node training withMPI, Lightning requires the following environment variables to be set on each node of your training cluster:
267
+
-MASTER_ADDR
268
+
-MASTER_PORT
269
+
-NODE_RANK
270
+
-LOCAL_RANK
271
+
272
+
Manually set these environment variables that Lightning requires in the main training scripts:
0 commit comments