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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
Apologies if this is dumb question however, I have search for more information on this and could not find anything.
Looking at the new script that MS have created for onboarding the error catch sends the errors to this url.
Invoke-WebRequest -UseBasicParsing -Uri "https://gbl.his.arc.azure.com/log" -Method "PUT" -Body ($logBody | ConvertTo-Json) | out-null;
My question is how do I get access to this location or is the suggestion I update the url to a storage account internally?
Hope someone can point me in the right direction.
Many thanks
Spencer
Beta Was this translation helpful? Give feedback.
All reactions