https://github.com/sitmcella/azure-app-service-examples
Example projects using Azure App Service
https://github.com/sitmcella/azure-app-service-examples
Last synced: 2 months ago
JSON representation
Example projects using Azure App Service
- Host: GitHub
- URL: https://github.com/sitmcella/azure-app-service-examples
- Owner: sitMCella
- License: mit
- Created: 2024-08-20T18:10:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T19:14:04.000Z (9 months ago)
- Last Synced: 2025-01-23T23:32:24.005Z (4 months ago)
- Language: HCL
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure App Service Examples
The following repository contains example Terraform projects with Azure App Service.
## terraform_dotnet_public
Terraform project that creates one Azure App Service connected to one Azure File Share.
The Storage Account and the Azure App Service are Public available.
The web application is deployed with Code publishing model (ZIP package).
## terraform_dotnet_service_endpoint
Terraform project that creates one Azure App Service connected to one Azure File Share.
The Firewall configuration in the Storage Account is configured to grant access just to the Azure
App Service. The Azure App Service is Public available and configured with VNet integration.The web application is deployed with Code publishing model (ZIP package).
## terraform_dotnet_private_endpoint
Terraform project that creates one Azure App Service connected to one Azure File Share.
The Storage Account is configured with one Private Endpoint. The Azure App Service is Public available
and configured with VNet integration.The web application is deployed with Code publishing model (ZIP package).
## terraform_function_nodejs_event_hub
Terraform project that creates one Azure Function App connected to one Azure Event Hub in inbound and one
Azure Storage Account in outbound.The Azure Function App is configured to use the Node JS runtime.
The Azure resources are Public available.
## terraform_function_powershell_event_hub
Terraform project that creates one Azure Function App connected to one Azure Event Hub in inbound and one
Azure Storage Account in outbound.The Azure Function App is configured to use the PowerShell Core runtime.
The Azure resources are Public available.