Skip to content

How to setup a egree to azure blob #2263

Answered by jander-msft
mrhovunping asked this question in Q&A
Discussion options

You must be logged in to vote

When using an egress provider, the diagnostic artifact is sent to the configured provider (in your case, an Azure Blob storage account). The HTTP response content will be empty but the status code will be a 202. Additionally, a Location header is sent as part of the response that tells you where you can monitor the operation.

Because of this, we do not recommend that you use a browser to invoke the artifact routes (/dump, /gcdump, /trace, etc). Your browser may have attempted to preload the URL before you submitted thus causing a preemptive request to have occurred and then your request was issued. Since /gcdump only allows 1 concurrent request, you got a 429 for your request.

We recommen…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jander-msft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants