Skip to content

Commit 86e79c3

Browse files
committed
Update link
1 parent 10d2004 commit 86e79c3

8 files changed

+9
-9
lines changed

articles/service-connector/quickstart-cli-app-service-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The [Azure CLI](/cli/azure) is a set of commands used to create and manage Azure
2424

2525
## View supported target service types
2626

27-
Use the Azure CLI [az webapp connection](/cli/azure/webapp/connection) command create and manage service connections to App Service.
27+
Use the Azure CLI [az webapp connection](/cli/azure/webapp/connection) command create and manage service connections to App Service.
2828

2929
```azurecli-interactive
3030
az provider register -n Microsoft.ServiceLinker

articles/service-connector/quickstart-cli-container-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This quickstart shows you how to create a service connection in Container Apps w
1919

2020
- Version 2.37.0 or higher of the Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
2121

22-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet).
22+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
2323

2424
- An application deployed to Container Apps in a [region supported by Service Connector](./concept-region-support.md). If you don't have one yet, [create and deploy a container to Container Apps](../container-apps/quickstart-portal.md).
2525

articles/service-connector/quickstart-portal-app-service-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Get started with Service Connector by using the Azure portal to create a new ser
1616

1717
## Prerequisites
1818

19-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet).
19+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
2020
- An application deployed to App Service in a [region supported by Service Connector](./concept-region-support.md). If you don't have one yet, [create and deploy an app to App Service](../app-service/quickstart-dotnetcore.md).
2121

2222
## Sign in to Azure

articles/service-connector/quickstart-portal-container-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: malev
66
ms.service: service-connector
77
ms.custom: event-tier1-build-2022
88
ms.topic: quickstart
9-
ms.date: 05/23/2022
9+
ms.date: 07/22/2022
1010
#Customer intent: As an app developer, I want to connect a containerized app to a storage account in the Azure portal using Service Connector.
1111
---
1212

@@ -20,7 +20,7 @@ Get started with Service Connector by using the Azure portal to create a new ser
2020
2121
## Prerequisites
2222

23-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet).
23+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
2424
- An application deployed to Container Apps in a [region supported by Service Connector](./concept-region-support.md). If you don't have one yet, [create and deploy a container to Container Apps](../container-apps/quickstart-portal.md).
2525

2626
## Sign in to Azure

articles/service-connector/quickstart-portal-spring-cloud-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This quickstart shows you how to create a new service connection with Service Co
1818

1919
## Prerequisites
2020

21-
- An Azure account with an active subscription. [Create an Azure account for free](https://azure.microsoft.com/free/dotnet).
21+
- An Azure account with an active subscription. [Create an Azure account for free](https://azure.microsoft.com/free).
2222
- A Spring Cloud application running on Azure. If you don't have one yet, [create a Spring Cloud application](../spring-cloud/quickstart.md).
2323

2424
## Sign in to Azure

articles/service-connector/tutorial-connect-web-app-app-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this tutorial, use the Azure CLI to complete the following tasks:
2626
2727
## Prerequisites
2828

29-
- An Azure account with an active subscription. Your access role within the subscription must be "Contributor" or "Owner". [Create an account for free](https://azure.microsoft.com/free/dotnet).
29+
- An Azure account with an active subscription. Your access role within the subscription must be "Contributor" or "Owner". [Create an account for free](https://azure.microsoft.com/free.
3030
- The Azure CLI. You can use it in [Azure Cloud Shell](https://shell.azure.com/) or [install it locally](/cli/azure/install-azure-cli).
3131
- [.NET SDK](https://dotnet.microsoft.com/download)
3232
- [Git](/devops/develop/git/install-and-set-up-git)

articles/service-connector/tutorial-csharp-webapp-storage-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Learn how to access Azure Blob Storage for a web app (not a signed-in user) runn
2121
2222
## Prerequisites
2323

24-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet).
24+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
2525
- The <a href="/cli/azure/install-azure-cli" target="_blank">Azure CLI</a> 2.30.0 or higher. You'll use it to run commands in any shell to provision and configure Azure resources.
2626

2727
## Set up your initial environment

articles/service-connector/tutorial-portal-key-vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Azure Key Vault is a cloud service that provides a secure store for secrets. You
2323
To create a service connection and store secrets in Key Vault with Service Connector, you need:
2424

2525
* Basic knowledge of [using Service Connector](.\quickstart-portal-app-service-connection.md)
26-
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet).
26+
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
2727
* An app hosted on App Service. If you don't have one yet, [create and deploy an app to App Service](../app-service/quickstart-dotnetcore.md)
2828
* An Azure Key Vault. If you don't have one, [create an Azure Key Vault](../key-vault\general\quick-create-portal.md)
2929
* Another target service instance supported by Service Connector. In this tutorial, you'll use [Azure Blob Storage](../storage/blobs/storage-quickstart-blobs-portal.md)

0 commit comments

Comments
 (0)