skip to Main Content

Azure Function Blob Storage Monitor

I've been having some issues with my Azure Function that monitors a blob storage. I've followed the tutorial here: https://learn.microsoft.com/en-us/azure/azure-functions/functions-event-grid-blob-trigger?pivots=programming-language-csharp I have my Azure Function setup, my event grid webhook setup and my blob storage ready. In application insights, I…

VIEW QUESTION

Azure – How do I designate the 2nd subscription name for Application Insights CLI Create command

My command: az monitor app-insights component create --app $appin --subscription $sub --resource-group $rg-for-insights-component --workspace workspace-in-different-Subscription --location centralus error: Could not retrieve the Log Analytics workspace from ARM: /subscriptions/GUID/resourceGroups/rg-for-insights-component/providers/microsoft.OperationalInsights/workspaces/workspace-in-different-Subscription Of course that workspace exists in a different subscription, how would it…

VIEW QUESTION
Back To Top
Search