https://github.com/ajsalemo/azure-appservice-bicep-examples
Some examples of deploying different types of App Service's
https://github.com/ajsalemo/azure-appservice-bicep-examples
Last synced: 4 months ago
JSON representation
Some examples of deploying different types of App Service's
- Host: GitHub
- URL: https://github.com/ajsalemo/azure-appservice-bicep-examples
- Owner: Ajsalemo
- Created: 2022-11-14T23:47:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T00:15:34.000Z (over 3 years ago)
- Last Synced: 2025-10-31T08:35:26.720Z (8 months ago)
- Language: Bicep
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# azure-appservice-bicep-examples
Some examples of deploying different types of App Services
```yaml
+-- linux
| +-- linux-custom-container
| +-- linux-custom-container.bicep
| +-- deployment-commmands.txt
| +-- linux-webapp
| +-- linux-webapp.bicep
| +-- deployment-commmands.txt
+-- windows
| +-- windows-custom-container
| +-- windows-custom-container.bicep
| +-- deployment-commmands.txt
| +-- windows-webapp
| +-- windows-webapp.bicep
| +-- deployment-commmands.txt
```
**Instructions to run:**
> **NOTE**: This assumes a Resource Group is already created
1. Review the needed environment variables within the respective `deployment-commands.txt` file
2. Run the command in the `deployment-commands.txt` file