0

I have to create mysql server on azure using python script

Is there any way to create it?

sumit salunke
  • 125
  • 2
  • 10

1 Answers1

2

Yes, this should be possible using the Azure Python SDK.

This might be what you are looking for https://learn.microsoft.com/en-us/python/api/azure-mgmt-rdbms/azure.mgmt.rdbms.mysql.operations.servers_operations.serversoperations?view=azure-python

silent
  • 14,494
  • 4
  • 46
  • 86
  • a bunch of samples available here: https://azure.microsoft.com/en-us/resources/samples/?products=azure-resource-manager&platform=python&sort=0 – Vladislav Oct 12 '18 at 12:23