Skip to content

Commit 8d07e90

Browse files
Merge pull request #279327 from alexwolfmsft/add-azd-support
Add azd note
2 parents cf67ca0 + 4ab3ed5 commit 8d07e90

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,15 @@ There are also caching providers in .NET core. To quickly start using Redis with
2323

2424
## Skip to the code on GitHub
2525

26-
Clone the repo [https://github.com/Azure-Samples/azure-cache-redis-samples/tree/main/quickstart/aspnet-core](https://github.com/Azure-Samples/azure-cache-redis-samples/tree/main/quickstart/aspnet-core) on GitHub.
26+
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.
27+
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:
29+
30+
```azdeveloper
31+
azd up
32+
```
33+
34+
### Explore the eShop sample
2735

2836
As a next step, you can see a real-world scenario eShop application demonstrating the ASP.NET core caching providers: [ASP.NET core eShop using Redis caching providers](https://github.com/Azure-Samples/azure-cache-redis-demos).
2937

0 commit comments

Comments
 (0)