Skip to content

Commit cf324b0

Browse files
authored
Merge pull request #194758 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents fcb5e61 + 11f2584 commit cf324b0

File tree

6 files changed

+30
-23
lines changed

6 files changed

+30
-23
lines changed

articles/active-directory/manage-apps/grant-consent-single-user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: phsignor
1919

2020
In this article, you'll learn how to grant consent on behalf of a single user by using PowerShell.
2121

22-
When a user grants consent on his or her own behalf, the following events occur:
22+
When a user grants consent for themselves, the following events occur
2323

2424
1. A service principal for the client application is created, if it doesn't already exist. A service principal is the instance of an application or a service in your Azure Active Directory (Azure AD) tenant. Access that's granted to the app or service is associated with this service principal object.
2525

articles/azure-netapp-files/develop-rest-api-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The REST API specification for Azure NetApp Files is published through [GitHub](
7979
5. Send a test call and include the token to validate your access to the REST API:
8080
8181
```azurepowershell
82-
$SubId = (Get-AzureRmContext).Subscription.Id
82+
$SubId = (Get-AzContext).Subscription.Id
8383
Invoke-RestMethod -Method Get -Headers $headers -Uri https://management.azure.com/subscriptions/$SubId/providers/Microsoft.Web/sites?api-version=2019-11-01
8484
```
8585
@@ -432,4 +432,4 @@ This section shows sample scripts for PowerShell.
432432

433433
## Next steps
434434

435-
[See the Azure NetApp Files REST API reference](/rest/api/netapp/)
435+
[See the Azure NetApp Files REST API reference](/rest/api/netapp/)

articles/azure-vmware/deploy-disaster-recovery-using-jetstream.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Deploy disaster recovery using JetStream DR
33
description: Learn how to implement JetStream DR for your Azure VMware Solution private cloud and on-premises VMware workloads.
44
ms.topic: how-to
5-
ms.date: 11/17/2021
5+
ms.date: 04/11/2022
66
ms.custom: references_regions
77
---
88

@@ -19,7 +19,7 @@ To learn more about JetStream DR, see:
1919

2020
- [JetStream Solution brief](https://www.jetstreamsoft.com/2020/09/28/solution-brief-disaster-recovery-for-avs/)
2121

22-
- [JetStream DR on Azure Marketplace](https://portal.azure.com/#create/jetstreamsoftware1596597632545.jsdravs-093020)
22+
- [JetStream DR on Azure Marketplace](https://ms.portal.azure.com/#blade/Microsoft_Azure_Marketplace/GalleryItemDetailsBladeNopdl/id/jetstreamsoftware1596597632545.jsdravs-111721)
2323

2424
- [JetStream knowledge base articles](https://www.jetstreamsoft.com/resources/knowledge-base/)
2525

@@ -28,9 +28,9 @@ To learn more about JetStream DR, see:
2828

2929
| Items | Description |
3030
| --- | --- |
31-
| **JetStream Management Server Virtual Appliance (MSA)** | MSA enables both Day 0 and Day 2 configuration, such as primary sites, protection domains, and recovering VMs. MSA is installed on a vSphere node by the cloud admin. The MSA implements a vCenter plugin that allows you to manage JetStream DR natively from vCenter. The MSA doesn't handle replication data of protected VMs. |
31+
| **JetStream Management Server Virtual Appliance (MSA)** | MSA enables both Day 0 and Day 2 configuration, such as primary sites, protection domains, and recovering VMs. MSA is installed on a vSphere node by the cloud admin. The MSA implements a vCenter Server plugin that allows you to manage JetStream DR natively from vCenter Server. The MSA doesn't handle replication data of protected VMs. |
3232
| **JetStream DR Virtual Appliance (DRVA)** | Linux-based Virtual Machine appliance receives protected VMs replication data from the source ESXi host. It's responsible for storing the replication data at the DR site, typically in an object store such as Azure Blob Storage. Depending on the number of protected VMs and the amount of storage to replicate, the private cloudadmin can create one or more DRVA instances. |
33-
| **JetStream ESXi host components (IO Filter packages)** | JetStream software installed on each ESXi host configured for JetStream DR. The host driver intercepts a vSphere VMs IO and sends the replication data to the DRVA. |
33+
| **JetStream ESXi host components (IO Filter packages)** | JetStream software installed on each ESXi host configured for JetStream DR. The host driver intercepts the vSphere VMs IO and sends the replication data to the DRVA. |
3434
| **JetStream protection domain** | Logical group of VMs that will be protected together using the same policies and run book. The data for all VMs in a protection domain is stored in the same Azure Blob container instance. The same DRVA instance handles replication to remote DR storage for all VMs in a protection domain. |
3535
| **Azure Blob Storage containers** | The protected VMs replicated data is stored in Azure Blobs. JetStream software creates one Azure Blob container instance for each JetStream protection domain. |
3636

@@ -39,13 +39,13 @@ To learn more about JetStream DR, see:
3939
## JetStream scenarios on Azure VMware Solution
4040
You can use JetStream DR with Azure VMware Solution for the following two scenarios: 
4141

42-
- On-premises VMware to Azure VMware Solution DR
42+
- On-premises VMware vSphere to Azure VMware Solution DR
4343

4444
- Azure VMware Solution to Azure VMware Solution DR
4545

46-
### Scenario 1: On-premises VMware to Azure VMware Solution DR
46+
### Scenario 1: On-premises VMware vSphere to Azure VMware Solution DR
4747

48-
In this scenario, the primary site is your on-premises VMware environment and the DR site is an Azure VMware Solution private cloud.
48+
In this scenario, the primary site is your on-premises VMware vSphere environment and the DR site is an Azure VMware Solution private cloud.
4949

5050
:::image type="content" source="media/jetstream-disaster-recovery/jetstream-on-premises-to-cloud-diagram.png" alt-text="Diagram showing the on-premises to Azure VMware Solution private cloud JetStream deployment." border="false" lightbox="media/jetstream-disaster-recovery/jetstream-on-premises-to-cloud-diagram.png":::
5151

@@ -59,7 +59,7 @@ In this scenario, the primary site is an Azure VMware Solution private cloud in
5959
## Prerequisites
6060

6161

62-
### Scenario 1: On-premises VMware to Azure VMware Solution DR
62+
### Scenario 1: On-premises VMware vSphere to Azure VMware Solution DR
6363

6464
- Azure VMware Solution private cloud deployed with a minimum of three nodes in the target DR region.
6565

@@ -69,16 +69,16 @@ In this scenario, the primary site is an Azure VMware Solution private cloud in
6969

7070
- Network connectivity configured between the primary site JetStream appliances and the Azure Storage blob instance.
7171

72-
- [Setup and Subscribe to JetStream DR](https://portal.azure.com/#create/jetstreamsoftware1596597632545.jsdravs-093020) from the Azure Marketplace to download the JetStream DR software.
72+
- [Setup and Subscribe to JetStream DR](https://ms.portal.azure.com/#blade/Microsoft_Azure_Marketplace/GalleryItemDetailsBladeNopdl/id/jetstreamsoftware1596597632545.jsdravs-111721) from the Azure Marketplace to download the JetStream DR software.
7373

7474
- [Azure Blob Storage account](../storage/common/storage-account-create.md) created using either Standard or Premium Performance tier. For [access tier, select **Hot**](../storage/blobs/access-tiers-overview.md).
7575

7676
>[!NOTE]
7777
>The **Enable hierarchical namespace** option on the blob isn't supported.
7878
79-
- An NSX-T network segment configured on Azure VMware Solution private cloud and optionally enable DHCP on the segment for the JetStream Virtual appliances.
79+
- An NSX-T Data Center network segment configured on Azure VMware Solution private cloud and optionally enable DHCP on the segment for the JetStream Virtual appliances.
8080

81-
- A DNS server configured to resolve the IP addresses of Azure VMware Solution vCenter, Azure VMware Solution ESXi hosts, Azure Storage account, and the JetStream Marketplace service for the JetStream virtual appliances.
81+
- A DNS server configured to resolve the IP addresses of Azure VMware Solution vCenter Server, Azure VMware Solution ESXi hosts, Azure Storage account, and the JetStream Marketplace service for the JetStream virtual appliances.
8282

8383

8484

@@ -88,16 +88,16 @@ In this scenario, the primary site is an Azure VMware Solution private cloud in
8888

8989
- Network connectivity configured between the primary site JetStream appliances and the Azure Storage blob instance.
9090

91-
- [Setup and Subscribe to JetStream DR](https://portal.azure.com/#create/jetstreamsoftware1596597632545.jsdravs-093020) from the Azure Marketplace to download the JetStream DR software.
91+
- [Setup and Subscribe to JetStream DR](https://ms.portal.azure.com/#blade/Microsoft_Azure_Marketplace/GalleryItemDetailsBladeNopdl/id/jetstreamsoftware1596597632545.jsdravs-111721) from the Azure Marketplace to download the JetStream DR software.
9292

9393
- [Azure Blob Storage account](../storage/common/storage-account-create.md) created using either Standard or Premium Performance tier. For [access tier, select **Hot**](../storage/blobs/access-tiers-overview.md).
9494

9595
>[!NOTE]
9696
>The **Enable hierarchical namespace** option on the blob isn't supported.
9797
98-
- An NSX-T network segment configured on Azure VMware Solution private cloud and optionally enable DHCP on the segment for the JetStream Virtual appliances.
98+
- An NSX-T Data Center network segment configured on Azure VMware Solution private cloud and optionally enable DHCP on the segment for the JetStream Virtual appliances.
9999

100-
- A DNS server configured on both the primary and DR sites to resolve the IP addresses of Azure VMware Solution vCenter, Azure VMware Solution ESXi hosts, Azure Storage account, and the JetStream Marketplace service for the JetStream virtual appliances.
100+
- A DNS server configured on both the primary and DR sites to resolve the IP addresses of Azure VMware Solution vCenter Server, Azure VMware Solution ESXi hosts, Azure Storage account, and the JetStream Marketplace service for the JetStream virtual appliances.
101101

102102

103103
For more on-premises JetStream DR prerequisites, see the [JetStream Pre-Installation Guide](https://www.jetstreamsoft.com/portal/jetstream-knowledge-base/pre-installation-guidelines/).
@@ -126,7 +126,7 @@ You can follow these steps for both supported scenarios.
126126

127127
| **Field** | **Value** |
128128
| --- | --- |
129-
| **Network** | Name of the NSX-T network segment where you must deploy the JetStream MSA. |
129+
| **Network** | Name of the NSX-T Data Center network segment where you must deploy the JetStream MSA. |
130130
| **Datastore** | Name of the datastore where you'll deploy the MSA. |
131131
| **ProtectedCluster** | Name of the Azure VMware Solution private cloud cluster to be protected, for example, **Cluster-1**. You can only provide one cluster name. |
132132
| **Cluster** | Name of the Azure VMware Solution private cluster where the JetStream MSA is deployed, for example, **Cluster-1**. |
@@ -160,7 +160,7 @@ Azure VMware Solution supports the installation of JetStream using either static
160160
| **Gateway** | IP address of the network gateway for the JetStream MSA VM. |
161161
| **Credential** | Credentials of the root user of the JetStream MSA VM. |
162162
| **HostName** | Hostname (FQDN) of the JetStream MSA VM. |
163-
| **Network** | Name of the NSX-T network segment where you must deploy the JetStream MSA. |
163+
| **Network** | Name of the NSX-T Data Center network segment where you must deploy the JetStream MSA. |
164164
| **Specify name for execution** | Alphanumeric name of the execution, for example, **Install-JetDRWithStaticIP-Exec1**. It's used to verify if the cmdlet ran successfully. |
165165

166166

@@ -183,7 +183,7 @@ This step also installs JetStream vSphere Installation Bundle (VIB) on the clust
183183
| **Cluster** | Name of the Azure VMware Solution private cluster where the JetStream MSA is deployed, for example, **Cluster-1**. |
184184
| **Credential** | Credentials of the root user of the JetStream MSA VM. |
185185
| **HostName** | Hostname (FQDN) of the JetStream MSA VM. |
186-
| **Network** | Name of the NSX-T network segment where you must deploy the JetStream MSA. |
186+
| **Network** | Name of the NSX-T Data Center network segment where you must deploy the JetStream MSA. |
187187
| **Specify name for execution** | Alphanumeric name of the execution, for example, **Install-JetDRWithDHCP-Exec1**. It's used to verify if the cmdlet ran successfully. |
188188

189189

articles/machine-learning/data-science-virtual-machine/tools-included.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ keywords: data science tools, data science virtual machine, tools for data scien
66
services: machine-learning
77
ms.service: data-science-vm
88

9-
author: timoklimmer
10-
ms.author: tklimmer
9+
author: v-jeevkumar
10+
ms.author: v-jeevkumar
1111
ms.topic: reference
1212
ms.date: 05/12/2021
1313
ms.custom: contperf-fy20q4

articles/machine-learning/how-to-troubleshoot-online-endpoints.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ There are three supported tracing headers:
121121

122122
Below is a list of common deployment errors that are reported as part of the deployment operation status.
123123

124+
* [ImageBuildFailure](#error-imagebuildfailure)
124125
* [OutOfQuota](#error-outofquota)
125126
* [OutOfCapacity](#error-outofcapacity)
126127
* [BadArgument](#error-badargument)
@@ -129,6 +130,12 @@ Below is a list of common deployment errors that are reported as part of the dep
129130
* [OperationCancelled](#error-operationcancelled)
130131
* [InternalServerError](#error-internalservererror)
131132

133+
### ERROR: ImageBuildFailure
134+
135+
- Check the build log to diagnose common image build failure problems. The build log path is included in the failure message: 'The build log is available in the workspace blob store "your-blob-storage" under the path "/azureml/ImageLogs/your-image-id/build.log"'.
136+
- No obvious error was found in the build log and the last line is 'Installing pip dependencies: ...working...'. Pinning version dependencies in your conda file could fix this issue.
137+
- Use [local deployment](#deploy-locally) to test and debug your models locally before deploying in the cloud.
138+
132139
### ERROR: OutOfQuota
133140

134141
Below is a list of common resources that might run out of quota when using Azure services:

articles/mysql/howto-configure-sign-in-azure-ad-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ We’ve designed the Azure AD integration to work with common MySQL tools like t
4747
We currently have tested the following clients:
4848

4949
- MySQLWorkbench
50-
- Mysql CLI
50+
- MySQL CLI
5151

5252
We have also tested most common application drivers, you can see details at the end of this page.
5353

0 commit comments

Comments
 (0)