millions-journalist-34868
10/29/2024, 1:04 PMvar staticWebApp = new StaticSite($"stapp-{projectName}-{stackName}-", new()
{
ResourceGroupName = resourceGroup.Name,
Sku = new SkuDescriptionArgs
{
Name = "Standard"
}
});
var backendLink = new StaticSiteLinkedBackend($"backendlink-{projectName}-{stackName}-", new()
{
Name = staticWebApp.Name,
BackendResourceId = appService.Id,
LinkedBackendName = "backend",
ResourceGroupName = resourceGroup.Name
});
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