Viewing docs for Azure Static Website v0.0.5
published on Wednesday, Sep 14, 2022 by DEPRECATED
published on Wednesday, Sep 14, 2022 by DEPRECATED
Azure Static Website: Installation & Configuration
I want to use the Pulumi Azure Static Website package (azure-static-website) in my project.
## Provider details
- Package: azure-static-website
- Version: v0.0.5
- Publisher: DEPRECATED
- Source: pulumi
- Repository: https://github.com/pulumi/pulumi-azure-static-website
Help me get started using this provider. Show me a complete Pulumi program that provisions a common resource, including all necessary configuration and imports.
Viewing docs for Azure Static Website v0.0.5
published on Wednesday, Sep 14, 2022 by DEPRECATED
published on Wednesday, Sep 14, 2022 by DEPRECATED
Installation
The Pulumi Azure Static Website component is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@pulumi/azure-static-website - Python:
pulumi_azure_static_website - Go:
github.com/pulumi/pulumi-azure-static-website/sdk - .NET:
Pulumi.AzureStaticWebsite
If you are new to Pulumi and do not yet have Pulumi installed, see our getting started guide to get up and running.
Install the SDK package corresponding to the language or runtime you are using. If using YAML or one of our other markup languages, this step can be skipped.
NodeJS
npm install @pulumi/azure-static-website
Python
pip3 install pulumi_azure_static_website
Go
go get -t github.com/pulumi/pulumi-azure-static-website/sdk
.NET
dotnet add package Pulumi.AzureStaticWebsite
This package can then be consumed just like any other package by importing it into your project (e.g. import * as website from '@pulumi/azure-static-website')
Viewing docs for Azure Static Website v0.0.5
published on Wednesday, Sep 14, 2022 by DEPRECATED
published on Wednesday, Sep 14, 2022 by DEPRECATED
