2

Started to read about MS Azure.
Any recommendations?

Comments
  • 2
    I recommend it, and azure devops too :)
  • 0
    @alexbrooklyn
    DevOps - it is a buzzword to me; Not sure it is a tool / Methodology name..
  • 1
    @Ex-Programmer Its a product from MS.

    Source control, Agile tools, build pipelines, release pipelines, test plans etc...

    Everything you need in one product pretty much. Spent 6 months building CD/CI pipelines in my current company. From manual copy and paste deployments to full CI. Pain in the arse so it was.
  • 1
    @Ex-Programmer

    Also try taking one of your existing none cloud projects and converting it over to Azure.

    Start by getting it running in a web service, then moving over storage to Table storage or whatever else might suit its needs.

    Then move over any async processing into Azure Functions.

    Just try to crowbar in as many of the Azure offerings as you can as a means of learning.

    I'ds start with Webservices, table storage, blob storage, azure functions, service bus, maybe Service Fabric/Mesh and move on from there.
  • 2
    @delegate212 and then start using terraform to set up your infrastructure using azure pipelines 😎
  • 0
    Hi @delegate212 ,
    I appreciate your warm response,
    Thanks ☺️
  • 1
    @alexbrooklyn Have looked at that its pretty fucking cool just not used it yet.
Add Comment