Last active
March 13, 2019 11:20
-
-
Save PawelHaracz/f32f65dee67c779d56ff8545f63052fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Invoke-AzureRmResourceAction -ResourceGroupName <your-resource-group> -ResourceType "Microsoft.Web/sites" -ResourceName <Your-Azure-Function> -Action syncfunctiontriggers -ApiVersion "2018-02-01" -Force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Invoke this PowerShell after stage swapping in Azure function