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: modules/aks/github-connector/buildingblock/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ name: GitHub Actions Integration with AKS
3
3
supportedPlatforms:
4
4
- aks
5
5
description: |
6
-
Building block module for integrating GitHub Actions with Azure Kubernetes Service (AKS)
6
+
Provides an automated CI/CD pipeline using GitHub Actions to deploy applications to Azure Kubernetes Service (AKS). It enables application teams to build, test, and deploy containerized applications seamlessly while following best practices for security and scalability.
Copy file name to clipboardExpand all lines: modules/aks/postgresql/buildingblock/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
name: Postgresql Integration with AKS
2
+
name: PostgreSQL Integration with AKS
3
3
supportedPlatforms:
4
4
- aks
5
5
description: |
6
-
Building Block module for a Postgresql Instance integrated to Azure Kubernetes Service (AKS)
6
+
Provides an Azure Database for PostgreSQL instance integrated with Azure Kubernetes Service (AKS). It enables application teams to use a fully managed PostgreSQL database while ensuring seamless connectivity and security with their AKS workloads.
0 commit comments