0

I have my credentials for access to the wwwroot directory on Azure App Service.

The question if is it possible to create others credentials that can access only in a subdirectory like wwwroot/subdirname

I tried to search in Deployment center but seems is possible only to reset credentials, not to create anothers.

Thanks

Roberto Remondini
  • 242
  • 1
  • 6
  • 19

1 Answers1

1

It looks like it is not supported, there some threads on Azure Feedback1 and Feedback2 asking for this feature. Also according to this doc, you can set user-level credentials that you can use for FTP/S login to all App Service apps in your subscription.

Taguada
  • 428
  • 1
  • 5
  • 8