Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel T.O <[email protected]>
  • Loading branch information
Marcel-TO authored Sep 25, 2024
1 parent 2b933dd commit a74f112
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ Here are the main steps of the process:
```bash
func azure functionapp publish <FUNCTIONAPPNAME>
```
- To deploy your created function inside a specific deployment slot, use the following command:
```bash
func azure functionapp publish <FUNCTIONAPPNAME> --slot <SLOTNAME>
```

## Deployment with Github Actions
In order to use Github Actions for automatic deployment you have to adjust some settings.
Expand Down

0 comments on commit a74f112

Please sign in to comment.