Skip to content

Commit 4ab3ed5

Browse files
Apply suggestions from code review
Co-authored-by: Langlois,FX <[email protected]>
1 parent b86f3ad commit 4ab3ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-cache-for-redis/cache-web-app-aspnet-core-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ There are also caching providers in .NET core. To quickly start using Redis with
2525

2626
Clone the [https://github.com/Azure-Samples/azure-cache-redis-samples](https://github.com/Azure-Samples/azure-cache-redis-samples) GitHub repo and navigate to the `quickstart/aspnet-core` directory to view the completed source code for the steps ahead.
2727

28-
The `quickstart/aspnet-core` directory is also configured as an [Azure Developer CLI (`azd`)](/azure/developer/azure-developer-cli/overview) template. `azd` is an open-source tool that streamlines the provisioning and deployment process from a local environment to Azure. Optionally, you can run the `azd up` command to automatically provision an Azure Cache for Redis instance and configure the local sample app to connect to it:
28+
The `quickstart/aspnet-core` directory is also configured as an [Azure Developer CLI (`azd`)](/azure/developer/azure-developer-cli/overview) template. Use the open-source `azd` tool to streamline the provisioning and deployment from a local environment to Azure. Optionally, run the `azd up` command to automatically provision an Azure Cache for Redis instance, and to configure the local sample app to connect to it:
2929

3030
```azdeveloper
3131
azd up

0 commit comments

Comments
 (0)