question

Sriman-6319 avatar image
0 Votes"
Sriman-6319 asked KalyanChanumolu-MSFT edited

redis server on azure app service

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-redis
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

KalyanChanumolu-MSFT avatar image
0 Votes"
KalyanChanumolu-MSFT answered KalyanChanumolu-MSFT edited

@Sriman-6319 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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.