Azure / Azure/azure-functions-core-tools
Publish pre-existing package
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 498
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 15
Description
We would like the ability to publish a pre-existing package. In order to enable "rollback", we archive the package that was deployed with a timestamp of its deployment. We'd use
```
func pack
```
to package the applications, and then run something like
```
func azure functionapp publish {appName} myPackage.zip
```
Contributor guide
Research direction
Start by tracing the existing `func azure functionapp publish` command and the `func pack` workflow mentioned in the issue. Done means the publish command accepts an existing package such as `myPackage.zip` and supports the stated rollback use case of publishing an archived deployment package.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- cli, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100