You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-python-postgresql-app.md
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ Sign in to the [Azure portal](https://portal.azure.com/) and follow these steps
124
124
1. *Resource Group*→ Select **Create new** and use a name of **msdocs-python-postgres-tutorial**.
125
125
1. *Region*→ Any Azure region near you.
126
126
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**.
128
128
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.
129
129
1. *Hosting plan*→**Basic**. When you're ready, you can [scale up](manage-scale-up.md) to a production pricing tier later.
130
130
1. Select **Review + create**.
@@ -149,8 +149,6 @@ Sign in to the [Azure portal](https://portal.azure.com/) and follow these steps
149
149
:::column-end:::
150
150
:::row-end:::
151
151
152
-
Having issues? [Let us know](https://aka.ms/DjangoCLITutorialHelp).
153
-
154
152
## 2. Verify connection settings
155
153
156
154
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
175
173
:::column-end:::
176
174
:::row-end:::
177
175
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
+
179
178
180
179
## 3. Deploy sample code
181
180
@@ -328,7 +327,8 @@ In this step, you'll configure GitHub deployment using GitHub Actions. It's just
328
327
329
328
-----
330
329
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
+
332
332
333
333
## 4. Generate database schema
334
334
@@ -383,8 +383,6 @@ With the PostgreSQL database protected by the virtual network, the easiest way t
383
383
384
384
-----
385
385
386
-
Having issues? [Let us know](https://aka.ms/DjangoCLITutorialHelp).
387
-
388
386
## 5. Browse to the app
389
387
390
388
:::row:::
@@ -407,8 +405,6 @@ Having issues? [Let us know](https://aka.ms/DjangoCLITutorialHelp).
407
405
:::column-end:::
408
406
:::row-end:::
409
407
410
-
Having issues? [Let us know](https://aka.ms/DjangoCLITutorialHelp).
411
-
412
408
## 6. Stream diagnostic logs
413
409
414
410
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.
447
443
:::column-end:::
448
444
:::row-end:::
449
445
450
-
Having issues? [Let us know](https://aka.ms/DjangoCLITutorialHelp).
451
-
452
446
## 7. Clean up resources
453
447
454
448
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
482
476
:::column-end:::
483
477
:::row-end:::
484
478
485
-
Having issues? [Let us know](https://aka.ms/DjangoCLITutorialHelp).
486
-
487
479
## Frequently asked questions
488
480
489
481
-[How much does this setup cost?](#how-much-does-this-setup-cost)
0 commit comments