Skip to content

Commit 66f254e

Browse files
committed
file name and remove id from png
1 parent 6e43a4c commit 66f254e

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
6.73 KB
Loading

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 03/04/2020
1313
Application Insights supports the uploading of source maps to your own Storage Account Blob Container.
1414
Source maps can be used to unminify call stacks found on the end to end transaction details page. Any exception sent by the [JavaScript SDK][ApplicationInsights-JS] or the [Node.js SDK][ApplicationInsights-Node.js] can be unminified with source maps.
1515

16-
![Unminify a Call Stack by linking with a Storage Account](./media/source-map-support/details_unminify.gif)
16+
![Unminify a Call Stack by linking with a Storage Account](./media/source-map-support/details-unminify.gif)
1717

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

@@ -23,7 +23,7 @@ If you already have an existing storage account or blob container, you can skip
2323
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.
2424

2525
> [!div class="mx-imgBorder"]
26-
>![Your container access level must be set to Private](./media/source-map-support/container_access_level.png)
26+
>![Your container access level must be set to Private](./media/source-map-support/container-access-level.png)
2727
2828
## Push your source maps to your Blob container
2929

@@ -34,7 +34,7 @@ You should integrate your continuous deployment pipeline with your storage accou
3434
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.
3535

3636
> [!div class="mx-imgBorder"]
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)
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)
3838
3939
## Configure your Application Insights resource with a Source Map storage account
4040

0 commit comments

Comments
 (0)