Skip to content

PowerShell functions/CMDLets for Azure App Service actions you may wish to automate: uploading files and applying settings.

License

Notifications You must be signed in to change notification settings

yevster/appServicePowershellUtils

Repository files navigation

App Service Powershell Utilities

PowerShell utilities for migration/deployment tasks with Azure App Service

Add-AzWebAppFile - Uploads files to the App Service file system.

Set-AzWebAppSettings - Applies settings from a property file in key=value form to App Service.

Bonus utility

Not app-service specific but often useful in the same context

Remove-NonLatestSnapshots - When running a release pipeline in Azure Pipelines on a Maven snapshot artifact, multiple versions of the same file (typically a Jar file) may be present. In such cases, this command can be used to keep only the latest one.

About

PowerShell functions/CMDLets for Azure App Service actions you may wish to automate: uploading files and applying settings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published