Skip to content

Commit 6e43a4c

Browse files
committed
small fixes
1 parent 16ecd66 commit 6e43a4c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/azure-monitor/app/source-map-support.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Source maps can be used to unminify call stacks found on the end to end transact
1717

1818
## Create a new storage account and Blob container
1919

20-
> *Note:* If you already have an existing storage account or blob container, you can skip this step.
20+
If you already have an existing storage account or blob container, you can skip this step.
21+
2122
1. [Create a new storage account][create storage account]
2223
2. [Create a blob container][create blob container] inside your storage account. Be sure to set the "Public access level" to `Private`, to ensure that your source maps are not publicly accessible.
2324

@@ -33,7 +34,7 @@ You should integrate your continuous deployment pipeline with your storage accou
3334
If you are using Azure Pipelines to continuously build and deploy your application, add an [Azure File Copy][azure file copy] task to your pipeline to automatically upload your source maps.
3435

3536
> [!div class="mx-imgBorder"]
36-
> ![Add an Azure File Copy task to your Pipeline to upload your source maps to Azure Blob Storage](./media/source-map-support/azure_file_copy.png )
37+
> ![Add an Azure File Copy task to your Pipeline to upload your source maps to Azure Blob Storage](./media/source-map-support/azure_file_copy.png)
3738
3839
## Configure your Application Insights resource with a Source Map storage account
3940

0 commit comments

Comments
 (0)