What’s the Best Way to Set Up a Simple Azure Project?

0
6
Asked By TechExplorer92 On

I'm currently studying for the AZ-900 certification and I'd like to set up a small project. My idea is to create a system that uses pre-generated images, accepts input text from users, and integrates that text into an image. I'm thinking that going with a containerized approach might be best, possibly using Azure Kubernetes Service (AKS). What would be the basic steps to achieve this? Which image-generating engine should I consider?

2 Answers

Answered By ImageMakerX On

For your simple project, you could start by exploring Azure App Services for hosting, along with Azure Blob Storage for storing your images. As for generating images with user text, look into using Azure Cognitive Services, especially the Computer Vision API. This could give you a solid base to build on!

Answered By CloudDreamer45 On

Just a heads up, the AZ-900 exam focuses mainly on basics and doesn’t go into practical setups like this. Consider checking out Microsoft Learn for more insights on Azure services that can help you with your project.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.