Hello guys,
I have been away for sometime now, been working on a very exciting image analysis & generation project using AI.
That is a gist for another day. Today, I want to answer one common question I get every time about Azure.
Can you build & deploy a complete application on Azure? I would say Yes
Here's my current tech stack:
Azure Functions to build serverless webhooks and middleware logic
Azure Application Insights for Logging & monitoring
Azure CDN to cache static files e.g img, html,css
Azure Cache for Redis to store session states
Azure Key vault to manage secrets and keys
Azure Blob Storage for object storage
Azure Webjobs for background jobs.
Azure SQL for Relational Database
Azure Service Bus for messaging
Azure App Service for Web Apps
Azure Computer Vision for AI
Azure Devops for CI/CD
As a dev, there're still a lot more Azure services I am yet to use and some I might never get to use.
The goal is to stick to what works and put simplicity in mind.
We would go dive into each of this in my next issue.
Thanks for reading.