mirror of
https://github.com/ko-build/ko.git
synced 2025-02-01 19:14:40 +02:00
Add how to use Azure Container Apps (#561)
This commit is contained in:
parent
f5762bedf3
commit
da244de716
12
README.md
12
README.md
@ -130,6 +130,18 @@ aws lambda update-function-code \
|
||||
* Note: The image must be pushed to [ECR](https://aws.amazon.com/ecr/), based on the AWS provided base image, and use the [`aws-lambda-go`](https://github.com/aws/aws-lambda-go) framework.
|
||||
See [official docs](https://docs.aws.amazon.com/lambda/latest/dg/go-image.html) for more information.
|
||||
|
||||
Or [Azure Container Apps](https://azure.microsoft.com/services/container-apps/):
|
||||
|
||||
```
|
||||
az containerapp update \
|
||||
--name my-container-app
|
||||
--resource-group my-resource-group
|
||||
--image $(ko publish ./cmd/app)
|
||||
```
|
||||
|
||||
* Note: The image must be pushed to [ACR](https://azure.microsoft.com/services/container-registry/) or other registry service.
|
||||
See [official docs](https://docs.microsoft.com/azure/container-apps/) for more information.
|
||||
|
||||
## Configuration
|
||||
|
||||
Aside from `KO_DOCKER_REPO`, you can configure `ko`'s behavior using a
|
||||
|
Loading…
x
Reference in New Issue
Block a user