Skip to content

Commit 2a0119f

Browse files
authored
Merge pull request #111254 from CamSoper/bugfix20200413
Using .NET specific signup for Azure trial
2 parents 4f971df + 297e7b7 commit 2a0119f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/app-service/app-service-web-get-started-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ When you're finished, you'll have an Azure resource group consisting of an App S
1515

1616
## Prerequisites
1717

18-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
18+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet/).
1919
- This quickstart deploys an app to App Service on Windows. To deploy to App Service on _Linux_, see [Create a .NET Core web app in App Service on Linux](./containers/quickstart-dotnetcore.md).
2020
- Install <a href="https://www.visualstudio.com/downloads/" target="_blank">Visual Studio 2019</a> with the **ASP.NET and web development** workload.
2121

articles/azure-functions/functions-create-your-first-function-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To complete this tutorial, first install [Visual Studio 2019](https://azure.micr
2222

2323
![Install Visual Studio with the Azure development workload](media/functions-create-your-first-function-visual-studio/functions-vs-workloads.png)
2424

25-
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
25+
If you don't have an [Azure subscription](../guides/developer/azure-developer-guide.md#understanding-accounts-subscriptions-and-billing), create a [free account](https://azure.microsoft.com/free/dotnet/) before you begin.
2626

2727
## Create a function app project
2828

0 commit comments

Comments
 (0)