https://github.com/alandavidhenry/building-intelligent-apps-tutorials
Code and IaC from the book: Building Intelligent Apps with .NET and Azure AI Services
https://github.com/alandavidhenry/building-intelligent-apps-tutorials
ai azure bicep csharp dotnet pulumi terraform
Last synced: 3 months ago
JSON representation
Code and IaC from the book: Building Intelligent Apps with .NET and Azure AI Services
- Host: GitHub
- URL: https://github.com/alandavidhenry/building-intelligent-apps-tutorials
- Owner: alandavidhenry
- License: mit
- Created: 2024-10-18T08:45:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T23:14:12.000Z (over 1 year ago)
- Last Synced: 2025-01-06T00:42:47.847Z (over 1 year ago)
- Topics: ai, azure, bicep, csharp, dotnet, pulumi, terraform
- Language: Bicep
- Homepage:
- Size: 435 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Building Intelligent Apps with .NET and Azure AI Services
## About The Project
Code from the book: Building Intelligent Apps with .NET and Azure AI Services.
I have also created Infrastructure as Code (IaC) using Bicep, Terraform and Pulumi
### Built With
- [.NET](https://dotnet.microsoft.com/en-us/)
- [Azure](https://azure.microsoft.com/en-gb)
- [Bicep](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/)
- [Terraform](https://www.terraform.io/)
- [Pulumi](https://www.pulumi.com/)
#### Definitions
_.NET_: The development framework used for writing the Function App code.
_Microsoft Azure_: A cloud computing provider.
_Azure Function App_: A serverless compute service that allows you to run event-triggered code without managing infrastructure.
_Bicep_: A domain-specific language (DSL) for deploying Azure resources declaratively.
_Terraform_: An open-source IaC tool that supports multiple cloud providers, including Azure.
_Pulumi_: Pulumi is an infrastructure-as-code platform that can use a general-purpose programming language for their cloud resources(such as JavaScript or Python)
## Getting Started
Follow the instructions in the `readme.md` files in each folder.
## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Contact
Alan Henry - [LinkedIn](https://www.linkedin.com/in/alandavidhenry)
Project Link: [github.com/alandavidhenry/building-intelligent-apps-tutorials](https://github.com/alandavidhenry/building-intelligent-apps-tutorials)
## Acknowledgments
- [Best-README-Template](https://github.com/othneildrew/Best-README-Template)
- [Building Intelligent Apps with .NET and Azure AI Services](https://link.springer.com/book/10.1007/979-8-8688-0435-9)
[product-screenshot]: images/screenshot.png