- First, let's launch http://portal.azure.com, connect with our subscription, and select Redis Caches:
- Then we will create a Redis cache. To do that, we configure it, adding a DNS name, a Subscription, a Resource group, a Location, and a Pricing tier:
- Refreshing the Redis Caches section, we can see the new Redis cache just created:
- Now Redis is created on Azure, we launch VS 2017 and create an empty web application.
- First, ...