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. […]