@AzureSupport So I hadn't seen any useful guidance, until just now I opened an article about deploying workbooks for Azure Monitor generally, and at the bottom there is a 'Limitations' section which describes the issue I'm having. Sounds like they're working on it. https://t.co/ztz1teUp1Q
@AzureSupport doing an ARM deploy of an App Insights Workbook results in a new workbook resource being created, but it is completely inaccessible from the 'Workbooks' section of the App Insights blade or anywhere else within the Azure Portal.
@AzureSupport No error messages displayed, it's just a login loop. Every time I login it sends me back to https://t.co/KaIpx1Pjhj instead of https://t.co/AjdSXNoEb3. Trying to hit that second endpoint prompts me to login again. No such issue when I use any non-gov account.
@AzureSupport I'm pleased to see that QnA Maker is now available in Azure Gov, but it appears I can't actually log in to https://t.co/Hsy9cQTyLc with a gov account. Thoughts?
@AzureSupport Not sure which part of that documentation you have in mind for me to consider, I don't think it really applies. The problem is with logging into the QnA Maker dashboard at all, not with configuring or using the service.
@AzureSupport False flag, found the issue! It seems the swap was working, but I wasn't detecting my change because we were running different versions of the functions runtime on the different slots. Apparently that configuration is sticky and doesn't travel during a swap. Thanks anyway!
So it appears that calling GET on this endpoint works with no deletion occurring, which is unusual since GET is not typically supported for /listkeys operations. No way to make the ARM template use GET instead of POST for this, so I can't use that for now.
@azuresupport#azhelp: Bizarre bug in the Azure ARM REST API. Calling POST to https://t.co/HnJD797PiD{{botServiceName}}/channels/WebChatChannel/listkeys?api-version=2018-07-12 causes the 'WebChatChannel' resource to be deleted. Same thing when using listkeys(...) in ARM templates