Hello! I'm new to Pulumi w/ azure (usually used it...
# azure
m
Hello! I'm new to Pulumi w/ azure (usually used it with GCP). I'm having trouble finding the correct Pulumi method/objects for Cosmos DB for Mongodb vCore. It seems like it might be new? Is it available in the classic or the azure-native Pulumi providers? I can't seem to find it. Thanks in advance.
m
Note that Azure renamed DocumentDB to CosmosDB.
m
Hi Thomas. This results in the CosmosDb for MongoDB but not the vCore version. https://learn.microsoft.com/en-us/azure/cosmos-db/mongodb/vcore/introduction looks like it's in preview so I"m guess there's no azure provider support yet.
m
It looks like Azure hasn’t added it to the API spec yet. The Bicep example on the page you linked uses API version 2022-10-15-preview, but there’s no such version. https://github.com/Azure/azure-rest-api-specs/tree/main/specification/cosmos-db/resource-manager/Microsoft.DocumentDB
m
ah ok. that clarifies why it's not available in pulumi. thanks a lot!