Azure / Azure/azure-functions-core-tools

Publish pre-existing package

Open
#1,589 5 comments 3 reactions 0 assignees View on GitHub
investigate
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.