Scale Sets in Azure

1532
3
Jump to solution
03-02-2021 07:59 AM
Labels (1)
timbkennedy
New Contributor III

I am considering using Scale Sets when deploying ArcGIS Server in Azure. However I don't want to go down that rabbit hole if it is not technically viable. Has anyone tried this before with or without success?

0 Kudos
1 Solution

Accepted Solutions
ChristopherPawlyszyn
Esri Contributor

I don't see any issues with implementing scale sets within the Azure cloud for an ArcGIS Server site. Esri already provides some CloudFormation templates in AWS that employ auto-scaling groups, so the principles of those templates may be helpful to get you started.

Additionally, there were some parameters introduced in ArcGIS Server 10.7.x that may prove helpful for keeping track of terminated instances and removing them from the site, specifically machineSuspendThreshold and suspendedMachineUnregisterThreshold.

Provision a highly available ArcGIS GIS Server site (HA ArcGIS Server site readme)
https://arcgisstore1081.s3.amazonaws.com/14362/docs/ReadmeHAServerVPC.html

CloudFormation templates to deploy ArcGIS Enterprise on Amazon Web Services | ArcGIS Enterprise
https://arcgisstore1081.s3.amazonaws.com/14362/docs/index.html

Server properties—ArcGIS REST API | ArcGIS for Developers
https://developers.arcgis.com/rest/enterprise-administration/server/serverproperties.htm

Hope that helps!


-- Chris Pawlyszyn

View solution in original post

3 Replies
ChristopherPawlyszyn
Esri Contributor

I don't see any issues with implementing scale sets within the Azure cloud for an ArcGIS Server site. Esri already provides some CloudFormation templates in AWS that employ auto-scaling groups, so the principles of those templates may be helpful to get you started.

Additionally, there were some parameters introduced in ArcGIS Server 10.7.x that may prove helpful for keeping track of terminated instances and removing them from the site, specifically machineSuspendThreshold and suspendedMachineUnregisterThreshold.

Provision a highly available ArcGIS GIS Server site (HA ArcGIS Server site readme)
https://arcgisstore1081.s3.amazonaws.com/14362/docs/ReadmeHAServerVPC.html

CloudFormation templates to deploy ArcGIS Enterprise on Amazon Web Services | ArcGIS Enterprise
https://arcgisstore1081.s3.amazonaws.com/14362/docs/index.html

Server properties—ArcGIS REST API | ArcGIS for Developers
https://developers.arcgis.com/rest/enterprise-administration/server/serverproperties.htm

Hope that helps!


-- Chris Pawlyszyn
timbkennedy
New Contributor III

Some really good resources there @ChristopherPawlyszyn - thanks for pointing those out. I think I'll give this a shot and see how it goes!

0 Kudos
RonnieBlanco1
New Contributor

I was wondering if you were able to successfully deploy using Azure scale sets?

 

Thanks!

Ronnie

0 Kudos