Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 61 additions & 9 deletions static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,13 @@
"website": "https://learn.microsoft.com/azure/postgresql/flexible-server/azure-pipelines-deploy-database-task",
"source": "https://learn.microsoft.com/azure/postgresql/flexible-server/azure-pipelines-deploy-database-task",
"image": "./img/deploy-using-az-pipeline.png",
"tags": ["documentation", "app-dev", "devops", "how-to", "flexibleserver"],
"tags": [
"documentation",
"app-dev",
"devops",
"how-to",
"flexibleserver"
],
"date": "2024-10-1",
"priority": "P1"
},
Expand Down Expand Up @@ -434,7 +440,13 @@
"website": "https://learn.microsoft.com/azure/app-service/tutorial-java-tomcat-connect-managed-identity-postgresql-database",
"source": "https://learn.microsoft.com/azure/app-service/tutorial-java-tomcat-connect-managed-identity-postgresql-database",
"image": "./img/deploy-tomcat-app.png",
"tags": ["documentation", "java", "app-dev", "flexibleserver", "tutorial"],
"tags": [
"documentation",
"java",
"app-dev",
"flexibleserver",
"tutorial"
],
"date": "2024-06-05",
"priority": "P1"
},
Expand Down Expand Up @@ -465,7 +477,13 @@
"website": "https://learn.microsoft.com/azure/container-apps/tutorial-java-quarkus-connect-managed-identity-postgresql-database",
"source": "https://learn.microsoft.com/azure/container-apps/tutorial-java-quarkus-connect-managed-identity-postgresql-database",
"image": "./img/deploy-java-quarkus-container.png",
"tags": ["documentation", "java", "app-dev", "flexibleserver", "tutorial"],
"tags": [
"documentation",
"java",
"app-dev",
"flexibleserver",
"tutorial"
],
"date": "2025-02-03",
"priority": "P1"
},
Expand Down Expand Up @@ -828,31 +846,45 @@
"website": "https://learn.microsoft.com/training/modules/perform-sentiment-analysis-opinion-mining-azure-database-postgresql/",
"source": "https://learn.microsoft.com/training/modules/perform-sentiment-analysis-opinion-mining-azure-database-postgresql/",
"image": "./img/azure-sentiment-analysis.png",
"tags": ["flexibleserver", "genai"]
"tags": [
"flexibleserver",
"genai"
]
},
{
"title": "Extract Insights using Azure AI Language and Azure Database for PostgreSQL",
"description": "Extract insights using Azure AI Language and Azure Database for PostgreSQL.",
"website": "https://learn.microsoft.com/training/modules/extract-insights-using-azure-ai-language-azure-database-postgresq/",
"source": "https://learn.microsoft.com/training/modules/extract-insights-using-azure-ai-language-azure-database-postgresq/",
"image": "./img/azure-ai-insights.png",
"tags": ["flexibleserver", "genai"]
"tags": [
"flexibleserver",
"genai"
]
},
{
"title": "Translate Text with Azure AI Translator and Azure Database for PostgreSQL",
"description": "Translate text using Azure AI Translator and Azure Database for PostgreSQL.",
"website": "https://learn.microsoft.com/training/modules/translate-text-azure-ai-translator-azure-database-postgresql/",
"source": "https://learn.microsoft.com/training/modules/translate-text-azure-ai-translator-azure-database-postgresql/",
"image": "./img/azure-ai-translator.png",
"tags": ["flexibleserver", "genai"]
"tags": [
"flexibleserver",
"genai"
]
},
{
"title": "Use Azure Machine Learning for Inferencing from Azure Database for PostgreSQL",
"description": "This training module guides you through training and deploying an Azure Machine Learning model using automated machine learning. Then, you'll call the model directly from Azure Database for PostgreSQL.",
"website": "https://learn.microsoft.com/training/modules/use-azure-machine-learning-inferencing-azure-database-postgresql/",
"source": "https://learn.microsoft.com/training/modules/use-azure-machine-learning-inferencing-azure-database-postgresql/",
"image": "./img/use-az-ml.png",
"tags": ["flexibleserver", "genai", "training", "azure-ai-extension"],
"tags": [
"flexibleserver",
"genai",
"training",
"azure-ai-extension"
],
"priority": "P1"
},
{
Expand Down Expand Up @@ -1638,7 +1670,12 @@
"website": "https://techcommunity.microsoft.com/blog/adforpostgresql/pgbouncer-best-practices-in-azure-database-for-postgresql-%E2%80%93-part-1/4453323",
"source": "https://techcommunity.microsoft.com/blog/adforpostgresql/pgbouncer-best-practices-in-azure-database-for-postgresql-%E2%80%93-part-1/4453323",
"image": "./img/pgbouncer.png",
"tags": ["flexibleserver", "app-dev", "best-practices", "blog"],
"tags": [
"flexibleserver",
"app-dev",
"best-practices",
"blog"
],
"date": "2025-10-3",
"priority": "P1",
"meta": {
Expand Down Expand Up @@ -1684,5 +1721,20 @@
],
"date": "2025-11-21",
"priority": "P0"
},
{
"title": "Manage Azure Database for PostgreSQL with Azure SDK for Python",
"description": "In this Quickstart, learn how to create an Azure Database for PostgreSQL flexible server instance using Azure libraries (SDK) for Python.",
"website": "https://learn.microsoft.com/en-us/azure/postgresql/developer/create-server-python-sdk",
"source": "https://learn.microsoft.com/en-us/azure/postgresql/developer/create-server-python-sdk",
"image": "./img/placeholder.png",
"tags": [
"flexibleserver",
"python",
"how-to",
"azure-ai-extension"
],
"priority": "P1",
"date": "2026-01-09"
}
]
]