James Rudley
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  No eta yet per my Microsoft case I have opened.
Parameters/Evaluation: Configure diagnostic settings for storage accounts to Log Analytics workspace
Has anyone found a solution to this?
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....