AzureStack-QuickStart-Templ.../101-mysqladapter-create-dat...
srimathiS b67d844612 Release update to RP adapter templates (#245) 2017-07-11 15:44:06 -07:00
..
README.md Release update to RP adapter templates (#245) 2017-07-11 15:44:06 -07:00
azuredeploy.json Release update to RP adapter templates (#245) 2017-07-11 15:44:06 -07:00
azuredeploy.parameters.json Release update to RP adapter templates (#245) 2017-07-11 15:44:06 -07:00
metadata.json Release update to RP adapter templates (#245) 2017-07-11 15:44:06 -07:00

README.md

AzureStack MySql Adapter RP database

DESCRIPTION

This template creates a new MySql database of the specified size and SKU.

PREREQUISITES

This template requires the MySql Adapter RP to be deployed on the AzureStack environment. For more information see: https://aka.ms/azurestackmysqldeploy Ensure the MySql Adapter RP namespace is registered on your subscription. For more information see the last step on this document: https://aka.ms/azurestackmysqldeploy

DEPLOY

Login to AzureStack portal

Click 'New' -> 'Custom' -> 'Template Deployment'

Copy content in azuredeploy.json, click 'Edit Template', paste all the content and click 'Save'

Fill in the parameters

Click 'Create New' to create a new 'Resource Group'

Click 'Create'

PARAMETERS

Database Name: <Name of the MySql database to be created>

Database Username: <Name of the MySql login to be created for connecting to the new database>

Database Login Password: <Password of the MySql login to be created for connecting to the new database>

Max Size MB: <Maximum Size in MB of the MySql database>

Collation: <Collation of the new MySql database>

SKU Name: <Name of the requested database SKU>

SKU Tier: <Tier of the requested database SKU>

SKU Family: <Family of the requested database SKU>