Skip to content

Commit 4c99cbb

Browse files
authored
Merge pull request #292894 from ProfessorKendrick/new-relic-change-plan
[Liftr] new-relic-UPDATE
2 parents 75b4fa6 + 65b4acf commit 4c99cbb

File tree

63 files changed

+409
-479
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+409
-479
lines changed

articles/partner-solutions/includes/change-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ If you'd like to change your billing plan, follow these steps:
1010

1111
The portal retrieves all the available plans.
1212

13-
1. Choose the appropriate plan and select **Change Plan**.  
13+
1. Choose the appropriate plan and select **Change Plan**.  
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
author: ProfessorKendrick
3+
ms.topic: include
4+
ms.date: 01/10/2025
5+
ms.author: kkendrick
6+
---
7+
8+
Begin by signing in to the [Azure portal](https://portal.azure.com/).
9+
10+
1. In the Azure portal, go to the resource.
11+
1. From the service menu, select **Support + troubleshooting** > **New Support Request**.
12+
New Relic support request appears in the working pane.
13+
1. Select the partner's link to log a support request.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
author: ProfessorKendrick
3+
ms.topic: include
4+
ms.date: 01/10/2025
5+
ms.author: kkendrick
6+
---
7+
8+
- An Azure account with an active subscription is required. If you don't already have one, you can [create an account for free](https://azure.microsoft.com/free/).
9+
- Your Azure role must be set to *Owner* or a *Contributor* for the subscription. [Confirm that you have the appropriate access](../../role-based-access-control/check-access.md) before you begin.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
author: ProfessorKendrick
3+
ms.topic: include
4+
ms.date: 01/10/2025
5+
ms.author: kkendrick
6+
---
7+
8+
Begin by signing in to the [Azure portal](https://portal.azure.com/).
9+
10+
1. Type the name of the service in the header search bar.
11+
12+
1. Choose the service from the *Services* search results.
13+
14+
1. Select the **+ Create** option.
15+
16+
The **Create** resource pane displays in the working pane with the *Basics* tab open by default.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
author: ProfessorKendrick
3+
ms.topic: include
4+
ms.date: 01/10/2025
5+
ms.author: kkendrick
6+
---
7+
8+
If you're done using your resource and would like to delete it, follow these steps:
9+
10+
1. From the working pane's command bar, select **Delete**.
11+
12+
The **Delete Resource** pane appears in the sidebar.
13+
14+
1. Type the name of the resource into the **Confirm Delete** field.
15+
16+
1. Choose a reason for deleting the resource.
17+
18+
1. Select **Delete**.
19+
20+
Once the resource is deleted, all billing through Azure Marketplace stops for that resource.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
author: ProfessorKendrick
3+
ms.topic: include
4+
ms.date: 01/10/2025
5+
ms.author: kkendrick
6+
---
7+
8+
To manage your resource, follow these steps:
9+
10+
[!INCLUDE [manage](manage.md)] manage.
11+
12+
The resource displays in the working pane with the *Overview* open by default.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
author: ProfessorKendrick
3+
ms.topic: include
4+
ms.date: 01/10/2025
5+
ms.author: kkendrick
6+
---
7+
8+
Begin by signing in to the [Azure portal](https://portal.azure.com/).
9+
10+
1. In the working pane under *Navigate*, select **All resources**.
11+
12+
1. From the **Resource** menu, choose the resource.
13+
14+
The resource displays in the working pane with the *Overview* open by default.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
author: ProfessorKendrick
3+
ms.topic: include
4+
ms.date: 01/10/2025
5+
ms.author: kkendrick
6+
---
7+
8+
To set up the partner service on Azure, you need to register the service as a resource provider in your Azure subscription:
9+
10+
- To register the resource provider in the Azure portal, follow the steps in [Azure resource providers and types](../../azure-resource-manager/management/resource-providers-and-types.md).
11+
12+
- To register the resource provider in the Azure CLI, use this command:
13+
14+
```azurecli
15+
az provider register --namespace NewRelic.Observability --subscription <subscription-id>
16+
```
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
author: ProfessorKendrick
3+
ms.topic: include
4+
ms.date: 01/10/2025
5+
ms.author: kkendrick
6+
---
7+
8+
If no errors are found, the *Create* button is enabled.
9+
10+
If the review identifies errors, a red dot appears next each section where errors exist.
11+
12+
#### Resolve errors
13+
14+
1. Open each section with errors and fix the errors.
15+
16+
Fields with errors are highlighted in red.
17+
18+
1. Select the **Review + create** button again.
19+
20+
1. Select the **Create** button.
21+
22+
A page with the message *Deployment is in progress** displays in the working pane.
23+
24+
When the deployment is complete, the message *Your deployment is complete* appears.
25+
26+
Once the resource is created, select the **Go to Resource** button to view your resource.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
author: ProfessorKendrick
3+
ms.topic: include
4+
ms.date: 01/10/2025
5+
ms.author: kkendrick
6+
---
7+
8+
### Subscribe from the Azure portal
9+
10+
Begin by signing into the [Azure portal](https://portal.azure.com/).
11+
12+
1. From the Azure portal menu's global search bar, search for **marketplace**. Select **Marketplace** from the **Services** results.
13+
14+
The Marketplace's **Get Started** page displays in the working pane.
15+
16+
1. From the command bar, type the name of the service into the **Search the Marketplace** search bar.
17+
18+
1. Choose the provider from the search results displayed in the working pane.
19+
20+
1. Choose your preferred plan, then select **Subscribe**.
21+
22+
The **Create** resource pane displays in the working pane.

0 commit comments

Comments
 (0)