Automatically creates a GitHub repository, add files.
Creates an Azure Storage Account to serve the index.html file.
How to use
0) Make sure you are logged in with azure (az login)
1) Create a GitHub token (classic) able to create repositories on your account
2) Run pulumi config set github:token <your-github-token> --secret (it will generate a Pulumi.dev.yaml file)
3) Run pulumi up
Expected result
Pulumi should output a link to an azure storage account file, which is the index.html file.
First nebulift template
Automatically creates a GitHub repository, add files. Creates an Azure Storage Account to serve the index.html file.
How to use
0) Make sure you are logged in with azure (
az login
) 1) Create a GitHub token (classic) able to create repositories on your account 2) Runpulumi config set github:token <your-github-token> --secret
(it will generate a Pulumi.dev.yaml file) 3) Runpulumi up
Expected result
Pulumi should output a link to an azure storage account file, which is the index.html file.
Checkout the wiki for this template for more information.