Forum Discussion

PKR187's avatar
Jan 15, 2024

Microservice Apps Azure

Hey!

 

I started developing my applications with microservices and now I want to host a development environment in Azure but I dont know what to use. I also want to keep the infrastructure cost as low as possible but dont want to miss out on important features. I started to look up some services and found container instances, app service, Azure Kubernetes Service and also container apps. 

 

Can anybody tell me where to start for a simple dev environment? I could also host my own VMs but I prefer PaaS right now, because I don't want to keep everything in check by myself. 

 

I would also like to be able to ship everything to an production environment with no effort. 

 

Regards,

 

Pkr 

6 Replies

  • PKR187 

     

    It depends on your needs, you can use the following flowchart to figure out which dev application you need in Azure :

     

    In addition, for CI/CD ( & easier collaboration) you can use Azure DevOps (https://learn.microsoft.com/en-us/azure/devops/user-guide/what-is-azure-devops?view=azure-devops)

    • PKR187's avatar
      PKR187
      MCT
      Thanks for the flowchart. This is very very helpful. Do you have any knowledge about container apps and where to fit them in this flowchart? Maybe container apps is new ? Idk yet 😄
      • samy_vanderspikken's avatar
        samy_vanderspikken
        Brass Contributor

        PKR187 

         

        No problem! And here is the full version, see link below:

        https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree

  • PKR187 

     

    Yes, I believe you are in the right directly by leveraging PaaS or embedded service in terms of optimizing uptime and running cost, say web service may considering webapp, btw, may need further service breakdown to see whether design and plan best fit

    • PKR187's avatar
      PKR187
      MCT
      Thank you very much. Im currently taking a deep dive into the features and pricing of every single mentioned service.