Skip to content

Commit 5a46d38

Browse files
authored
Remove unnecessary backslashes
Removed unnecessary backslashes in a codeblock. ------- cc: @flang-msft
1 parent 226601b commit 5a46d38

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)