You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[OpenFaaS][open-faas] is a framework for building serverless functions through the use of containers. As an open source project, it has gained large-scale adoption within the community. This document details installing and using OpenFaas on an Azure Kubernetes Service (AKS) cluster.
13
+
[OpenFaaS][open-faas] is a framework that uses containers to build serverless functions. As an open source project, it has gained large-scale adoption within the community. This document details installing and using OpenFaas on an Azure Kubernetes Service (AKS) cluster.
14
14
15
15
## Before you begin
16
16
@@ -95,7 +95,7 @@ As a good practice, OpenFaaS and OpenFaaS functions should be stored in their ow
6. Test the OpenFaaS system by browsing to the external IP address on port 8080, `http://52.186.64.52:8080` in this example. You will be prompted to log in. The default user is `admin` and your password can be retrieved using `echo $PASSWORD`.
98
+
6. Test the OpenFaaS system by browsing to the external IP address on port 8080, `http://52.186.64.52:8080` in this example, where you're prompted to log in. The default user is `admin` and your password can be retrieved using `echo $PASSWORD`.
@@ -112,7 +112,7 @@ As a good practice, OpenFaaS and OpenFaaS functions should be stored in their ow
112
112
2. Create a function using the OpenFaas portal by selecting **Deploy A New Function** and search for **Figlet**.
113
113
3. Select the **Figlet** function, and then select **Deploy**.
114
114
115
-

115
+

116
116
117
117
4. Invoke the function using the following `curl` command. Make sure you replace the IP address in the following example with your OpenFaaS gateway address.
118
118
@@ -224,7 +224,7 @@ As a good practice, OpenFaaS and OpenFaaS functions should be stored in their ow
224
224
225
225
## Next steps
226
226
227
-
Continue to learn with the [OpenFaaS workshop][openfaas-workshop], which includes a set of hands-on labs that cover topics such as how to create your own GitHub bot, consuming secrets, viewing metrics, and auto-scaling.
227
+
Continue to learn with the [OpenFaaS workshop][openfaas-workshop], which includes a set of hands-on labs that cover topics such as how to create your own GitHub bot, consuming secrets, viewing metrics, and autoscaling.
0 commit comments