Managing keys in Azure key vault using .NET code
In past few articles, I have tried to explain how key vaults can be created and can be accessed from .NET core web application. In the posts, where I have…
In past few articles, I have tried to explain how key vaults can be created and can be accessed from .NET core web application. In the posts, where I have…
Azure Active Directory is Azure's identity and access management service. It can be used for authenticating and authorizing users to ensure that only allowed users are able to access the…
When you are working on applications which will be used by customers, you can use the Azure Active Directory to take care of sign-in and access management. This can help…
When you are working on applications which will be used by customers, you can use the Azure Active Directory to take care of sign-in and access management. This can help…
When you work with Azure Active Directory, you may here B2B and B2C words quite often. In this article, let's have a look at what do they mean. Azure AD…
You must have worked on web / desktop or mobile application, which required users to register and login to the application before using its functionality. You might have used many…
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 previous article, we have seen how to create a blank Single Database in Azure SQL. We also have created a schema using SSMS. In this article, we will see…
We have created a single database in Azure SQL. While creating Single Database, there were three options - to start with blank database, OR to restore the database OR to…
Managed instances in Azure SQL is the new deployment options that provides near 100% compatibility with on-premise SQL Server (Enterprise) database engine features. It provides a native virtual network (VNet) implementation that…