Skip to content

Commit 2fd3ac5

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

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[defaults]
2+
group = namanparikh_rg_9238
3+
sku = B1
4+
appserviceplan = namanparikh_asp_6116
5+
location = canadacentral
6+
web = myPythonAppa4ee90
7+

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ git clone https://github.com/Azure-Samples/python-docs-hello-django
5959

6060
Then navigate into that folder:
6161

62-
```bash
62+
```text
6363
cd python-docs-hello-django
6464
```
6565

@@ -74,6 +74,7 @@ In this section, you deploy the code in your local folder (*python-docs-hello-dj
7474
Before deploying, declare environment variables for the deployment. A random suffix is appended to your app name to ensure uniqueness.
7575

7676
```bash
77+
cd python-docs-hello-django
7778
export RANDOM_SUFFIX=$(openssl rand -hex 3)
7879
export APP_NAME="mydjangoapp$RANDOM_SUFFIX"
7980
export PYTHON_VERSION=$(python3 --version | cut -d ' ' -f 2 | cut -d '.' -f 1,2)

0 commit comments

Comments
 (0)