azure-functions-core-tools
azure-functions-core-tools copied to clipboard
Support for creating the zip archive only
When using Azure Functions Core Tools in conjunction with Terraform, you have to create the uploaded zip archive manually. Since azure-functions-core-tools
already implemented the logic to create the archive, the archive could also be saved as file, provided via CLI, e.g. as --zip-only
option.
https://github.com/Azure/azure-functions-core-tools/blob/dab8daca606d1a6f398b01b6f29ce8f081c34ec9/src/Azure.Functions.Cli/Actions/AzureActions/PublishFunctionAppAction.cs#L692