https://github.com/andriykalashnykov/azure-fa
Azure Function App demo
https://github.com/andriykalashnykov/azure-fa
Last synced: 7 months ago
JSON representation
Azure Function App demo
- Host: GitHub
- URL: https://github.com/andriykalashnykov/azure-fa
- Owner: AndriyKalashnykov
- Created: 2025-01-09T19:58:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T05:35:12.000Z (7 months ago)
- Last Synced: 2025-03-08T06:26:07.207Z (7 months ago)
- Language: HCL
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# azure-fa
## Pre-reqs
* [Azure Functions Core Tools](https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-cli-node?tabs=linux%2Cazure-cli%2Cbrowser&pivots=nodejs-model-v4&source=docs)
* [Azure Export for Terraform](https://github.com/azure/aztfexport)## Resources
* [Create a JavaScript function in Azure from the command line](https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-cli-node?tabs=linux%2Cazure-cli%2Cbrowser&pivots=nodejs-model-v4&source=docs)
* [Store Terraform state in Azure Storage](https://learn.microsoft.com/en-us/azure/developer/terraform/store-state-in-azure-storage?tabs=azure-cli)
* [Azure Regions](https://www.azurespeed.com/Information/AzureRegions)
* [Regions, SKUs, quotas, and costs](https://marconetto.github.io/azadventures/chapter4/)
* [Sizes for virtual machines in Azure](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/overview?tabs=breakdownseries%2Cgeneralsizelist%2Ccomputesizelist%2Cmemorysizelist%2Cstoragesizelist%2Cgpusizelist%2Cfpgasizelist%2Chpcsizelist)
* [Configure monitoring for Azure Functions](https://learn.microsoft.com/en-us/azure/azure-functions/configure-monitoring?tabs=v2)
* [Azure Functions Node.js developer guide](https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-node?tabs=javascript%2Clinux%2Cazure-cli&pivots=nodejs-model-v4)
* [Streamlining Dependency Updates with Renovate in Azure DevOps Pipelines](https://medium.com/@yasser.abbasi/streamlining-dependency-updates-with-renovate-in-azure-devops-pipelines-c1a4ddb95e45)
* [Using Renovate Bot in Azure DevOps](https://blog.ostebaronen.dk/2024/01/renovate.html)
* [Configure Renovate on Azure DevOps mono-repo](https://devopsengage.com/configure-renovate-on-azure-devops-mono-repo)