dotnet-azure
1.0.3
dotnet tool install --global dotnet-azure --version 1.0.3
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local dotnet-azure --version 1.0.3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-azure&version=1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package dotnet-azure --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
dotnet-azure
.NET Core global tool for creating and updating web applications in Azure.
Requirements
- .NET Core 2.2 or higher
- Azure Account - Get one for FREE
Installation
dotnet tool install dotnet-azure --global
Usage
help
Usage: dotnet-azure [options] [command]
Options:
-?|-h|--help Show help information
Commands:
deploy Deploy application to Azure App Service. Options are used for [NEW] application deployments only.
login Login into Azure
login
Run login
command first to authenticate against your Azure account.
dotnet azure login
To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code XXXXXXXXX to authenticate.
deploy
Use defaults, random generated application and resource group name. Current directory is assumed for application for deployment.
dotnet azure deploy`
Pass project folder.
dotnet azure deploy \mynewproject`
Pass all options.
dotnet azure deploy --location westus --name fancywebapp --group fancywebgroup --plan BasicB1
Short hand for location
, name
, and group
dotnet azure deploy -l eastus2 -n fancywebapp -g fancygroup`
Full help output for deploy command.
Deploy application to Azure App Service. Options are used for [NEW] application deployments only.
Usage: dotnet-azure deploy [arguments] [options]
Arguments:
AppPath
Options:
-?|-h|--help Show help information
-n|--name <APP_NAME> Name of application, must be unique.
-l|--location <LOCATION> Region or location of app deployment. (eastus, westus, etc.)
-g|--group <RESOURCE_GROUP> Resource group name to create and use for deployment.
-p|--plan <APP_SERVICE_PLAN_TYPE> Type of App Service Plan to create for application. Options (BasicB1, SharedD1, FreeF1, PremiumP1 - more info https://aka.ms/azure-appserviceplans )
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.2 is compatible. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.