How to parametrize the Azure Function
This short post should demonstrate how to parazmetrize the A\ure Function that is triggered by HTTP/S request. For example, the caller uses following URL ...
This short post should demonstrate how to parazmetrize the A\ure Function that is triggered by HTTP/S request. For example, the caller uses following URL ...
Tye is a developer tool that makes developing, testing, and deploying microservices and distributed applications easier. It includes a local orchestrator to make deploy of microservices ...
I worked on a git repository hosted in Azure DevOps. Everything worked fine, until the DevOps was moved to another tenant. Now my git repository was ...
Imageine you have an application with enabled authentication. Most easier way to enable AAD in your application is using a connected service. Once you activate the ...
It is a common in enterprise projects, to build components that require a security context. For example, your component Device implements an interface IDevice, which defines ...