Hi Daman
The best way is to not use azure portal. You will need to have deployed a package file to the dxp environment.
Therefore where or when you generate the package file is the best place to check as it will include the all the files deployed to dxp.
We generate the package file using devops and therefore within our pipelines we can download the package that was generated and deployed to the environment.
Thanks
Paul
You could access your integration environment using the KUDU interface. Using this interface you can browse all files.
Simply add .scm. to the default domain for your integration environment, like this.
Something like: https://yourprojectinte.scm.azurewebsites.net
https://yourprojectinte.scm.azurewebsites.net - this does not let me view files for CMS 12 like it used to let me see it for CMS 11. I only see.
And when I go to bash prompt I see this
What is the best way to check out code using portal.azure in Integration environments, specifically related to bin folder and packages installed etc?