Skip to content

Commit 8938fa6

Browse files
Merge pull request #231944 from tksh164/patch-2
Remove unnecessary backslashes
2 parents 0e193e4 + 5a46d38 commit 8938fa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/partner-solutions/new-relic/new-relic-how-to-configure-prereqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ To set up New Relic on Azure, you need to register the `NewRelic.Observability`
2323
- To register the resource provider in the Azure CLI, use this command:
2424

2525
```azurecli
26-
az provider register \--namespace NewRelic.Observability \--subscription \<subscription-id\>
26+
az provider register --namespace NewRelic.Observability --subscription <subscription-id>
2727
```
2828

2929
## Next steps
3030

3131
- [Quickstart: Get started with New Relic](new-relic-create.md)
32-
- [Troubleshoot Azure Native New Relic Service](new-relic-troubleshoot.md)
32+
- [Troubleshoot Azure Native New Relic Service](new-relic-troubleshoot.md)

0 commit comments

Comments
 (0)