Udemy course "Hands-On : Azure SQL Database Training for IT Architect" has been released. https://www.udemy.com/course/hands-on-azure-sql-database-training-for-it-architect/ Table of contents: Section1. Introduction 1. What is Azure SQL Database? 2. Preparation for using Microsoft Azure 3. Learning contents of the course 4. Service tiers and Availability models Section2. A. Performance and Scalability 5. Scale-up and Read scale-out 6. […]
"Hands-On Azure Tenant and SQL Database deployment" has been released. Scripts and codes can be downloaded in the Udemy course. https://www.udemy.com/course/hands-on-azure-tenant-and-sql-database-deployment/ Table of contents: 1.What is Azure SQL Database? 2.Preparation for using Microsoft Azure 3.Deployment of Azure SQL Database 4.Preparation of Database Client, Management Studio 5.Connecting to Azure SQL Database by using Management Studio 6.Creating […]
Azure SQL Database is one of the most popular Relational Database Management System provided by Microsoft Azure. Azure SQL Database is Platform as a service for relational database management system. Users create Azure resources by Database. Azure SQL Database has high scalability and elastic options and it can be deployed quickly when users want to […]
ARM (Azure Resource Manager) template is a declarative solution template for Azure Resource Manager (ARM) API. Users can deploy Azure resources with PowerShell command and ARM (Azure Resource Manager) template files. In this demo, Azure SQL Database is deployed with ARM template files and following PowerShell commands. # Az module installation Install-Module -Name Az -Scope […]
Dataverse is the database on Microsoft Power Platform. Dataverse can be used by Power Apps as the data source and integrated to Dynamics 365 Customer Engagement as the backend data source. There are mainly three ways to import data into Dataverse. (Except inputs from application forms) 1. Excel Uploading 2. Excel Add-In 3. […]