{"id":18928076,"url":"https://github.com/martinothamar/easyazurewebapp","last_synced_at":"2026-04-16T05:33:39.753Z","repository":{"id":111074701,"uuid":"292835237","full_name":"martinothamar/EasyAzureWebApp","owner":"martinothamar","description":"A sample easy to deploy full stack C# Azure web app using Pulumi","archived":false,"fork":false,"pushed_at":"2020-09-07T09:22:34.000Z","size":224,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T11:14:02.117Z","etag":null,"topics":["azure","csharp","dotnet","dotnetcore","pulumi"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/martinothamar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-04T11:51:43.000Z","updated_at":"2022-11-10T21:42:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"53178b8a-0503-4a97-bac7-0a2a8b389632","html_url":"https://github.com/martinothamar/EasyAzureWebApp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/martinothamar/EasyAzureWebApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinothamar%2FEasyAzureWebApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinothamar%2FEasyAzureWebApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinothamar%2FEasyAzureWebApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinothamar%2FEasyAzureWebApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martinothamar","download_url":"https://codeload.github.com/martinothamar/EasyAzureWebApp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinothamar%2FEasyAzureWebApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31872653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","csharp","dotnet","dotnetcore","pulumi"],"created_at":"2024-11-08T11:22:50.645Z","updated_at":"2026-04-16T05:33:39.732Z","avatar_url":"https://github.com/martinothamar.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# An easy to deploy Azure webapp\r\n\r\nFullstack C#/.NET (frontend + backend + Infrastructure), Azure-first design.\r\n\r\n* Create storage account with a pulumi-state blob container\r\n* Create Azure Key Vault, make sure your Azure user have all permissions (or add individually until pulumi new works)\r\n* Create `.env.sh` in the root folder with the following content:\r\n\r\n```sh\r\n#!/bin/bash\r\n\r\nexport SOLUTION_ROOT_DIRECTORY=$(pwd)\r\nexport AZURE_KEYVAULT_AUTH_VIA_CLI=true\r\nexport AZURE_STORAGE_ACCOUNT=\"moistorage\" # State storage\r\nexport AZURE_STORAGE_KEY=\"xxxx\"           \r\n```\r\n\r\nThen in the commandline:\r\n\r\n```sh\r\nsource .env.sh          # Set environment variables\r\ndotnet publish          # Build and publish the ASP.NET Core Blazor app\r\ncd src/Infrastructure\r\npulumi stack init dev   # First time init\r\naz login                # Make sure you're logged in to Azure\r\npulumi up               # Applies updates to Azure\r\n```\r\n\r\nNow you can open the `WebAppUrl` output url.\r\n\r\nIf you make any changes to the ASP.NET Core app, just rerun `pulumi up` and it will update the zip file.\r\n\r\n## From scratch\r\n\r\n```sh\r\npulumi login --cloud-url azblob://pulumi-state\r\npulumi new azure-csharp --secrets-provider=\"azurekeyvault://moi-key-vault.vault.azure.net/keys/pulumi-secret\"\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinothamar%2Feasyazurewebapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartinothamar%2Feasyazurewebapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinothamar%2Feasyazurewebapp/lists"}