redis server on azure app service

Sriman 21 Reputation points
2021-07-19T04:51:52.593+00:00

How to install redis server on azure app-service and start the redis server? Any way i can include this step as part my azure pipeline?
Tech stack: Python
server: Ubuntu

Thank you in advance.

Regards,
Sri.

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
222 questions
{count} votes

Accepted answer
  1. KalyanChanumolu-MSFT 8,316 Reputation points
    2021-07-19T06:28:10.193+00:00

    @Sriman Thank you for reaching out.

    You do not "install" Redis cache on App service, you provision it just like you provisioned an Azure App Service.
    You can then connect to the Redis cache from your app service.
    A detailed tutorial with code sample is here

    Please let us know if you have further questions.

    ----------

    If an answer is helpful, please "Accept answer" or "Up-Vote" which might help other community members reading this thread.


0 additional answers

Sort by: Most helpful