Skip to content

Commit 5eedadc

Browse files
committed
cleanup
1 parent b829e0e commit 5eedadc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/lighthouse/how-to/publish-managed-services-offers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Publish a Managed Service offer to Azure Marketplace
33
description: Learn how to publish a Managed Service offer that onboards customers to Azure delegated resource management.
4-
ms.date: 04/08/2020
4+
ms.date: 04/24/2020
55
ms.topic: conceptual
66
---
77

@@ -111,7 +111,7 @@ Complete the following fields in the **Overview** section:
111111
|**Summary** | Brief purpose or function of your offer. This is usually displayed under the title. Maximum length of 100 characters. |
112112
|**Long Summary** | A longer summary of the purpose or function of your offer. Maximum length of 256 characters. |
113113
|**Description** | More information about your offer. This field has a maximum length of 3000 characters and supports simple HTML formatting. You must include the words "managed service" or "managed services" somewhere in your description. |
114-
|**Marketing Identifier** | A unique URL-friendly identifier. This identifier can only contain lowercase alphanumeric characters and dashes. It will be used in Marketplace URLs for this offer. For example, if your publisher ID is *contoso* and your marketing identifier is *sampleApp*, the URL for your offer in Azure Marketplace will be '<https://azuremarketplace.microsoft.com/marketplace/apps/contoso-sampleApp>'. |
114+
|**Marketing Identifier** | A unique URL-friendly identifier. This identifier can only contain lowercase alphanumeric characters and dashes. It will be used in Marketplace URLs for this offer. For example, if your publisher ID is *contoso* and your marketing identifier is *sampleApp*, the URL for your offer in Azure Marketplace will be `https://azuremarketplace.microsoft.com/marketplace/apps/contoso-sampleApp`. |
115115
|**Preview Subscription IDs** | Add one to 100 subscription identifiers. The customers associated with these subscriptions will be able to view the offer in Azure Marketplace before it goes live. We suggest including your own subscriptions here so you can preview how your offer appears in the Azure Marketplace before making it available to customers. (Microsoft support and engineering teams will also be able to view your offer during this preview period.) |
116116
|**Useful Links** | URLs related to your offer, such as documentation, release notes, FAQs, etc. |
117117
|**Suggested Categories (Max 5)** | One or more categories (up to five) which apply to your offer. These categories help customers discover your offer in Azure Marketplace and the Azure portal. |

articles/lighthouse/how-to/remove-delegation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: conceptual
77

88
# Remove access to a delegation
99

10-
After a customer's subscription or resource group has been delegated to a service provider for [Azure delegated resource management](../concepts/azure-delegated-resource-management.md), the delegation can be removed if needed. When a delegation is removed, all of the permissions previously granted to users in the service provider tenant will no longer apply.
10+
After a customer's subscription or resource group has been delegated to a service provider for [Azure delegated resource management](../concepts/azure-delegated-resource-management.md), the delegation can be removed if needed. Once a delegation is removed, access previously granted to users in the service provider tenant will no longer apply.
1111

1212
Removing a delegation can be done by a user in either the customer tenant or the service provider tenant, as long as the user has the appropriate permissions.
1313

@@ -19,7 +19,7 @@ After confirming the deletion, no users in the service provider's tenant will be
1919

2020
## Service providers
2121

22-
Users in a management tenant can remove access to delegated resources if they were granted the [Managed Services Registration Assignment Delete Role](../../role-based-access-control/built-in-roles.md#managed-services-registration-assignment-delete-role) when the customer's resources were onboarded for Azure delegated resource management. If this role was not assigned, the delegation can only be removed by a user in the customer's tenant.
22+
Users in a managing tenant can remove access to delegated resources if they were granted the [Managed Services Registration Assignment Delete Role](../../role-based-access-control/built-in-roles.md#managed-services-registration-assignment-delete-role) for the customer's resources. If this role was not assigned to any service provider users, the delegation can only be removed by a user in the customer's tenant.
2323

2424
The example below shows an assignment granting the **Managed Services Registration Assignment Delete Role** that can be included in a parameter file during the [onboarding process](onboard-customer.md):
2525

@@ -33,7 +33,7 @@ The example below shows an assignment granting the **Managed Services Registrati
3333
]
3434
```
3535

36-
This role can also be selected for an **Authorization** when [creating a Managed Service offer](../../marketplace/partner-center-portal/create-new-managed-service-offer.md#authorization) to publish to Azure Marketplace.
36+
This role can also be selected in an **Authorization** when [creating a Managed Service offer](../../marketplace/partner-center-portal/create-new-managed-service-offer.md#authorization) to publish to Azure Marketplace.
3737

3838
A user with this permission can remove a delegation in one of the following ways.
3939

articles/lighthouse/how-to/view-manage-service-providers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To access the **Service providers** page in the Azure portal, the customer can s
1717
1818
Keep in mind that the **Service providers** page only shows info about the service providers that have access to the customer's subscriptions or resource groups through Azure delegated resource management. If a customer works with additional service providers who don't use Azure delegated resource management to access the customer's resources, info about those service providers is not shown here.
1919

20-
> [!NOTE]
20+
> [!TIP]
2121
> Service providers can view info about their customers by navigating to **My customers** in the Azure portal. For more info, see [View and manage customers and delegated resources](view-manage-customers.md).
2222
2323
## View service provider details
@@ -74,4 +74,4 @@ For more info about how to assign a policy and view compliance state results, se
7474
## Next steps
7575

7676
- Learn more about [Azure Lighthouse](../overview.md).
77-
- Learn how service providers can [view and manage customers](view-manage-customers.md) by going to **My customers** in the Azure portal.
77+
- Learn how service providers can [view and manage customers](view-manage-customers.md) on the **My customers** page in the Azure portal.

0 commit comments

Comments
 (0)