Azure Multi-Factor Authentication helps safeguard access to data and applications while meeting user demand for a simple sign-on process. It delivers strong authentication via a range of easy verification options—phone call, text message or mobile app notification and one-time passwords—allowing users to choose the method they prefer. It can be used both on-premises and in... Continue Reading →
Azure Active Directory Introduction
Goto Azure Home Azure Active Directory (Azure AD) is Microsoft’s cloud-based identity and access management service. Azure AD is not a replacement for Windows Server Active Directory. If you already have an on-premises directory, it can be extended to the cloud using the directory integration capabilities of Azure AD. In these scenarios, users and groups in... Continue Reading →
Leap towards Cloud
A recent study has shown that the market for global cloud computing is projected to grow by more than 17.93% by 2025. Gartner has predicted that the market for Infrastructure-as-a- Service will reach $71.5 billion by 2020. Almost every business around the globe is having a roadmap to migrate their IT solutions to Cloud and... Continue Reading →
Azure CosmosDB
Goto Azure Home Azure has built a highly scalable, high Available, high performance and globally distributed DB called Cosmos DB (Formerly known as document DB) which is driven only in Azure cloud as a PAAS Service. Although the document database is here for last few years and I am assuming many of you very well knows about it,... Continue Reading →
Backup and Restore in Azure SQLDB
Goto Azure Home One of the most important reasons to prefer Azure SQL Database over SQL Server is Database Backups. In Azure SQL Database the Backups are automated and the user need not worry about the Database or maintenance. In this article we would see the Backup and Restore options available in Azure SQL DB as... Continue Reading →
SQL Managed Instance in Azure
Goto Azure Home SQL Managed Instance is the next giant leap for SQL Server Databases in Azure. SQL Managed Instance almost Providing 99 percent features comparing to SQL Server Instance. Migration from On Premise\IAAS SQl server instance to Azure PAAS would be much easier and flexible or even we can say much possible now after introducing... Continue Reading →
Azure SQL Database Deployment using ARM template
Goto Azure Home In one of the earlier article we have seen how to Create Azure VM using ARM template(Click here to Navigate). The procedure to create any resource\service using ARM template is quite same. To create a ARM Template you shall use the Automation feature available in Azure Try to configure a Database in Azure... Continue Reading →
Elastic pool in Azure DB
Goto Azure Home In Our earlier articles we have seen what DTU is and how to configure Azure Database based on DTU. In this article we would see what Elastic Pool is and how to configure database in elastic Pool. SQL Elastic Databases are more accurately described as SQL Elastic Database Pools. The idea is that... Continue Reading →
Connect, Query and Explore Azure SQL Database
Goto Azure Home We would be able to Query Azure SQL Database either using portal or SSMS. SSMS is a standard way to Connect and Query Azure Database. Query Editor in Portal is an Additional feature to Query the database. Let us See them in brief. This Article will provide details on Query Editor Database Connection... Continue Reading →
Creating SQL Database in Azure
Goto Azure Home In this article, you learn how to use the Azure portal to create Azure SQL PAAS Database Select SQL Database Service in Azure Portal Select Add to add a New database. Give the Database Name, Subscription. For New Database Select Source as Blank database. Server selection is the Logical Server. That is unlike... Continue Reading →