Hello, I'm attempting to create a MySQL Flexible S...
# getting-started
p
Hello, I'm attempting to create a MySQL Flexible Server within my Azure resource group. Based on guidance from Pulumi's documentation, it seems I should utilize the
FlexibleServer
class. However, I've encountered difficulty in identifying the correct namespace to import this class. Would you be able to direct me to a tutorial or documentation that addresses this? I've been unable to locate pertinent resources on the topic.
I'm using C#
Thank you for your assistance.
b
p
Thank you for your response, This example utilizes
Pulumi.Azure
but I'm using the recommended namespace
Pulumi.AzureNative
I didn't find anything about creating flexible server from Pulumi.AzureNative
b
Looks like it’s Microsoft.DBforMySQL/flexibleServers in api 2021-12-01-preview
m
Hi Meshal, the Flexible Server in AzureNative is this resource "Server”. The reason it’s called Server, not FlexibleServer, is explained here.