I want to integrate JFROG artifactory with Azure web apps using CICD in AzureDevOps. For that the workflow will be as below:
- User pushes code to Github
 
- Azure DevOps runs CI and sends the artifact/code to JFROG artifactory
 
-  application on Azure Web App will be updated by JFROG 
 
Can someone share a tutorial or guide me on how to integrate JFROG with Azure App?