Skip to content

Instantly share code, notes, and snippets.

@PawelHaracz
Last active March 13, 2019 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PawelHaracz/f32f65dee67c779d56ff8545f63052fa to your computer and use it in GitHub Desktop.
Save PawelHaracz/f32f65dee67c779d56ff8545f63052fa to your computer and use it in GitHub Desktop.
Invoke-AzureRmResourceAction -ResourceGroupName <your-resource-group> -ResourceType "Microsoft.Web/sites" -ResourceName <Your-Azure-Function> -Action syncfunctiontriggers -ApiVersion "2018-02-01" -Force
@PawelHaracz
Copy link
Author

Invoke this PowerShell after stage swapping in Azure function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment