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/manage-apps/grant-consent-single-user.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
@@ -19,7 +19,7 @@ ms.author: phsignor
19
19
20
20
In this article, you'll learn how to grant consent on behalf of a single user by using PowerShell.
21
21
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
23
23
24
24
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.
-[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)
23
23
24
24
-[JetStream knowledge base articles](https://www.jetstreamsoft.com/resources/knowledge-base/)
25
25
@@ -28,9 +28,9 @@ To learn more about JetStream DR, see:
28
28
29
29
| Items | Description |
30
30
| --- | --- |
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. |
32
32
|**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. |
34
34
|**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. |
35
35
|**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. |
36
36
@@ -39,13 +39,13 @@ To learn more about JetStream DR, see:
39
39
## JetStream scenarios on Azure VMware Solution
40
40
You can use JetStream DR with Azure VMware Solution for the following two scenarios:
41
41
42
-
- On-premises VMware to Azure VMware Solution DR
42
+
- On-premises VMware vSphere to Azure VMware Solution DR
43
43
44
44
- Azure VMware Solution to Azure VMware Solution DR
45
45
46
-
### Scenario 1: On-premises VMware to Azure VMware Solution DR
46
+
### Scenario 1: On-premises VMware vSphere to Azure VMware Solution DR
47
47
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.
49
49
50
50
:::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":::
51
51
@@ -59,7 +59,7 @@ In this scenario, the primary site is an Azure VMware Solution private cloud in
59
59
## Prerequisites
60
60
61
61
62
-
### Scenario 1: On-premises VMware to Azure VMware Solution DR
62
+
### Scenario 1: On-premises VMware vSphere to Azure VMware Solution DR
63
63
64
64
- Azure VMware Solution private cloud deployed with a minimum of three nodes in the target DR region.
65
65
@@ -69,16 +69,16 @@ In this scenario, the primary site is an Azure VMware Solution private cloud in
69
69
70
70
- Network connectivity configured between the primary site JetStream appliances and the Azure Storage blob instance.
71
71
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.
73
73
74
74
-[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).
75
75
76
76
>[!NOTE]
77
77
>The **Enable hierarchical namespace** option on the blob isn't supported.
78
78
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.
80
80
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.
82
82
83
83
84
84
@@ -88,16 +88,16 @@ In this scenario, the primary site is an Azure VMware Solution private cloud in
88
88
89
89
- Network connectivity configured between the primary site JetStream appliances and the Azure Storage blob instance.
90
90
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.
92
92
93
93
-[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).
94
94
95
95
>[!NOTE]
96
96
>The **Enable hierarchical namespace** option on the blob isn't supported.
97
97
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.
99
99
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.
101
101
102
102
103
103
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.
126
126
127
127
|**Field**|**Value**|
128
128
| --- | --- |
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. |
130
130
|**Datastore**| Name of the datastore where you'll deploy the MSA. |
131
131
|**ProtectedCluster**| Name of the Azure VMware Solution private cloud cluster to be protected, for example, **Cluster-1**. You can only provide one cluster name. |
132
132
|**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
160
160
|**Gateway**| IP address of the network gateway for the JetStream MSA VM. |
161
161
|**Credential**| Credentials of the root user of the JetStream MSA VM. |
162
162
|**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. |
164
164
|**Specify name for execution**| Alphanumeric name of the execution, for example, **Install-JetDRWithStaticIP-Exec1**. It's used to verify if the cmdlet ran successfully. |
165
165
166
166
@@ -183,7 +183,7 @@ This step also installs JetStream vSphere Installation Bundle (VIB) on the clust
183
183
|**Cluster**| Name of the Azure VMware Solution private cluster where the JetStream MSA is deployed, for example, **Cluster-1**. |
184
184
|**Credential**| Credentials of the root user of the JetStream MSA VM. |
185
185
|**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. |
187
187
|**Specify name for execution**| Alphanumeric name of the execution, for example, **Install-JetDRWithDHCP-Exec1**. It's used to verify if the cmdlet ran successfully. |
- 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
+
132
139
### ERROR: OutOfQuota
133
140
134
141
Below is a list of common resources that might run out of quota when using Azure services:
0 commit comments