{"id":18267282,"url":"https://github.com/spboyer/dotnet-azure","last_synced_at":"2025-11-05T03:03:32.313Z","repository":{"id":54733958,"uuid":"177886167","full_name":"spboyer/dotnet-azure","owner":"spboyer","description":"A .NET Core global tool to deploy an application to Azure in one command","archived":false,"fork":false,"pushed_at":"2021-02-02T16:33:39.000Z","size":69,"stargazers_count":26,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T21:46:06.453Z","etag":null,"topics":["azure","cloud-computing","dotnet","dotnetcore","global-tool"],"latest_commit_sha":null,"homepage":"https://tattoocoder.com/dotnet-azure-a-net-core-global-tool-to-deploy-an-application-to-azure-in-one-command/","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/spboyer.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}},"created_at":"2019-03-26T23:52:30.000Z","updated_at":"2024-08-01T14:43:41.000Z","dependencies_parsed_at":"2022-08-14T01:10:35.513Z","dependency_job_id":null,"html_url":"https://github.com/spboyer/dotnet-azure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spboyer%2Fdotnet-azure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spboyer%2Fdotnet-azure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spboyer%2Fdotnet-azure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spboyer%2Fdotnet-azure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spboyer","download_url":"https://codeload.github.com/spboyer/dotnet-azure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232382175,"owners_count":18514740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","cloud-computing","dotnet","dotnetcore","global-tool"],"created_at":"2024-11-05T11:26:48.546Z","updated_at":"2025-11-05T03:03:32.249Z","avatar_url":"https://github.com/spboyer.png","language":"C#","readme":"# dotnet-azure\n\n[![Build Status](https://dev.azure.com/shayneboyer/dotnet-azure/_apis/build/status/spboyer.dotnet-azure?branchName=master)](https://dev.azure.com/shayneboyer/dotnet-azure/_build/latest?definitionId=3\u0026branchName=master)\n\n.NET Core global tool for creating and updating web applications in Azure.\n\n## Requirements\n\n* .NET Core 2.2 or higher\n* Azure Account - [Get one for FREE](https://aka.ms/dotnet-azure)\n\n## Installation\n\n```console\ndotnet tool install dotnet-azure --global\n```\n\n## Usage\n\n### help\n\n```console\nUsage: dotnet-azure [options] [command]\n\nOptions:\n  -?|-h|--help  Show help information\n\nCommands:\n  deploy        Deploy application to Azure App Service. Options are used for [NEW] application deployments only.\n  login         Login into Azure\n```\n\n### login\n\nRun `login` command first to authenticate against your Azure account.\n\n`dotnet azure login`\n\n```console\nTo sign in, use a web browser to open the page https://microsoft.com/devicelogin?WT.mc_id=dotnet-0000-shboyer and enter the code XXXXXXXXX to authenticate.\n```\n\n### deploy\n\nUse defaults, random generated application and resource group name. Current directory is assumed for application for deployment.\n\n```console\ndotnet azure deploy\n```\n\nPass project folder.\n\n```console\ndotnet azure deploy \\mynewproject\n```\n\nPass all options.\n\n```console\ndotnet azure deploy --location westus --name fancywebapp --group fancywebgroup --plan BasicB1\n```\n\nShort hand for `location`, `name`, and `group`\n\n```console\ndotnet azure deploy -l eastus2 -n fancywebapp -g fancygroup\n```\n\nFull help output for **deploy** command.\n\n```console\nDeploy application to Azure App Service. Options are used for [NEW] application deployments only.\n\nUsage: dotnet-azure deploy [arguments] [options]\n\nArguments:\n  AppPath\n\nOptions:\n  -?|-h|--help                       Show help information\n  -n|--name \u003cAPP_NAME\u003e               Name of application, must be unique.\n  -l|--location \u003cLOCATION\u003e           Region or location of app deployment. (eastus, westus, etc.)\n  -g|--group \u003cRESOURCE_GROUP\u003e        Resource group name to create and use for deployment.\n  -p|--plan \u003cAPP_SERVICE_PLAN_TYPE\u003e  Type of App Service Plan to create for application. Options (BasicB1, SharedD1, FreeF1, PremiumP1 - more info https://aka.ms/azure-appserviceplans )\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspboyer%2Fdotnet-azure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspboyer%2Fdotnet-azure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspboyer%2Fdotnet-azure/lists"}