Rolling RestartsPerforms a rolling restart of App Service instances. This can help avoid downtime when restarting App Services. Getting StartedThe default restart of App Services takes all instances offline at the same time. However, the Azure Portal offers a method of restarting individual instances of the App Service. However, there are no official PowerShell option to restart individual instances or perform a rolling restart of an App Service's instances. In his Blog, David Burg wrote a PowerShell script to perform a rolling restart of an App Service. This extension makes use of that code, and some of Nate Scherer's adaptations to enable rolling restarts of App Services through VSTS (Azure DevOps). PrerequisitesThis extension requires an existing App Service in an accessible Azure subscription. ConfigurationContributingPlease read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us. VersioningWe use SemVer for versioning. For the versions available, see the tags on this repository. Authors
See also the list of contributors who participated in this project. LicenseThis project is licensed under the MIT License - see the LICENSE.md file for details Acknowledgments
|