Esri / arcgis-azure-templates

Apache License 2.0
29 stars 14 forks source link

Previously good 10.8.1 Enterprise Template failing on deployment #18

Closed PapachoSneak closed 1 year ago

PapachoSneak commented 1 year ago

After having deployed our Production 10.8.1 Enterprise environment via these templates more than a year ago, we are trying to deploy our Acceptance environment using the same ones we archived from that deployment. We made copies and changed the relevant resource group, networks / subnets, etc., etc. for Acceptance. We also updated to the latest API reference(s) after getting an initial error in the Application Gateway portion of the deployment. Now when we run the script, everything seems to get built out and configured successfully up until the DSC configuration for Portal. We get a:

" BlobNotFoundThe specified blob does not exist." error in the Azure console.

In the Event Viewer on the Portal machine, we see:

"The PowerShell DSC resource ArcGIS_Install from module <ArcGIS,3.1.0> does not exist at the PowerShell module path nor is it registered as a WMI DSC resource."

We're not sure where else to look, and again, this same script / template worked fine for Production. Any ideas?

PapachoSneak commented 1 year ago

@shailesh91 - hoping this is something simple, but happy to provide additional details, etc., if we need to do a deep dive.

PapachoSneak commented 1 year ago

This turned out to be our own fault - we had a bad reference in parameters file. We fixed that and it worked. Closing this issue.