Azure App Configuration Service with Isolated Azure Functions
In last article, we have seen how to use Azure App Configuration Service with in-process Azure functions. We created the function app project locally and connected it with Azure App…
In last article, we have seen how to use Azure App Configuration Service with in-process Azure functions. We created the function app project locally and connected it with Azure App…
In last few articles, we have been discussing about Azure Bicep. We have seen how to write bicep files and how to deploy the bicep modules. In this article, we…
We have seen that a bicep file can create the resources using resource element. The resource element also allows to run a custom script (either PowerShell or Azure CLI). In…
We have been using Web APIs for very long. Many single page applications use web APIs for obvious reasons. There are a lot of debugging tools for troubleshooting the web…
As we all know, .NET 5 has been released few months back and now .NET 6 previews are also available. If you know this, then it is not a news…
You might have used the windows command prompt a lot of times. Well, for those who were unaware, there is a brand new Windows Terminal released recently. In this article,…
WSL: start a distribution with or without providing name
We have created a single database with sample Adventure Works DB in one of previous articles. We also have created single database empty in Azure SQL and then added schema…
We have created a single database with sample Adventure Works DB in one of previous articles. We also have created single database empty in Azure SQL and then added schema…
Many times database developers and database administrators work on enterprise applications, they make changes to the databases. The changes to the databases are captured as SQL scripts and they exchange…
In my previous blog, I have explained what is API management and why it should be used. This article is to understand, how can we create the new API Management…
Most of us use UI tools to interact with databases during development activities. When the application is installed on test / user's machines, these tools may not be available for…