Open in app
Home
Notifications
Lists
Stories

Write
Stef Heyenrath
Stef Heyenrath

Home

Mar 28, 2021

Deploying a Static Web App via Azure DevOps Pipeline

History Since mid 2020, it was possible to use Static Web Apps (Preview) from a GitHub hosted project which uses a CI/CD GitHub Action to build & deploy a Static Web App (= static content + an Azure Function) to the Azure infrastructure. This is visualized in picture below: However, it…

Azure Devops Pipeline

3 min read

Deploying a Static Web App via Azure DevOps Pipeline
Deploying a Static Web App via Azure DevOps Pipeline

Jun 20, 2020

Show a loading progress indicator for a Blazor WebAssembly Application

“Loading…” By default when a Blazor WebAssembly is started, you see “Loading…” in the browser. In the background all the required resources (JavaScript files) and dll’s from your application are loaded. Once all files have been loaded, the application will start and will be running and displayed in the browser. In…

Blazor

3 min read

Show a loading progress indicator for a Blazor WebAssembly Application
Show a loading progress indicator for a Blazor WebAssembly Application

May 23, 2019

Calling Ethereum Smart Contracts in Azure Logic Apps

Intro Microsoft released a preview Logic App Connector to deploy Solidity Smart Contracts, call Functions and execute Transactions. An example usage scenario would be in case a document is added to the CosmosDB, a Logic App would be triggered to store additional data in the Blockchain. This article aims to give…

Ethereum

5 min read

Calling Ethereum Smart Contracts in Azure Logic Apps
Calling Ethereum Smart Contracts in Azure Logic Apps

Nov 2, 2018

How to integrate codecov.io in an Azure Build Pipeline

Intro The new DevOps Azure Pipelines can be used to continuously build, test, and deploy to any platform and cloud. And it’s free for opensource projects, so I decided to give it a go for my opensource project WireMock.Net. However, I did forget that moving away from AppVeyor meant that the…

Continuous Integration

2 min read

How to integrate codecov.io in an Azure Build Pipeline
How to integrate codecov.io in an Azure Build Pipeline

Sep 28, 2018

How to run SonarCloud code analysis in Azure Pipelines

Intro The new Azure Pipelines can be used to continuously build, test, and deploy to any platform and cloud. And it’s free for opensource projects, so I decided to give it a go for my opensource project WireMock.Net. Use Visual Designer or YML text file? Creating a new Build (or the new name “Pipeline”) can be done in…

Continuous Integration

3 min read

How to run SonarCloud code analysis in Azure Pipelines
How to run SonarCloud code analysis in Azure Pipelines

Aug 3, 2018

How to fix SonarCloud issue in a GitHub PR when using AppVeyor integration

The SonarQube As A Service (SonarCloud) can be used freely for opensource projects on GitHub. This article describes some challenges I had while using this service on my GitHub Project using AppVeyor. To enable SonarCloud on your GitHub project you need to do the following steps: Create account on SonarCloud and create project First you need to…

Github

3 min read

How to fix SonarCloud issue in a GitHub PR when using AppVeyor integration
How to fix SonarCloud issue in a GitHub PR when using AppVeyor integration
Stef Heyenrath

Stef Heyenrath

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable