Skip to content

Commit 6a64d3c

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-rbac-roles-monitor-category
2 parents 363428e + 66991fe commit 6a64d3c

6 files changed

+520
-110
lines changed

.openpublishing.publish.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,12 @@
590590
"branch": "main",
591591
"branch_mapping": {}
592592
},
593+
{
594+
"path_to_root": "laravel-tasks",
595+
"url": "https://github.com/Azure-Samples/laravel-tasks",
596+
"branch": "main",
597+
"branch_mapping": {}
598+
},
593599
{
594600
"path_to_root": "playwright-testing-service",
595601
"url": "https://github.com/microsoft/playwright-testing-service",
106 KB
Loading
147 KB
Loading
244 KB
Loading

articles/app-service/tutorial-php-mysql-app.md

Lines changed: 512 additions & 108 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ In this step, you configure GitHub deployment using GitHub Actions. It's just on
369369
:::row:::
370370
:::column span="2":::
371371
**Step 4 (Option 2: without GitHub Copilot):**
372-
1. Open *Program.cs* in the explorer.
372+
1. Open *azureproject/production.py* in the explorer.
373373
1. Find the commented code (lines 29-48) and uncomment it.
374374
This creates PostgreSQL and Redis connections by using `AZURE_POSTGRESQL_USER`, `AZURE_POSTGRESQL_PASSWORD`, `AZURE_POSTGRESQL_HOST`, `AZURE_POSTGRESQL_NAME`, and `AZURE_REDIS_CONNECTIONSTRING`.
375375
:::column-end:::
@@ -386,7 +386,7 @@ In this step, you configure GitHub deployment using GitHub Actions. It's just on
386386
1. Select **Sync changes 1**, then confirm with **OK**.
387387
:::column-end:::
388388
:::column:::
389-
:::image type="content" source="./media/tutorial-python-postgresql-app-django/azure-portal-deploy-sample-code-django-6.png" alt-text="A screenshot showing the changes being committed and pushed to GitHub." lightbox="./media/tutorial-python-postgresql-app-django/azure-portal-deploy-sample-code-django-5.png":::
389+
:::image type="content" source="./media/tutorial-python-postgresql-app-django/azure-portal-deploy-sample-code-django-5.png" alt-text="A screenshot showing the changes being committed and pushed to GitHub." lightbox="./media/tutorial-python-postgresql-app-django/azure-portal-deploy-sample-code-django-5.png":::
390390
:::column-end:::
391391
:::row-end:::
392392
:::row:::

0 commit comments

Comments
 (0)