Skip to content

Commit

Permalink
fixing mdx errors
Browse files Browse the repository at this point in the history
  • Loading branch information
akristen committed Oct 14, 2024
1 parent a88a1e6 commit d0f0b2e
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,11 @@ This can be done through the Azure Portal or the Azure CLI.
id="container-app-init-container-cli"
title="Integrate the New Relic Python Agent into a Container App through the Azure CLI"
>

<Steps>

<Step>
### Add [New Relic License Key](docs/apis/intro-apis/new-relic-api-keys/#license-key) to Azure Key Vault [#add-license-key-cli]
### Add New Relic License Key to Azure Key Vault [#add-license-key-cli]

This step is optional but highly recommended.

Expand Down Expand Up @@ -187,10 +189,9 @@ This can be done through the Azure Portal or the Azure CLI.
#### Update container app with new configuration
`az containerapp update --name $CONTAINER_APP_NAME --resource-group $RESOURCE_GROUP --yaml demoapp.yaml`

</Step>

This should re-deploy the container app. Wait a few minutes for the init container to finish running.

</Step>
</Steps>
</Collapser>
</CollapserGroup>
Expand Down Expand Up @@ -265,9 +266,8 @@ This can be done through the Azure Portal or the Azure CLI:
2. Add the following to <DNT>**Startup Command**</DNT>: `/home/prebuild.sh`
3. Save your settings. This should redeploy the app.

</Step>

This will take a few minutes.
</Step>
</Steps>
</Collapser>

Expand All @@ -294,9 +294,8 @@ This can be done through the Azure Portal or the Azure CLI:
### Add `prebuild.sh` as a startup file setting
`az webapp config set --resource-group ${RESOURCE_GROUP} --name ${WEB_APP_NAME} --startup-file "/home/prebuild.sh"`

</Step>

This will take a few minutes.
</Step>
</Steps>
</Collapser>

Expand Down

0 comments on commit d0f0b2e

Please sign in to comment.