Skip to content

Commit 48fed94

Browse files
author
naman-msft
committed
updated docs
1 parent 2fd3ac5 commit 48fed94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scenarios/azure-docs/articles/app-service/quickstart-python-1-flask.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ git clone https://github.com/Azure-Samples/python-docs-hello-world
5555

5656
Then navigate into that folder:
5757

58-
```bash
58+
```text
5959
cd python-docs-hello-world
6060
```
6161

@@ -68,6 +68,8 @@ The sample contains framework-specific code that Azure App Service recognizes wh
6868
Deploy the code in your local folder (*python-docs-hello-world*) using the following command. The command uses environment variables to ensure uniqueness where necessary.
6969

7070
```bash
71+
cd python-docs-hello-world
72+
7173
export RANDOM_SUFFIX=$(openssl rand -hex 3)
7274
export APP_NAME="myPythonApp$RANDOM_SUFFIX"
7375
export PYTHON_VERSION=$(python3 --version | cut -d ' ' -f 2 | cut -d '.' -f 1,2)

0 commit comments

Comments
 (0)