-
Deploy an ASP.NET Core and Azure SQL Database app to Azure App Service with Bicep,CLI and VS Code
Deploy software infrastructure with Bicep ( more details can be found from https://www.fuju.org/?p=38184 Deploy sample ASP.NET Core Application to App Service with VS code Update database connection string and create database table with entity framework core Access web app logs and delete resources group
-
Azure App Service and Bicep
List of sample deployments of Azure App Service with various scenario by using Bicep Azure App service with Blob Azure App Service + SQLDB + App Insight Azure App Service (Webapp + private endpoint (WebApp and SQL Server) + VNET integration. Application Gateway (private and public listeners) -> Azure App Service (via PE) -> SQL…
-
Dynamically create and use a persistent volume with Azure Files in Azure Kubernetes Service (AKS)
How to dynamically create an Azure Files share for use by multiple pods in an Azure Kubernetes Service (AKS) cluster This sample has been tested with ” AKS, Azure File, PV,PVC, Deployment, Multi-Container ” Sample file can be accessed from at “https://github.com/fujute/apr5“