Search Results for: azure
Run Azure Function on a different port
I want to run more than one Azure Function at the same time but each of them on a different…
Azure Functions creation
Azure Functions are an event-driven, compute-on-demand experience that extends the existing Azure application platform with capabilities to...
Azure support
I use Microsoft Azure technologies for backend services within Xamarin apps or web applications, as...
Save and retrieve Secret from Azure KeyVault
How to retrieve #key, #secret, certificate from #Azure #KeyVault in C#? A step by step guide to configure your Azure…
Adding Swagger UI to Azure Function APIs
You can set up Swagger UI in your Azure Function API to allow for providing documentation for your serverless API…
Azure Functions with Configuration and Dependency Injection
How to implement dependency injection in Azure Functions and read the configuration from a local file or from the Azure…
Multiple output in Azure Functions with C#
In this post I like to analyse how to return multiple output in Azure Functions...
Create Azure Function in C# Script and Service Bus
How to create an Azure Function in C# Script using as input and output a message from and to Service…
Creating Azure Function in F#
Installing these templates will add a bunch of new options to dotnet new for both C# and F#
Create a project for Azure Function in F# and Visual Studio 2019
How to create a solution and a project for Azure Functions in F# with Visual Studio 2019
Use Azure Resource Groups: A Simple Explanation
A simple explanation how to use Azure Resource Group
ARM \ Logic App Deployment with Azure DevOps
Microsoft’s documentation refers to Logic Apps as being iPaaS or integration Platform-as-a-Service. The “i” in...
Deferring Processing of Azure Service Bus Messages
Sometimes when you’re handling a message from a message queue, you realise that you can’t...
Why Microsoft.Extensions.AI exists
Microsoft.Extensions.AI is a small set of abstractions in the box, and providers that plug in behind the common AI providers…
Packaging, publishing and consuming Roslyn analyzers
Package PSC.Analyzers.Blazor as a NuGet analyzer, publish it to a feed, and consume it across a solution including how to…
Connect MongoDB with Node.js
In this new post, I show how to connect our application to MongoDB using Node.js. Send users and test your…
Split SQL script tool
I have created a simple C# console application as a tool to split big SQL scripts. For example, I had…
Language In Use is here!
Language In Use is here! I'm so excited about the presentation of my new project. My new app helps you…
Deep linking for NET8 MAUI
In this post everything you have to do to implement deep linking for NET8 MAUI for mobile and desktop applications
Testing PowerShell scripts with Pester
I want to share with you an awesome way for testing PowerShell scripts with Pester, a framework for PowerShell script…
Keep secrets out of source code
Keep secrets out of your source code in Visual Studio. It is never a good idea to store secrets or…
Drag and drop with Blazor
I show how to implement drag and drop with Blazor because drag and drop has become a popular interface solution in…
