Skip to content

Commit f8053a3

Browse files
committed
fix console code fences
1 parent 8589437 commit f8053a3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/azure-functions/create-first-function-azd-cli.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can use the `azd init` command to create a local Azure Functions code projec
5454
::: zone pivot="programming-language-csharp"
5555
1. In your local terminal or command prompt, run this `azd init` command in an empty folder:
5656

57-
```azd
57+
```console
5858
azd init --template functions-quickstart-dotnet-azd
5959
cd http
6060
```
@@ -77,7 +77,7 @@ You can use the `azd init` command to create a local Azure Functions code projec
7777
::: zone pivot="programming-language-java"
7878
1. In your local terminal or command prompt, run this `azd init` command in an empty folder:
7979
80-
```azd
80+
```console
8181
azd init --template azure-functions-java-flex-consumption-azd
8282
cd http
8383
```
@@ -95,7 +95,7 @@ You can use the `azd init` command to create a local Azure Functions code projec
9595
::: zone pivot="programming-language-javascript"
9696
1. In your local terminal or command prompt, run this `azd init` command in an empty folder:
9797
98-
```azd
98+
```console
9999
azd init --template functions-quickstart-javascript-azd
100100
```
101101

@@ -112,7 +112,7 @@ You can use the `azd init` command to create a local Azure Functions code projec
112112
::: zone pivot="programming-language-powershell"
113113
1. In your local terminal or command prompt, run this `azd init` command in an empty folder:
114114
115-
```azd
115+
```console
116116
azd init --template functions-quickstart-powershell-azd
117117
cd src
118118
```
@@ -130,7 +130,7 @@ You can use the `azd init` command to create a local Azure Functions code projec
130130
::: zone pivot="programming-language-typescript"
131131
1. In your local terminal or command prompt, run this `azd init` command in an empty folder:
132132
133-
```azd
133+
```console
134134
azd init --template functions-quickstart-typescript-azd
135135
```
136136

@@ -147,7 +147,7 @@ You can use the `azd init` command to create a local Azure Functions code projec
147147
::: zone pivot="programming-language-python"
148148
1. In your local terminal or command prompt, run this `azd init` command in an empty folder:
149149
150-
```azd
150+
```console
151151
azd init --template functions-quickstart-python-http-azd
152152
```
153153

@@ -290,7 +290,7 @@ This project is configured to use the `azd up` command to deploy this project to
290290

291291
1. Run this command to create the Azure resources and deploy your app to Azure.
292292

293-
```azd
293+
```console
294294
azd up
295295
```
296296

@@ -341,7 +341,7 @@ Use the `azd env get-values` command to review all of the variables in your envi
341341

342342
When you're done working with your function app and related resources, you can use this command to delete the function app and its related resources from Azure and avoid incurring any further costs:
343343

344-
```azd
344+
```console
345345
azd down
346346
```
347347

0 commit comments

Comments
 (0)