Skip to content

Commit 51fc95d

Browse files
committed
Remove unusable survey links, change 3.9 to 3.10
1 parent 3738dd4 commit 51fc95d

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

articles/app-service/tutorial-python-postgresql-app.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Sign in to the [Azure portal](https://portal.azure.com/) and follow these steps
124124
1. *Resource Group* → Select **Create new** and use a name of **msdocs-python-postgres-tutorial**.
125125
1. *Region* → Any Azure region near you.
126126
1. *Name* → **msdocs-python-postgres-XYZ** where *XYZ* is any three random characters. This name must be unique across Azure.
127-
1. *Runtime stack* → **Python 3.9**.
127+
1. *Runtime stack* → **Python 3.10**.
128128
1. *Database* → **PostgreSQL - Flexible Server** is selected by default as the database engine. The server name and database name is also set by default to appropriate values.
129129
1. *Hosting plan* → **Basic**. When you're ready, you can [scale up](manage-scale-up.md) to a production pricing tier later.
130130
1. Select **Review + create**.
@@ -149,8 +149,6 @@ Sign in to the [Azure portal](https://portal.azure.com/) and follow these steps
149149
:::column-end:::
150150
:::row-end:::
151151

152-
Having issues? [Let us know](https://aka.ms/DjangoCLITutorialHelp).
153-
154152
## 2. Verify connection settings
155153

156154
The creation wizard generated the connectivity variables for you already as [app settings](configure-common.md#configure-app-settings).
@@ -175,7 +173,8 @@ The creation wizard generated the connectivity variables for you already as [app
175173
:::column-end:::
176174
:::row-end:::
177175

178-
Having issues? Refer first to the [Troubleshooting guide](configure-language-python.md#troubleshooting), otherwise, [let us know](https://aka.ms/DjangoCLITutorialHelp).
176+
Having issues? Check the [Troubleshooting guide](configure-language-python.md#troubleshooting).
177+
179178

180179
## 3. Deploy sample code
181180

@@ -328,7 +327,8 @@ In this step, you'll configure GitHub deployment using GitHub Actions. It's just
328327

329328
-----
330329

331-
Having issues? Refer first to the [Troubleshooting guide](configure-language-python.md#troubleshooting), otherwise, [let us know](https://aka.ms/DjangoCLITutorialHelp).
330+
Having issues? Check the [Troubleshooting guide](configure-language-python.md#troubleshooting).
331+
332332

333333
## 4. Generate database schema
334334

@@ -383,8 +383,6 @@ With the PostgreSQL database protected by the virtual network, the easiest way t
383383
384384
-----
385385

386-
Having issues? [Let us know](https://aka.ms/DjangoCLITutorialHelp).
387-
388386
## 5. Browse to the app
389387

390388
:::row:::
@@ -407,8 +405,6 @@ Having issues? [Let us know](https://aka.ms/DjangoCLITutorialHelp).
407405
:::column-end:::
408406
:::row-end:::
409407

410-
Having issues? [Let us know](https://aka.ms/DjangoCLITutorialHelp).
411-
412408
## 6. Stream diagnostic logs
413409

414410
Azure App Service captures all messages output to the console to help you diagnose issues with your application. The sample app includes `print()` statements to demonstrate this capability as shown below.
@@ -447,8 +443,6 @@ For more robust logging, consider using Django's [built-in logger](https://docs.
447443
:::column-end:::
448444
:::row-end:::
449445

450-
Having issues? [Let us know](https://aka.ms/DjangoCLITutorialHelp).
451-
452446
## 7. Clean up resources
453447

454448
When you're finished, you can delete all of the resources from your Azure subscription by deleting the resource group.
@@ -482,8 +476,6 @@ When you're finished, you can delete all of the resources from your Azure subscr
482476
:::column-end:::
483477
:::row-end:::
484478

485-
Having issues? [Let us know](https://aka.ms/DjangoCLITutorialHelp).
486-
487479
## Frequently asked questions
488480

489481
- [How much does this setup cost?](#how-much-does-this-setup-cost)

0 commit comments

Comments
 (0)