Menu
Getting started with Terraform Azure – Provision & Manage any Infrastructure

Getting started with Terraform Azure – Provision & Manage any Infrastructure

Each organisation is different, some has dedicated teams to manage and provision resources. But if you were to manage them your self as a developer, either you login to Azure Portal and create necessary resources yourself or you CI/CD (Infrastructure as a code) do it as part of the release.

Azure Functions – Serve SPA assets using proxies.json that support Angular routes

Azure Functions – Serve SPA assets using proxies.json that support Angular routes

When you work with Azure Functions, you can use Azure table storage “Static website” to store all your Angular bundles and assets or even a CDN. Then you can set up your proxies.json to serve the files, everything is pretty much the basics.

Creating Azure resources through Azure DevOps (VSTS) CI/CD pipeline

Creating Azure resources through Azure DevOps (VSTS) CI/CD pipeline

Create resources automatically using CI/CD, including creating resources such as Storage,  Azure Functions, etc.

Securing the Windows Azure Storage Blob files with Shared Access Signature

Securing the Windows Azure Storage Blob files with Shared Access Signature

In a previous blog post, I demonstrated how easy to save and delete the file to Azure Blob Storage. If they are just public images its alright to leave them as public, but if they are private images and documents we need to secure them.

Creating a service to save and delete file in Windows Azure Storage Blob

Creating a service to save and delete file in Windows Azure Storage Blob

Creating a service to save and delete file in Windows Azure Storage Blob