Forum Discussion
JensI
Aug 14, 2025Copper Contributor
Error No File
I have tried to deploy the Azure Local cluster based on Stack HCI, but are currently stuck on the Creating Cluster portion. However the fault it gives is very unclear and says there is a network co...
Chris_toffer0707
Oct 17, 2025Iron Contributor
Solution from Microsoft:
Python not allowed in MpPreference
We need to make sure that no policy is blocking Python from creating MOC ARB files doing update Based on previous incidents I have talked to Microsoft about, these steps have worked:
- Confirm if Python are listed
Get-MpPreference | Select -ExpandProperty ControlledFolderAccessAllowedApplications - Add Python to the policy
Add-MpPreference -ControlledFolderAccessAllowedApplications “C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\python.exe”