Resources.InvalidGitCredentials Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Looks up a localized string similar to You must create your git publishing credentials using the Microsoft Azure portal. Please follow these steps in the portal:
- On the left side open "Web Sites"
- Click on any website
- Choose "Setup Git Publishing" or "Reset deployment credentials"
- Back in the PowerShell window, rerun this command by typing "New-AzureWebSite {site name} -Git -PublishingUsername {username}.
C#
public static string InvalidGitCredentials { get; }
static member InvalidGitCredentials : string
Public Shared ReadOnly Property InvalidGitCredentials As String
製品 | バージョン |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |