James Rudley

Results 17 comments of James Rudley

I am seeing this in GCC High (Azure Gov) as well.

FYI, I spoke with MS support on this and product is aware. They are working on a hotfix. here is our guidance to mitigate the issue: • Download previous version...

https://learn.microsoft.com/en-us/azure/automation/automation-update-azure-modules ![image](https://user-images.githubusercontent.com/1934411/236318129-847904f5-eacf-4ab9-b33e-9b9627326fdd.png) No eta yet per my Microsoft case I have opened.

This issue is still happening randomly on Azure Functions using PowerShell core. If I remove the preferences element, applying the template says it is invalid. Since it is happening randomly,...

Quick fix for those still running into this. I put it in my durable function code and it works like a champ. `function Move-PnpPreferences { param ( [string]$xmlFilePath ) [xml]$xml...

Same issue on my end with a sovereign cloud.

I looked in the bicep files and they are setting semantic search to disabled. You can swap the tiers from standard to basic in the main,parameters file and remove semanticSearch:...

It's weird, you do need semantic search, even tho the bicep files set it to disabled. Error: (FeatureNotSupportedInService) Semantic search is not enabled for this service.

With the enterprise scale, azure policy creates the dns records in the hub which has all the privately dns zones. So, yes, I would be using my own dns zones....