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/marketplace/test-drive-azure-subscription-setup.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,10 +52,13 @@ This article explains how to set up an Azure Marketplace subscription and **Dyna
52
52
13. To generate a secret for the Azure AD App:
53
53
1. From **Manage Application**, select **Certificate and secrets**.
54
54
2. Under Client secrets, select **New client secret**.
55
-
3. Enter a description, such as *Test Drive*, and select an appropriate duration. The test drive will break once this Key expires, at which point you will need to generate and provide AppSource a new key.
55
+
56
+
:::image type="content" source="./media/test-drive/new-client-secret.png" alt-text="Adding a new client secret.":::
57
+
58
+
3. Enter a description, such as *Test Drive*, and select an appropriate duration. Because the test drive will break once this Key expires, at which point you will need to generate and provide AppSource a new key, we recommend using the maximum duration of 24 months.
56
59
4. Select **Add** to generate the Azure app secret. Copy this value as it will be hidden as soon as you leave this blade. You will need this value later when configuring your test drive.
57
60
58
-
:::image type="content" source="./media/test-drive/add-client-secret.png" alt-text="Adding a client secret.":::
61
+
:::image type="content" source="./media/test-drive/add-client-secret-customer.png" alt-text="Adding a client secret.":::
59
62
60
63
5. Add the Service Principal role to the application to allow the Azure AD app to remove users from your Azure tenant.
61
64
1. Open an Administrative-level PowerShell command prompt.
@@ -149,7 +152,7 @@ This article explains how to set up an Azure Marketplace subscription and **Dyna
149
152
3. Enter a description, such as *Test Drive*, and select an appropriate duration. The test drive will break once this Key expires, at which point you will need to generate and provide AppSource a new key.
150
153
4. Select **Add** to generate the Azure app secret. Copy this value as it will be hidden as soon as you leave this blade. You will need this value later when configuring your test drive.
151
154
152
-
:::image type="content" source="./media/test-drive/add-client-secret.png" alt-text="Adding a client secret.":::
155
+
:::image type="content" source="./media/test-drive/add-client-secret-operations.png" alt-text="Shows addition of a client secret.":::
153
156
154
157
4. Add the Service Principal role to the application to allow the Azure AD app to remove users from your Azure tenant.
155
158
1. Open an Administrative-level PowerShell command prompt.
0 commit comments