* Part of POC to test generating sample code and articles using OpenAI. * Changes per Code Review
		
			
				
	
	
	
		
			1.4 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.4 KiB
		
	
	
	
	
	
	
	
Azure SQL Database
This template deploys an Azure SQL Database.
Terraform resource types
Variables
| Name | Description | Default | 
|---|---|---|
| resource_group_name_prefix | Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. | rg | 
| resource_group_location | Location of the resource group. | eastus | 
| sql_db_name | The name of the SQL Database. | SampleDB | 
| admin_username | The administrator username of the SQL logical server. | azureadmin | 
| admin_password | The administrator password of the SQL logical server. | null; If value is null, a random password is generated. | 
Example
To see how to run this example, see Create a single database in Azure SQL Database using Terraform.