CoderJony

Blogs

Authentication with Google Account using OpenID Connect

Authentication with Google Account using OpenID Connect

In this post, we will understand, how can we implement Login with Google Account functionality in our web application. We will be doing this authentication using the Open Id Connect protocol.

Read More By Ankush Jain
Cloud Computing Concepts - High Availability, Scalability, Elasticity, Agility, Fault Tolerance and Disaster Recovery

Cloud Computing Concepts - High Availability, Scalability, Elasticity, Agility, Fault Tolerance and Disaster Recovery

Compute Power & Storage are the two most basic services provided by all cloud providers.

Read More By Ankush Jain
Migrate Local SQL Server Database to Azure SQL Database

Migrate Local SQL Server Database to Azure SQL Database

Moving a local SQL Server database to Azure SQL Database is quite straightforward.

Read More By Ankush Jain
What is Network Security Group in Azure

What is Network Security Group in Azure

Network Security Group (NSG) defines a set of access rules to control the incoming and outgoing traffic for an Azure Resource. We can think of it as a firewall in Azure. We can apply this NSG to either of the two levels.

Read More By Ankush Jain
Multiple ways to access Key Vault from .NET Core Web Application

Multiple ways to access Key Vault from .NET Core Web Application

There could be multiple ways to access the keys from Key Vault in a .NET Core application, but you could choose from the 2 explained below.

Read More By Ankush Jain
Connecting with Azure SQL Database using Azure Active Directory and Managed Identity in .NET Core

Connecting with Azure SQL Database using Azure Active Directory and Managed Identity in .NET Core

Steps to connect Azure SQL with Azure Active Directory

Read More By Ankush Jain