Deploy Simple Chatbot with Azure App Service

I have created a very basic chatbot and I can get the responses via webhooks API locally. How can I get the same when moving this to Azure App Service? Do I need to make changes in the credentials.yml and the endpoints.yml? Also,

  1. Do we have an API to get the intent of conversation in the API response?
  2. Model retraining API.

*Rasa version - 3.x, Python 3.8 version and UI is not needed.

Can someone please help me with this?