loud-analyst-66609
05/06/2024, 8:16 AMconst resourceGroup = new azureNative.resources.ResourceGroup(`${serviceName}${resourceGroupName}`, {
resourceGroupName: `${serviceName}${resourceGroupName}`,
location: "australiaeast",
});
const b2cTenant = new azureNative.azureactivedirectory.B2CTenant(`${serviceName}b2ctenant`, {
location: "Australia",
countryCode: "AU",
displayName: `${serviceName} B2C Tenant`,
resourceGroupName: resourceGroup.name,
resourceName: `${serviceName}b2ctenant`,
sku: {
name: "Standard"
},
}, { dependsOn: [resourceGroup] });
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by