Open in app

Sign In

Write

Sign In

Will Velida
Will Velida

660 Followers

Home

About

Published in

Level Up Coding

·Aug 16

Implementing Dapr Pub/Sub functionality to ASP.NET Core Web APIs

Dapr’s Pub/Sub API simplifies the implementation of pub/sub functionality in distributed architectures. — In event-driven architectures, communicating between different microservices via messages can be enabled using Publish and Subscribe functionality (Pub/Sub for short). The publisher (or producer) writes messages to a message topic (or queue), while a subscriber will subscribe to that particular topic and receives the message. Both the publisher and subscriber…

Software Development

8 min read

Implementing Dapr Pub/Sub functionality to ASP.NET Core Web APIs
Implementing Dapr Pub/Sub functionality to ASP.NET Core Web APIs
Software Development

8 min read


Published in

Level Up Coding

·Jun 26

Using Workload Identities for Bicep Deployments in GitHub Actions

With workload identities, we can authenticate GitHub Action workflows to deploy resources to Azure, without needing to manage secrets. — As I’ve been working on my side project, I’ve been trying to work on my CI/CD skills and deploy all my resources through GitHub Actions. This project is made up of a couple of services, which each have their own infrastructure and application code. …

Azure

7 min read

Using Workload Identities for Bicep Deployments in GitHub Actions
Using Workload Identities for Bicep Deployments in GitHub Actions
Azure

7 min read


Published in

Level Up Coding

·Jun 20

Building Simple Dapr Cron Jobs with ASP.NET Core Web APIs

Using Cron job bindings in Dapr, we can run background workers and tasks on a schedule — I’ve been thinking about migrating one of my side projects from Azure Functions to the Dapr framework to make it more portable. One of the most important components of this architecture is the ability to refresh an authentication token that enables each Function app to retrieve data from an external…

Programming

4 min read

Building Simple Dapr Cron Jobs with ASP.NET Core Web APIs
Building Simple Dapr Cron Jobs with ASP.NET Core Web APIs
Programming

4 min read


Published in

Level Up Coding

·Jun 15

Implementing Dapr State Management in ASP.NET Core Web APIs

Dapr’s State Management API simplifies handling state in distributed architectures, removing the need to write service-specific code and reducing application complexity — In distributed architectures, we’ll usually have a number of independent stateless services that serve a purpose (set around a domain, such as ordering items, storing items in a catalog, handling authentication etc.) While services should strive to be stateless, there will be some services that need to track state in…

Programming

11 min read

Implementing Dapr State Management in ASP.NET Core Web APIs
Implementing Dapr State Management in ASP.NET Core Web APIs
Programming

11 min read


May 1

Getting Started with Dedicated Workload profiles for Azure Container Apps

With Dedicated workload profiles, we can provision Container App environments with dedicated hardware, providing more resources to our Container Apps than Serverless workload profiles. — About mid-April, the Azure Container Apps team announced a public preview of a new hosting plan and pricing structure for hosting your Container Apps. By default, there was a Serverless consumption hosting plan which you can use to host your Container Apps. …

Azure

7 min read

Getting Started with Dedicated Workload profiles for Azure Container Apps
Getting Started with Dedicated Workload profiles for Azure Container Apps
Azure

7 min read


Published in

Level Up Coding

·Apr 30

Building Your Network in the Cloud: A Beginner’s Guide to Azure Virtual Networks

Azure virtual networks (VNets) enable cloud engineers to build secure and scalable networks in Azure — What are virtual networks? As you look to move workloads to the cloud, it’s important to have a secure and scalable network infrastructure that can support your applications. In Azure, this is where virtual networks come in. Virtual networks (VNet for short) are the fundamental building block for your private network in Azure. They…

Azure

9 min read

Building Your Network in the Cloud: A Beginner’s Guide to Azure Virtual Networks
Building Your Network in the Cloud: A Beginner’s Guide to Azure Virtual Networks
Azure

9 min read


Published in

Level Up Coding

·Apr 27

Making sense of your logs with Log Analytics: A Beginner’s Guide

As part of Azure Monitor, we can use Log Analytics to conduct queries on our log data, providing insights on insfrastructure and troubleshooting operational incidents. — What is Log Analytics? Azure Log Analytics is a tool as part of Azure Monitor that we can use to query data stored in the Azure Monitor Logs store. As administrators or developers, we would use Log Analytics in the Azure portal to configure input data sources (such as Container Apps, App Service, Cosmos…

Azure

9 min read

Making sense of your logs with Log Analytics: A Beginner’s Guide
Making sense of your logs with Log Analytics: A Beginner’s Guide
Azure

9 min read


Dec 18, 2022

Scaling in Azure Container Apps

Azure Container Apps manages automatic horizontal scaling through declarative scaling rules, utilizing KEDA scalers. — Azure Container Apps manages automatic horizontal scaling through declarative scaling rules. We can scale out our container apps based on a variety of different KEDA scalers. I recorded a video over the weekend covering how scaling works in Azure Container Apps, what KEDA is and how to set scaling rules…

Azure

5 min read

Scaling in Azure Container Apps
Scaling in Azure Container Apps
Azure

5 min read


Dec 16, 2022

Working with Azure SQL Triggers in Azure Functions

We can now use SQL triggers in Azure Functions to listen to SQL Change Tracking! — Azure SQL triggers for Azure Functions came into public preview for C# Functions last month. …

Azure

7 min read

Working with Azure SQL Triggers in Azure Functions
Working with Azure SQL Triggers in Azure Functions
Azure

7 min read


Published in

Towards Dev

·Dec 2, 2022

Pushing container images to GitHub Container Registry with GitHub Actions

Push docker images to GitHub Container Registry using GitHub Actions — In my job, I build a lot of samples that I share with customers to show them how things work. A lot of my customers are interested in Azure Container Apps, so I want to be able to provide them with samples with pre-built container images, without having to share…

Docker

5 min read

Pushing container images to GitHub Container Registry with GitHub Actions
Pushing container images to GitHub Container Registry with GitHub Actions
Docker

5 min read

Will Velida

Will Velida

660 Followers

Lead Software Engineer at Azenix | Ex-MSFT | International Conference Speaker. | GitHub: https://github.com/willvelida

Following
  • Code.org

    Code.org

  • Pinterest Engineering

    Pinterest Engineering

  • Smashing Magazine

    Smashing Magazine

  • Makers

    Makers

  • Vlad Rișcuția

    Vlad Rișcuția

See all (88)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams