Skip to content

Commit 335fb96

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-rbac-custom-roles-assignable-scopes
2 parents 514cf41 + 7165d47 commit 335fb96

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

articles/azure-monitor/app/asp-net-exceptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Capture exceptions from ASP.NET apps along with request telemetry.
44
ms.topic: conceptual
55
ms.devlang: csharp
66
ms.custom: devx-track-csharp
7-
ms.date: 05/19/2021
7+
ms.date: 08/19/2022
88
ms.reviewer: casocha
99
---
1010

articles/azure-monitor/app/ip-addresses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IP addresses used by Azure Monitor | Microsoft Docs
33
description: This article discusses server firewall exceptions that are required by Azure Monitor
44
ms.topic: conceptual
5-
ms.date: 01/27/2020
5+
ms.date: 08/19/2022
66
ms.reviewer: saars
77
---
88

articles/machine-learning/how-to-access-azureml-behind-firewall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ The hosts in the following tables are owned by Microsoft, and provide services r
334334
| Compute cluster/instance | graph.chinacloudapi.cn | TCP | 443 |
335335
| Compute instance | \*.instances.azureml.cn | TCP | 443 |
336336
| Compute instance | \*.instances.azureml.ms | TCP | 443, 8787, 18881 |
337-
| Microsoft storage access | \*blob.core.chinacloudapi.cn | TCP | 443 |
337+
| Microsoft storage access | \*.blob.core.chinacloudapi.cn | TCP | 443 |
338338
| Microsoft storage access | \*.table.core.chinacloudapi.cn | TCP | 443 |
339339
| Microsoft storage access | \*.queue.core.chinacloudapi.cn | TCP | 443 |
340340
| Your storage account | \<storage\>.file.core.chinacloudapi.cn | TCP | 443, 445 |

articles/machine-learning/how-to-high-availability-machine-learning.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,24 @@ To maximize your uptime, plan ahead to maintain business continuity and prepare
2020
Microsoft strives to ensure that Azure services are always available. However, unplanned service outages may occur. We recommend having a disaster recovery plan in place for handling regional service outages. In this article, you'll learn how to:
2121

2222
* Plan for a multi-regional deployment of Azure Machine Learning and associated resources.
23+
* Maximize chances to recover logs, notebooks, docker images, and other metadata.
2324
* Design for high availability of your solution.
2425
* Initiate a failover to another region.
2526

2627
> [!NOTE]
27-
> Azure Machine Learning itself does not provide automatic failover or disaster recovery.
28+
> Azure Machine Learning itself does not provide automatic failover or disaster recovery. Backup and restore of workspace metadata such as run history is unavailable.
2829
2930
In case you have accidentally deleted your workspace or corresponding components, this article also provides you with currently supported recovery options.
3031

3132
## Understand Azure services for Azure Machine Learning
3233

33-
Azure Machine Learning depends on multiple Azure services and has several layers. Some of these services are provisioned in your (customer) subscription. You're responsible for the high-availability configuration of these services. Other services are created in a Microsoft subscription and managed by Microsoft.
34+
Azure Machine Learning depends on multiple Azure services. Some of these services are provisioned in your subscription. You're responsible for the high-availability configuration of these services. Other services are created in a Microsoft subscription and are managed by Microsoft.
3435

3536
Azure services include:
3637

3738
* **Azure Machine Learning infrastructure**: A Microsoft-managed environment for the Azure Machine Learning workspace.
3839

39-
* **Associated resources**: Resources provisioned in your subscription during Azure Machine Learning workspace creation. These resources include Azure Storage, Azure Key Vault, Azure Container Registry, and Application Insights. You're responsible for configuring high-availability settings for these resources.
40+
* **Associated resources**: Resources provisioned in your subscription during Azure Machine Learning workspace creation. These resources include Azure Storage, Azure Key Vault, Azure Container Registry, and Application Insights.
4041
* Default storage has data such as model, training log data, and dataset.
4142
* Key Vault has credentials for Azure Storage, Container Registry, and data stores.
4243
* Container Registry has a Docker image for training and inferencing environments.
@@ -136,7 +137,10 @@ By keeping your data storage isolated from the default storage the workspace use
136137
* Attach the same storage instances as datastores to the primary and secondary workspaces.
137138
* Make use of geo-replication for data storage accounts and maximize your uptime.
138139

139-
### Manage machine learning artifacts as code
140+
### Manage machine learning assets as code
141+
142+
> [!NOTE]
143+
> Backup and restore of workspace metadata such as run history, models and environments is unavailable. Specifying assets and configurations as code using YAML specs, will help you re-recreate assets across workspaces in case of a disaster.
140144
141145
Jobs in Azure Machine Learning are defined by a job specification. This specification includes dependencies on input artifacts that are managed on a workspace-instance level, including environments, datasets, and compute. For multi-region job submission and deployments, we recommend the following practices:
142146

@@ -198,4 +202,4 @@ If you accidentally deleted your workspace it is currently not possible to recov
198202

199203
## Next steps
200204

201-
To deploy Azure Machine Learning with associated resources with your high-availability settings, use an [Azure Resource Manager template](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.machinelearningservices/).
205+
To learn about repeatable infrastructure deployments with Azure Machine Learning, use an [Azure Resource Manager template](https://docs.microsoft.com/azure/machine-learning/tutorial-create-secure-workspace-template).

0 commit comments

Comments
 (0)