Skip to content

Commit 0f6006b

Browse files
committed
Acrolinx improvements
1 parent 081a9d0 commit 0f6006b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/openfaas.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: mvc, devx-track-azurecli, ignite-2022
1010

1111
# Use OpenFaaS on Azure Kubernetes Service (AKS)
1212

13-
[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.
1414

1515
## Before you begin
1616

@@ -95,7 +95,7 @@ As a good practice, OpenFaaS and OpenFaaS functions should be stored in their ow
9595
gateway-external LoadBalancer 10.0.28.18 52.186.64.52 8080:30800/TCP 7m
9696
```
9797

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. 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`.
9999

100100
![OpenFaaS UI](media/container-service-serverless/openfaas.png)
101101

@@ -112,7 +112,7 @@ As a good practice, OpenFaaS and OpenFaaS functions should be stored in their ow
112112
2. Create a function using the OpenFaas portal by selecting **Deploy A New Function** and search for **Figlet**.
113113
3. Select the **Figlet** function, and then select **Deploy**.
114114

115-
![Screenshot shows the Deploy A New Function dialog box with the text figlet on the search line.](media/container-service-serverless/figlet.png)
115+
![Screenshot shows the Deploy A New Function dialog box with the text Figlet on the search line.](media/container-service-serverless/figlet.png)
116116

117117
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.
118118

@@ -224,7 +224,7 @@ As a good practice, OpenFaaS and OpenFaaS functions should be stored in their ow
224224

225225
## Next steps
226226

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.
228228

229229
<!-- LINKS - external -->
230230
[install-mongo]: https://docs.mongodb.com/manual/installation/

0 commit comments

Comments
 (0)