How can contact azure to get my wordpress, myphp & FTP admin credentials?

SAMSIDH EDUCATIONAL SOCIETY 1 Reputation point
2021-04-15T07:31:59.21+00:00

How to contact & collect admin login credentials for FTP, WordPress and myphp admin as website is hosted on Azure

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,933 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 22,706 Reputation points Moderator
    2021-04-20T05:31:58.197+00:00

    Thanks for asking question! Could you please clarify on " admin login credentials" to help you better on this. Further you may want to know that to secure app deployment from a local computer, Azure App Service supports two types of credentials for local Git deployment and FTP/S deployment. These credentials are not the same as your Azure subscription credentials.

    User-level credentials: one set of credentials for the entire Azure account. It can be used to deploy to App Service for any app, in any subscription, that the Azure account has permission to access.

    App-level credentials: one set of credentials for each app. It can be used to deploy to that app only. The credentials for each app are generated automatically at app creation. They can't be configured manually, but can be reset anytime.

    Check doc link might help: https://learn.microsoft.com/en-us/azure/app-service/deploy-configure-credentials?tabs=portal#use-user-scope-credentials-with-ftpftps

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.