Microsoft Azure
- 6/17/2023 : Released training "Hands-On : Azure SQL Database Training for IT Architect"
- 6/16/2023 : Released training "Hands-On Azure Tenant and SQL Database deployment"
- 1/21/2023 : Released blog "How to deploy Azure SQL Database with ARM Template"
Hands-On : Azure SQL Database Training for IT Architect (Udemy Course)
Azure SQL Database is Platform as a Service for Relational Database Management System (RDBMS) developed by Microsoft. This comprehensive training will equip you with the skills and knowledge needed to design and manage "Performance & Scalability", "Redundancy and Fault-tolerance", "Security", "Portability and Deployment" and "Monitoring and Troubleshooting".
Hands-On : Azure Tenant and SQL Database deployment (Udemy Course)
Azure SQL Database is Platform as a Service for Relational Database Management System (RDBMS) developed by Microsoft. In this course, Microsoft Azure Tenant, Subscription, Azure SQL Server and Azure SQL Database are created step by step with Hands-on training. SQL Server Management Studio (SSMS) is used to connect to Azure SQL Database and manipulate data on Azure SQL Database. Some basic queries based on CRUD (Create, Read, Update, Delete) are executed on Azure SQL Database by using SQL Server Management Studio (SSMS).
How to deploy Azure SQL Database with ARM Template (Blog)
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.