Resources.InvalidGitCredentials Property

Definition

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:

  1. On the left side open "Web Sites"
  2. Click on any website
  3. Choose "Setup Git Publishing" or "Reset deployment credentials"
  4. Back in the PowerShell window, rerun this command by typing "New-AzureWebSite {site name} -Git -PublishingUsername {username}.
public static string InvalidGitCredentials { get; }
static member InvalidGitCredentials : string
Public Shared ReadOnly Property InvalidGitCredentials As String

Property Value

Applies to