Skip to content

Commit 2c589dd

Browse files
committed
removed include
1 parent 63f66f4 commit 2c589dd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/redis/go-get-started.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,17 @@ We are breaking the connection to this. -->
2828

2929
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)
3030
- [Go](https://go.dev/doc/install) (preferably version 1.13 or above)
31-
- [Git](https://git-scm.com/downloads)
32-
- An HTTP client such [curl](https://curl.se/)
3331

3432
## Create an Azure Managed Redis instance
3533

3634
First you must create a cache. You can create a cache using Azure Managed Redis or Azure Cache for Redis using the Azure portal.
3735

38-
When you create the cache you should create it with both Access keys enabled. Microsoft Entra ID is enabled by default. Your cache must also public endpoint for this Quickstart.
36+
When you create the cache you should create it with Access keys enabled. Microsoft Entra ID is enabled by default. Your cache must also use public endpoint for this Quickstart.
3937
- [Azure Managed Redis](includes/managed-redis-create.md)
4038
- [Azure Cache for Redis](/azure/azure-cache-for-redis/quickstart-create-redis)
4139

4240
Optionally, you can create a cache using Azure CLI, PowerShell, or any means that you prefer.
4341

44-
[!INCLUDE [managed-redis-create](includes/managed-redis-create.md)]
4542

4643
## Code to connect to a AMR Cache
4744

@@ -61,6 +58,5 @@ Optionally, you can create a cache using Azure CLI, PowerShell, or any means tha
6158

6259
## Related content
6360

64-
[Create a simple ASP.NET web app that uses an Azure Cache for Redis.](web-app-cache-howto.md)
6561
<!-- Link to Redis Extension for connecting -->
6662
<!-- Link to any Redis code sample on their site that are germane -->

0 commit comments

Comments
 (0)