You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/source-map-support.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.date: 03/04/2020
13
13
Application Insights supports the uploading of source maps to your own Storage Account Blob Container.
14
14
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.
15
15
16
-

16
+

17
17
18
18
## Create a new storage account and Blob container
19
19
@@ -23,7 +23,7 @@ If you already have an existing storage account or blob container, you can skip
23
23
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.
24
24
25
25
> [!div class="mx-imgBorder"]
26
-
>
26
+
>
27
27
28
28
## Push your source maps to your Blob container
29
29
@@ -34,7 +34,7 @@ You should integrate your continuous deployment pipeline with your storage accou
34
34
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.
35
35
36
36
> [!div class="mx-imgBorder"]
37
-
> 
37
+
> 
38
38
39
39
## Configure your Application Insights resource with a Source Map storage account
0 commit comments