Skip to content

Commit

Permalink
[NEW] Migrating from Azure Functions to Knative (linode#7129)
Browse files Browse the repository at this point in the history
* Migrating from Azure Functions to Knative

* Tech Edit 1

* CI Tests Fix 1

* Tech Edit 2

* Typo Fix 1

* Tech Edit 3

* copy edit in Azure guide, typo fix in Lambda guide

---------

Co-authored-by: John Dutton <[email protected]>
  • Loading branch information
adamovera and jddocs authored Oct 31, 2024
1 parent a997c6c commit 648af0b
Show file tree
Hide file tree
Showing 6 changed files with 1,214 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ The [`func`](https://github.com/knative/func) CLI streamlines the developer expe
### Build a Function Image
The next step is to create a container image from your function. Since the function is intended run on a Kubernetes cluster, it must be containerized. Knative Functions facilitates this process for developers, abstracting the complexities of Docker and Dockerfiles.
The next step is to create a container image from your function. Since the function is intended to run on a Kubernetes cluster, it must be containerized. Knative Functions facilitates this process for developers, abstracting the complexities of Docker and Dockerfiles.
1. Navigate into the `~/get-emojis` directory:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 648af0b

Please sign in to comment.