All | Series | TagsYears

 

All Posts Tagged "Azure" (43 Total) Page 2 of 8

More Hugo Migration Tips

More tips for migrating to Hugo from Medium that include how to address static content and partial templates, hosting on static websites, and setting up continuous deployment using Azure Pipelines.

Azure ] [ Blog ] [ Hugo ] [ Medium ] [ Static website ]

Migrate from Medium to Hugo

In June 2019 I migrated my blog from a Medium hosted solution to a self-hosted static website using Hugo. This post describes the steps of my journey including creating custom embeds, adding a Content Security Policy, and how I configured my Azure Storage Static Website and set up continuous deployment from GitHub to publish my blog.

Azure ] [ Blog ] [ Medium ] [ Hugo ] [ Static website ]

Stateful Serverless: Long-Running Workflows with Durable Functions

Learn how to implement long running stateful workflows in a serverless architecture using Durable Functions, the combination of the open source Durable Task Framework and Azure Functions.

Azure ] [ Azure Functions ] [ Serverless ] [ Durable Functions ] [ Workflow ]

Serverless Video: Less Servers, More Code

A video that covers the definition of serverless, describes scenarios that serverless makes sense and provides practical, working examples using Azure Functions, Logic Apps, and Event Grid.

Serverless ] [ Azure ] [ Azure Functions ] [ Logic Apps ] [ Cloud Native ] [ Presentation ]

Managing Data ๐Ÿ“ˆ in the Cloud โ˜

Learn how to classify your data (structured, semi-structured and unstructured) and use Azure storage, managed NoSQL and hosted relational databases to manage your data in the cloud.

Azure ] [ Azure Storage ] [ NoSQL ] [ Mongodb ] [ Sql ] [ Presentation ]

Migrating Azure Functions from v1 (.NET) to v2 (.NET Standard)

This post explains how a production serverless C# app that uses Azure Functions, Azure Table Storage, and Azure Cosmos DB was successfully migrated from v1 usingย .NET to v2 usingย .NET Standard.

Azure ] [ Azure Functions ] [ Serverless ] [ Net Core ] [ Cloud Computing ]