mirror of
https://github.com/dotnet/intro-to-dotnet-web-dev.git
synced 2025-12-06 05:32:03 +01:00
added instructions to create azure account
This commit is contained in:
parent
fdcb598d57
commit
cb65fbeb58
|
|
@ -8,6 +8,18 @@ Welcome! In this lesson, we'll teach you how to publish your web apps from the p
|
||||||
Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends. This service adds security, load balancing, autoscaling, automated management, and more to your applications. You can also take advantage of its DevOps capabilities, such as continuous deployment from Azure DevOps, GitHub, Docker Hub, and other sources, package management, staging environments, custom domain, and TLS/SSL certificates.
|
Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends. This service adds security, load balancing, autoscaling, automated management, and more to your applications. You can also take advantage of its DevOps capabilities, such as continuous deployment from Azure DevOps, GitHub, Docker Hub, and other sources, package management, staging environments, custom domain, and TLS/SSL certificates.
|
||||||
You can learn more in the [Azure App Service overview documentation](https://docs.microsoft.com/azure/app-service/overview).
|
You can learn more in the [Azure App Service overview documentation](https://docs.microsoft.com/azure/app-service/overview).
|
||||||
|
|
||||||
|
## Create your free Azure account
|
||||||
|
|
||||||
|
1. Follow [this link](https://azure.microsoft.com/free/dotnet/) to the Azure website to sign up for your free account.
|
||||||
|
2. Click on the green **Start Free** button.
|
||||||
|

|
||||||
|
3. Sign in to your Microsoft account if your are not already signed in.
|
||||||
|
4. Agree to the customer agreement
|
||||||
|

|
||||||
|
5. You will then be asked to provide a credit or debit card. This will make a temporary authorization on your card, but you won’t be charged unless you move to pay-as-you-go pricing.
|
||||||
|
6. Click sign up and you're ready to publish your application!
|
||||||
|
|
||||||
|
|
||||||
## Let's publish!
|
## Let's publish!
|
||||||
You can also find these instructions in the [Azure documentation](https://docs.microsoft.com/azure/app-service/quickstart-dotnetcore?tabs=net60&pivots=development-environment-vs).
|
You can also find these instructions in the [Azure documentation](https://docs.microsoft.com/azure/app-service/quickstart-dotnetcore?tabs=net60&pivots=development-environment-vs).
|
||||||
|
|
||||||
|
|
|
||||||
BIN
6-publish/images/azure-customer-agreement.png
Normal file
BIN
6-publish/images/azure-customer-agreement.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
BIN
6-publish/images/azure-start-free.png
Normal file
BIN
6-publish/images/azure-start-free.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
Loading…
Reference in a new issue