Software Alternatives & Reviews

JAMStack deployment with Azure DevOps Pipeline

Azure Blob Storage Visual Studio Team Services Microsoft Azure
  1. Use Azure Blob Storage to store all kinds of files. Azure hot, cool, and archive storage is reliable cloud object storage for unstructured data
    Since Jamstack requires you to re-build your website each time your content changes, I need Node.js to run on the server. This isn't happening, so I had to figure out an alternative way to build front-end applications, away from the server. Good thing is I have access to Azure meaning I could use it's DevOps Pipelines to have it build the application for me, and deploy the static output to Blob Storage, and then dispatch an event back to the server. The server then would fetch the built website for me and extract it to be hosted.

    #Cloud Storage #Cloud Computing #Object Storage 13 social mentions

  2. Visual Studio Team Services (VSTS) provides unlimited Git hosting, cloud build for CI, agile planning and continuous delivery.
    Since Jamstack requires you to re-build your website each time your content changes, I need Node.js to run on the server. This isn't happening, so I had to figure out an alternative way to build front-end applications, away from the server. Good thing is I have access to Azure meaning I could use it's DevOps Pipelines to have it build the application for me, and deploy the static output to Blob Storage, and then dispatch an event back to the server. The server then would fetch the built website for me and extract it to be hosted.

    #A/B Testing #Website Testing #Git 29 social mentions

  3. Windows Azure and SQL Azure enable you to build, host and scale applications in Microsoft datacenters.
    Since Jamstack requires you to re-build your website each time your content changes, I need Node.js to run on the server. This isn't happening, so I had to figure out an alternative way to build front-end applications, away from the server. Good thing is I have access to Azure meaning I could use it's DevOps Pipelines to have it build the application for me, and deploy the static output to Blob Storage, and then dispatch an event back to the server. The server then would fetch the built website for me and extract it to be hosted.

    #Cloud Infrastructure #Cloud Computing #IaaS 64 social mentions

Discuss: JAMStack deployment with Azure DevOps Pipeline

Log in or Post with