Using Cloudbuilder 11.3 to upgrade our enterprise base deployment on Azure. I keep running into a network share error;
"Execution of DSC run command failed. The specified network password is not correct. An error occurs when accessing the network share with the specified
credential. Please make sure the credential is correct and the network share is accessible. Note that Credential
should not be specified with the local path. The related file/directory is:
\\g1sUpgradeVM\UpgradeSetups\Portal\PortalforArcGIS.exe.
+ CategoryInfo : NotSpecified: (:) [], CimException
+ FullyQualifiedErrorId : Windows System Error 86
+ PSComputerName : localhost
The SendConfigurationApply function did not succeed.
+ CategoryInfo : NotSpecified: (root/Microsoft/...gurationManager:String) [], CimException
+ FullyQualifiedErrorId : MI RESULT 1
+ PSComputerName : localhost
C:\Packages\Plugins\Microsoft.CPlat.Core.RunCommandHandlerWindows\2.0.11\Downloads\Script_DSCConfigRunCMD_3.ps1 : DSC
Job failed to complete. Please check the logs"
Full log is attached. Very sure all my credentials are the same from the previous install. Thought it might be the Windows VM advanced share settings; so I turned on network discovery and turned off password protected sharing for all instances temporarily but hit the same error.
Now I'm wondering if its related to an Azure Multi-Factor Authentication change from 15 October 2024 where all users must go through MFA to sign into Azure Portal.... is the arcgis user hitting the MFA security layer when trying to talk between machines in Azure Cloudbuilder?
Any one have a similar problem? Is there a solution if it is MFA? Will Cloud Builder Azure 11.4 step around this?