次の方法で共有


Microsoft.Web sites/slots/config 2021-01-01

Bicep リソース定義

サイト/スロット/構成リソースの種類は、次をターゲットとする操作でデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Web/sites/slots/config リソースを作成するには、次の Bicep をテンプレートに追加します。

resource symbolicname 'Microsoft.Web/sites/slots/config@2021-01-01' = {
  name: 'string'
  // For remaining properties, see microsoft.web/sites/slots/config objects
}

microsoft.web/sites/slots/config オブジェクト

プロパティを設定して、オブジェクトの種類を指定します。

appsettingsの場合は、次を使用します。

{
  kind: 'string'
  name: 'appsettings'
  properties: {
    {customized property}: 'string'
  }
}

認証の場合は、次を使用します。

{
  kind: 'string'
  name: 'authsettings'
  properties: {
    aadClaimsAuthorization: 'string'
    additionalLoginParams: [
      'string'
    ]
    allowedAudiences: [
      'string'
    ]
    allowedExternalRedirectUrls: [
      'string'
    ]
    authFilePath: 'string'
    clientId: 'string'
    clientSecret: 'string'
    clientSecretCertificateThumbprint: 'string'
    clientSecretSettingName: 'string'
    configVersion: 'string'
    defaultProvider: 'string'
    enabled: bool
    facebookAppId: 'string'
    facebookAppSecret: 'string'
    facebookAppSecretSettingName: 'string'
    facebookOAuthScopes: [
      'string'
    ]
    gitHubClientId: 'string'
    gitHubClientSecret: 'string'
    gitHubClientSecretSettingName: 'string'
    gitHubOAuthScopes: [
      'string'
    ]
    googleClientId: 'string'
    googleClientSecret: 'string'
    googleClientSecretSettingName: 'string'
    googleOAuthScopes: [
      'string'
    ]
    isAuthFromFile: 'string'
    issuer: 'string'
    microsoftAccountClientId: 'string'
    microsoftAccountClientSecret: 'string'
    microsoftAccountClientSecretSettingName: 'string'
    microsoftAccountOAuthScopes: [
      'string'
    ]
    runtimeVersion: 'string'
    tokenRefreshExtensionHours: int
    tokenStoreEnabled: bool
    twitterConsumerKey: 'string'
    twitterConsumerSecret: 'string'
    twitterConsumerSecretSettingName: 'string'
    unauthenticatedClientAction: 'string'
    validateIssuer: bool
  }
}

authsettingsV2の場合は、次を使用します。

{
  kind: 'string'
  name: 'authsettingsV2'
  properties: {
    globalValidation: {
      excludedPaths: [
        'string'
      ]
      redirectToProvider: 'string'
      requireAuthentication: bool
      unauthenticatedClientAction: 'string'
    }
    httpSettings: {
      forwardProxy: {
        convention: 'string'
        customHostHeaderName: 'string'
        customProtoHeaderName: 'string'
      }
      requireHttps: bool
      routes: {
        apiPrefix: 'string'
      }
    }
    identityProviders: {
      apple: {
        enabled: bool
        login: {
          scopes: [
            'string'
          ]
        }
        registration: {
          clientId: 'string'
          clientSecretSettingName: 'string'
        }
      }
      azureActiveDirectory: {
        enabled: bool
        isAutoProvisioned: bool
        login: {
          disableWWWAuthenticate: bool
          loginParameters: [
            'string'
          ]
        }
        registration: {
          clientId: 'string'
          clientSecretCertificateIssuer: 'string'
          clientSecretCertificateSubjectAlternativeName: 'string'
          clientSecretCertificateThumbprint: 'string'
          clientSecretSettingName: 'string'
          openIdIssuer: 'string'
        }
        validation: {
          allowedAudiences: [
            'string'
          ]
          jwtClaimChecks: {
            allowedClientApplications: [
              'string'
            ]
            allowedGroups: [
              'string'
            ]
          }
        }
      }
      azureStaticWebApps: {
        enabled: bool
        registration: {
          clientId: 'string'
        }
      }
      customOpenIdConnectProviders: {
        {customized property}: {
          enabled: bool
          login: {
            nameClaimType: 'string'
            scopes: [
              'string'
            ]
          }
          registration: {
            clientCredential: {
              clientSecretSettingName: 'string'
              method: 'ClientSecretPost'
            }
            clientId: 'string'
            openIdConnectConfiguration: {
              authorizationEndpoint: 'string'
              certificationUri: 'string'
              issuer: 'string'
              tokenEndpoint: 'string'
              wellKnownOpenIdConfiguration: 'string'
            }
          }
        }
      }
      facebook: {
        enabled: bool
        graphApiVersion: 'string'
        login: {
          scopes: [
            'string'
          ]
        }
        registration: {
          appId: 'string'
          appSecretSettingName: 'string'
        }
      }
      gitHub: {
        enabled: bool
        login: {
          scopes: [
            'string'
          ]
        }
        registration: {
          clientId: 'string'
          clientSecretSettingName: 'string'
        }
      }
      google: {
        enabled: bool
        login: {
          scopes: [
            'string'
          ]
        }
        registration: {
          clientId: 'string'
          clientSecretSettingName: 'string'
        }
        validation: {
          allowedAudiences: [
            'string'
          ]
        }
      }
      legacyMicrosoftAccount: {
        enabled: bool
        login: {
          scopes: [
            'string'
          ]
        }
        registration: {
          clientId: 'string'
          clientSecretSettingName: 'string'
        }
        validation: {
          allowedAudiences: [
            'string'
          ]
        }
      }
      twitter: {
        enabled: bool
        registration: {
          consumerKey: 'string'
          consumerSecretSettingName: 'string'
        }
      }
    }
    login: {
      allowedExternalRedirectUrls: [
        'string'
      ]
      cookieExpiration: {
        convention: 'string'
        timeToExpiration: 'string'
      }
      nonce: {
        nonceExpirationInterval: 'string'
        validateNonce: bool
      }
      preserveUrlFragmentsForLogins: bool
      routes: {
        logoutEndpoint: 'string'
      }
      tokenStore: {
        azureBlobStorage: {
          sasUrlSettingName: 'string'
        }
        enabled: bool
        fileSystem: {
          directory: 'string'
        }
        tokenRefreshExtensionHours: int
      }
    }
    platform: {
      configFilePath: 'string'
      enabled: bool
      runtimeVersion: 'string'
    }
  }
}

azurestorageaccountsを する場合は、次を使用します。

{
  kind: 'string'
  name: 'azurestorageaccounts'
  properties: {
    {customized property}: {
      accessKey: 'string'
      accountName: 'string'
      mountPath: 'string'
      shareName: 'string'
      type: 'string'
    }
  }
}

バックアップの場合は、次を使用します。

{
  kind: 'string'
  name: 'backup'
  properties: {
    backupName: 'string'
    backupSchedule: {
      frequencyInterval: int
      frequencyUnit: 'string'
      keepAtLeastOneBackup: bool
      retentionPeriodInDays: int
      startTime: 'string'
    }
    databases: [
      {
        connectionString: 'string'
        connectionStringName: 'string'
        databaseType: 'string'
        name: 'string'
      }
    ]
    enabled: bool
    storageAccountUrl: 'string'
  }
}

connectionstringsの場合は、次の値を使用します。

{
  kind: 'string'
  name: 'connectionstrings'
  properties: {
    {customized property}: {
      type: 'string'
      value: 'string'
    }
  }
}

ログの場合は、次を使用します。

{
  kind: 'string'
  name: 'logs'
  properties: {
    applicationLogs: {
      azureBlobStorage: {
        level: 'string'
        retentionInDays: int
        sasUrl: 'string'
      }
      azureTableStorage: {
        level: 'string'
        sasUrl: 'string'
      }
      fileSystem: {
        level: 'string'
      }
    }
    detailedErrorMessages: {
      enabled: bool
    }
    failedRequestsTracing: {
      enabled: bool
    }
    httpLogs: {
      azureBlobStorage: {
        enabled: bool
        retentionInDays: int
        sasUrl: 'string'
      }
      fileSystem: {
        enabled: bool
        retentionInDays: int
        retentionInMb: int
      }
    }
  }
}

メタデータの場合は、次を使用します。

{
  kind: 'string'
  name: 'metadata'
  properties: {
    {customized property}: 'string'
  }
}

pushsettingsを する場合は、次のコマンドを使用します。

{
  kind: 'string'
  name: 'pushsettings'
  properties: {
    dynamicTagsJson: 'string'
    isPushEnabled: bool
    tagsRequiringAuth: 'string'
    tagWhitelistJson: 'string'
  }
}

Webの場合は、次を使用します。

{
  kind: 'string'
  name: 'web'
  properties: {
    acrUseManagedIdentityCreds: bool
    acrUserManagedIdentityID: 'string'
    alwaysOn: bool
    apiDefinition: {
      url: 'string'
    }
    apiManagementConfig: {
      id: 'string'
    }
    appCommandLine: 'string'
    appSettings: [
      {
        name: 'string'
        value: 'string'
      }
    ]
    autoHealEnabled: bool
    autoHealRules: {
      actions: {
        actionType: 'string'
        customAction: {
          exe: 'string'
          parameters: 'string'
        }
        minProcessExecutionTime: 'string'
      }
      triggers: {
        privateBytesInKB: int
        requests: {
          count: int
          timeInterval: 'string'
        }
        slowRequests: {
          count: int
          path: 'string'
          timeInterval: 'string'
          timeTaken: 'string'
        }
        slowRequestsWithPath: [
          {
            count: int
            path: 'string'
            timeInterval: 'string'
            timeTaken: 'string'
          }
        ]
        statusCodes: [
          {
            count: int
            path: 'string'
            status: int
            subStatus: int
            timeInterval: 'string'
            win32Status: int
          }
        ]
        statusCodesRange: [
          {
            count: int
            path: 'string'
            statusCodes: 'string'
            timeInterval: 'string'
          }
        ]
      }
    }
    autoSwapSlotName: 'string'
    azureStorageAccounts: {
      {customized property}: {
        accessKey: 'string'
        accountName: 'string'
        mountPath: 'string'
        shareName: 'string'
        type: 'string'
      }
    }
    connectionStrings: [
      {
        connectionString: 'string'
        name: 'string'
        type: 'string'
      }
    ]
    cors: {
      allowedOrigins: [
        'string'
      ]
      supportCredentials: bool
    }
    defaultDocuments: [
      'string'
    ]
    detailedErrorLoggingEnabled: bool
    documentRoot: 'string'
    experiments: {
      rampUpRules: [
        {
          actionHostName: 'string'
          changeDecisionCallbackUrl: 'string'
          changeIntervalInMinutes: int
          changeStep: int
          maxReroutePercentage: int
          minReroutePercentage: int
          name: 'string'
          reroutePercentage: int
        }
      ]
    }
    ftpsState: 'string'
    functionAppScaleLimit: int
    functionsRuntimeScaleMonitoringEnabled: bool
    handlerMappings: [
      {
        arguments: 'string'
        extension: 'string'
        scriptProcessor: 'string'
      }
    ]
    healthCheckPath: 'string'
    http20Enabled: bool
    httpLoggingEnabled: bool
    ipSecurityRestrictions: [
      {
        action: 'string'
        description: 'string'
        headers: {
          {customized property}: [
            'string'
          ]
        }
        ipAddress: 'string'
        name: 'string'
        priority: int
        subnetMask: 'string'
        subnetTrafficTag: int
        tag: 'string'
        vnetSubnetResourceId: 'string'
        vnetTrafficTag: int
      }
    ]
    javaContainer: 'string'
    javaContainerVersion: 'string'
    javaVersion: 'string'
    keyVaultReferenceIdentity: 'string'
    limits: {
      maxDiskSizeInMb: int
      maxMemoryInMb: int
      maxPercentageCpu: int
    }
    linuxFxVersion: 'string'
    loadBalancing: 'string'
    localMySqlEnabled: bool
    logsDirectorySizeLimit: int
    managedPipelineMode: 'string'
    managedServiceIdentityId: int
    minimumElasticInstanceCount: int
    minTlsVersion: 'string'
    netFrameworkVersion: 'string'
    nodeVersion: 'string'
    numberOfWorkers: int
    phpVersion: 'string'
    powerShellVersion: 'string'
    preWarmedInstanceCount: int
    publicNetworkAccess: 'string'
    publishingUsername: 'string'
    push: {
      kind: 'string'
      properties: {
        dynamicTagsJson: 'string'
        isPushEnabled: bool
        tagsRequiringAuth: 'string'
        tagWhitelistJson: 'string'
      }
    }
    pythonVersion: 'string'
    remoteDebuggingEnabled: bool
    remoteDebuggingVersion: 'string'
    requestTracingEnabled: bool
    requestTracingExpirationTime: 'string'
    scmIpSecurityRestrictions: [
      {
        action: 'string'
        description: 'string'
        headers: {
          {customized property}: [
            'string'
          ]
        }
        ipAddress: 'string'
        name: 'string'
        priority: int
        subnetMask: 'string'
        subnetTrafficTag: int
        tag: 'string'
        vnetSubnetResourceId: 'string'
        vnetTrafficTag: int
      }
    ]
    scmIpSecurityRestrictionsUseMain: bool
    scmMinTlsVersion: 'string'
    scmType: 'string'
    tracingOptions: 'string'
    use32BitWorkerProcess: bool
    virtualApplications: [
      {
        physicalPath: 'string'
        preloadEnabled: bool
        virtualDirectories: [
          {
            physicalPath: 'string'
            virtualPath: 'string'
          }
        ]
        virtualPath: 'string'
      }
    ]
    vnetName: 'string'
    vnetPrivatePortsCount: int
    vnetRouteAllEnabled: bool
    websiteTimeZone: 'string'
    webSocketsEnabled: bool
    windowsFxVersion: 'string'
    xManagedServiceIdentityId: int
  }
}

プロパティ値

AllowedAudiencesValidation

名前 形容 価値
allowedAudiences JWT トークンを検証する対象ユーザーの許可リストの構成設定。 string[]

ApiDefinitionInfo

名前 形容 価値
url API 定義の URL。

ApiManagementConfig

名前 形容 価値
身分証明書 APIM-Api 識別子。

林檎

名前 形容 価値
有効 <コード>設定された登録にもかかわらず Apple プロバイダーを有効にすべきでない場合は false</code>。それ以外の場合は、<コード>true</code>。 bool
ログイン ログイン フローの構成設定。 LoginScopes
登録 Apple 登録の構成設定。 AppleRegistration の

AppleRegistration

名前 形容 価値
clientId ログインに使用されるアプリのクライアント ID。
clientSecretSettingName クライアント シークレットを含むアプリ設定名。

ApplicationLogsConfig

名前 形容 価値
azureBlobStorage BLOB ストレージ構成に対するアプリケーション ログ。 AzureBlobStorageApplicationLogsConfig
azureTableStorage Azure Table Storage の構成に対するアプリケーション ログ。 AzureTableStorageApplicationLogsConfig
fileSystem ファイル システム構成へのアプリケーション ログ。 FileSystemApplicationLogsConfig の

AppRegistration

名前 形容 価値
appId ログインに使用されるアプリのアプリ ID。
appSecretSettingName アプリ シークレットを含むアプリ設定名。

AuthPlatform

名前 形容 価値
configFilePath 認証設定がファイルから取得された場合に含まれる構成ファイルのパス。
パスが相対パスの場合、ベースはサイトのルート ディレクトリになります。
有効 <コード>認証/承認機能が現在のアプリに対して有効になっている場合は、/code><true になります。それ以外の場合は、<コード>false</code>。 bool
runtimeVersion 現在のアプリで使用されている認証/承認機能の RuntimeVersion。
この値の設定は、認証/承認モジュールの特定の機能の動作を制御できます。

AutoHealActions

名前 形容 価値
actionType 実行する定義済みのアクション。 'CustomAction'
'LogEvent'
'Recycle'
customAction 実行するカスタム アクション。 AutoHealCustomAction を する
minProcessExecutionTime プロセスを実行する必要がある最小時間
アクションを実行する前に

AutoHealCustomAction

名前 形容 価値
exe 実行する実行可能ファイル。
パラメーター 実行可能ファイルのパラメーター。

AutoHealRules

名前 形容 価値
アクション ルールがトリガーされたときに実行されるアクション。 AutoHealActions の
トリガー 自動修復アクションを実行するタイミングを示す条件。 AutoHealTriggers を する

AutoHealTriggers

名前 形容 価値
privateBytesInKB プライベート バイトに基づくルール。 int
要求 要求の合計数に基づくルール。 RequestsBasedTrigger
slowRequests 要求の実行時間に基づくルール。 SlowRequestsBasedTrigger の
slowRequestsWithPath パスを持つ複数の低速要求ルールに基づくルール SlowRequestsBasedTrigger[]
statusCodes 状態コードに基づくルール。 StatusCodesBasedTrigger[]
statusCodesRange 状態コードの範囲に基づくルール。 StatusCodesRangeBasedTrigger[]

AzureActiveDirectory

名前 形容 価値
有効 <コード>、設定された登録にもかかわらず Azure Active Directory プロバイダーを有効にすべきでない場合は、false</code> を使用します。それ以外の場合は、<コード>true</code>。 bool
isAutoProvisioned Azure AD 構成がファースト パーティ ツールを使用して自動プロビジョニングされたかどうかを示す値を取得します。
これは、主に Azure 管理ポータルをサポートすることを目的とした内部フラグです。 ユーザーは、次の設定を行うべきではありません。
このプロパティの読み取りまたは書き込み。
bool
ログイン Azure Active Directory ログイン フローの構成設定。 AzureActiveDirectoryLogin
登録 Azure Active Directory アプリ登録の構成設定。 AzureActiveDirectoryRegistration
検証 Azure Active Directory トークン検証フローの構成設定。 AzureActiveDirectoryValidation

AzureActiveDirectoryLogin

名前 形容 価値
disableWWWAuthenticate www-authenticate プロバイダーを要求から省略する必要がある場合、<コード>true</code>。それ以外の場合は、<コード>false</code>。 bool
loginParameters OpenID Connect 承認エンドポイントに送信するログイン パラメーター
ユーザーがログインします。 各パラメーターは、"key=value" の形式である必要があります。
string[]

AzureActiveDirectoryRegistration

名前 形容 価値
clientId この証明書利用者アプリケーションのクライアント ID (client_idと呼ばれます)。
この設定は、Azure Active Directory または
他のサードパーティの OpenID Connect プロバイダー。
OpenID Connect の詳細: http://openid.net/specs/openid-connect-core-1_0.html
clientSecretCertificateIssuer クライアント シークレットの拇印の代わりに、署名目的で使用される証明書の発行者です。 このプロパティは次のように機能します。
クライアント シークレット証明書の拇印の置き換え。 また、省略可能です。
clientSecretCertificateSubjectAlternativeName クライアント シークレットの拇印の代わりに、署名目的で使用される証明書のサブジェクトの別名です。 このプロパティは次のように機能します。
クライアント シークレット証明書の拇印の置き換え。 また、省略可能です。
clientSecretCertificateThumbprint クライアント シークレットの代わりに、署名目的で使用される証明書の拇印です。 このプロパティは次のように機能します。
クライアント シークレットの置き換え。 また、省略可能です。
clientSecretSettingName 証明書利用者アプリケーションのクライアント シークレットを含むアプリ設定名。
openIdIssuer このアプリケーションのアクセス トークンを発行するエンティティを表す OpenID Connect 発行者 URI。
Azure Active Directory を使用する場合、この値はディレクトリ テナントの URI です (例: https://login.microsoftonline.com/v2.0/{tenant-guid}/)。
この URI は、トークン発行者の大文字と小文字を区別する識別子です。
OpenID Connect Discovery の詳細: http://openid.net/specs/openid-connect-discovery-1_0.html

AzureActiveDirectoryValidation

名前 形容 価値
allowedAudiences 認証/承認要求を成功させる対象ユーザーの一覧。 string[]
jwtClaimChecks JWT 要求の検証中に行う必要があるチェックの構成設定。 JwtClaimChecks を する

AzureBlobStorageApplicationLogsConfig

名前 形容 価値
レベル ログ レベル。 'Error'
'Information'
'Off'
'Verbose'
'Warning'
retentionInDays リテンション期間 (日数)。
X 日より前の BLOB を削除します。
0 以下は、保持がないことを意味します。
int
sasUrl 読み取り/書き込み/リスト/削除のアクセス許可を持つ Azure BLOB コンテナーへの SAS URL。

AzureBlobStorageHttpLogsConfig

名前 形容 価値
有効 構成が有効な場合は true、無効な場合は false、構成が設定されていない場合は null。 bool
retentionInDays リテンション期間 (日数)。
X 日より前の BLOB を削除します。
0 以下は、保持がないことを意味します。
int
sasUrl 読み取り/書き込み/リスト/削除のアクセス許可を持つ Azure BLOB コンテナーへの SAS URL。

AzureStaticWebApps

名前 形容 価値
有効 <コード>、設定された登録にもかかわらず Azure Static Web Apps プロバイダーを有効にすべきでない場合は、false</code> です。それ以外の場合は、<コード>true</code>。 bool
登録 Azure Static Web Apps 登録の構成設定。 AzureStaticWebAppsRegistration

AzureStaticWebAppsRegistration

名前 形容 価値
clientId ログインに使用されるアプリのクライアント ID。

AzureStorageInfoValue

名前 形容 価値
accessKey ストレージ アカウントのアクセス キー。

制約:
機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。
accountName ストレージ アカウントの名前。
mountPath サイトのランタイム環境内にストレージをマウントするパス。
shareName ファイル共有の名前 (BLOB ストレージの場合はコンテナー名)。
種類 ストレージの種類。 'AzureBlob'
'AzureFiles'

AzureStoragePropertyDictionaryResourceProperties

名前 形容 価値

AzureTableStorageApplicationLogsConfig

名前 形容 価値
レベル ログ レベル。 'Error'
'Information'
'Off'
'Verbose'
'Warning'
sasUrl 追加/クエリ/削除アクセス許可を持つ Azure テーブルへの SAS URL。 string (必須)

BackupRequestProperties

名前 形容 価値
backupName バックアップの名前。
backupSchedule 定期的に実行される場合は、バックアップのスケジュールを設定します。 BackupSchedule
データベース バックアップに含まれるデータベース。 DatabaseBackupSetting[]
有効 バックアップ スケジュールが有効になっている場合は True (その場合は含める必要があります)、バックアップ スケジュールを無効にする必要がある場合は false。 bool
storageAccountUrl コンテナーへの SAS URL。 string (必須)

BackupSchedule

名前 形容 価値
frequencyInterval バックアップを実行する頻度 (たとえば、毎週のバックアップの場合は 7 に設定し、FrequencyUnit を Day に設定する必要があります) int (必須)
frequencyUnit バックアップを実行する頻度の時間単位 (たとえば、毎週のバックアップの場合は Day に、FrequencyInterval は 7 に設定する必要があります) 'Day'
'Hour' (必須)
keepAtLeastOneBackup True の 場合、保持ポリシーは常にストレージ アカウント内の少なくとも 1 つのバックアップを保持する必要があります、古いかどうかに関係なく。それ以外の場合は false。 bool (必須)
retentionPeriodInDays バックアップを削除する日数が経過した後。 int (必須)
startTime スケジュールが動作し始めるタイミング。

BlobStorageTokenStore

名前 形容 価値
sasUrlSettingName トークンを含む BLOB ストレージの SAS URL を含むアプリ設定の名前。

ClientRegistration

名前 形容 価値
clientId ログインに使用されるアプリのクライアント ID。
clientSecretSettingName クライアント シークレットを含むアプリ設定名。

ConnectionStringDictionaryProperties

名前 形容 価値

ConnStringInfo

名前 形容 価値
connectionString 接続文字列の値。
名前 接続文字列の名前。
種類 データベースの種類。 'ApiHub'
'Custom'
'DocDb'
'EventHub'
'MySql'
'NotificationHub'
'PostgreSQL'
'RedisCache'
'ServiceBus'
'SQLAzure'
'SQLServer'

ConnStringValueTypePair

名前 形容 価値
種類 データベースの種類。 'ApiHub'
'Custom'
'DocDb'
'EventHub'
'MySql'
'NotificationHub'
'PostgreSQL'
'RedisCache'
'ServiceBus'
'SQLAzure'
'SQLServer' (必須)
価値 ペアの値。 string (必須)

CookieExpiration

名前 形容 価値
大会 セッション Cookie の有効期限を決定するときに使用される規則。 'FixedTime'
'IdentityProviderDerived'
timeToExpiration セッション Cookie の有効期限が切れる要求の後の時間。

CorsSettings

名前 形容 価値
allowedOrigins クロスオリジンを許可するオリジンの一覧を取得または設定します。
呼び出し (例: http://example.com:12345)。 "*" を使用してすべてを許可します。
string[]
supportCredentials 資格情報を持つ CORS 要求を許可するかどうかを取得または設定します。 見る
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials
詳細については、以下を参照してください。
bool

CustomOpenIdConnectProvider

名前 形容 価値
有効 カスタム Open ID プロバイダープロバイダーを有効にしない必要がある場合、コード <>false</code>。それ以外の場合は、<コード>true</code>。 bool
ログイン カスタム Open ID Connect プロバイダーのログイン フローの構成設定。 OpenIdConnectLogin
登録 カスタム Open ID Connect プロバイダーのアプリ登録の構成設定。 OpenIdConnectRegistration

DatabaseBackupSetting

名前 形容 価値
connectionString バックアップまたは復元されるデータベースへの接続文字列を格納します。 復元が新しいデータベースに対して行われる場合、内部のデータベース名は新しいデータベース名になります。
connectionStringName SiteConfig.ConnectionStrings にリンクされている接続文字列名が含まれています。
これは、接続文字列の上書きオプションを使用して復元中に使用されます。
databaseType データベースの種類 (SqlAzure/MySql など)。 'LocalMySql'
'MySql'
'PostgreSql'
'SqlAzure' (必須)
名前

EnabledConfig

名前 形容 価値
有効 構成が有効な場合は true、無効な場合は false、構成が設定されていない場合は null。 bool

実験

名前 形容 価値
rampUpRules ランプアップ ルールの一覧。 RampUpRule[]

Facebook

名前 形容 価値
有効 <コード>、設定された登録にもかかわらず Facebook プロバイダーを有効にすべきでない場合は、false</code> を使用します。それ以外の場合は、<コード>true</code>。 bool
graphApiVersion ログイン時に使用する Facebook API のバージョン。
ログイン ログイン フローの構成設定。 LoginScopes
登録 Facebook プロバイダーのアプリ登録の構成設定。 AppRegistration

FileSystemApplicationLogsConfig

名前 形容 価値
レベル ログ レベル。 'Error'
'Information'
'Off'
'Verbose'
'Warning'

FileSystemHttpLogsConfig

名前 形容 価値
有効 構成が有効な場合は true、無効な場合は false、構成が設定されていない場合は null。 bool
retentionInDays リテンション期間 (日数)。
X 日より前のファイルを削除します。
0 以下は、保持がないことを意味します。
int
retentionInMb http ログ ファイルで使用できる最大サイズ (メガバイト単位)。
古いログ ファイルに達すると、新しいログ ファイル用の領域を作成するために削除されます。
値の範囲は 25 ~ 100 です。
int

制約:
最小値 = 25
最大値 = 100

FileSystemTokenStore

名前 形容 価値
ディレクトリ トークンが格納されるディレクトリ。

ForwardProxy

名前 形容 価値
大会 要求の URL を決定するために使用される規則。 'Custom'
'NoProxy'
'Standard'
customHostHeaderName 要求のホストを含むヘッダーの名前。
customProtoHeaderName 要求のスキームを含むヘッダーの名前。

GitHub

名前 形容 価値
有効 <コード>設定された登録にもかかわらず GitHub プロバイダーを有効にすべきでない場合は、false</code> です。それ以外の場合は、<コード>true</code>。 bool
ログイン ログイン フローの構成設定。 LoginScopes
登録 GitHub プロバイダーのアプリ登録の構成設定。 ClientRegistration

GlobalValidation

名前 形容 価値
excludedPaths 認証されていないフローがログイン ページにリダイレクトされないパス。 string[]
redirectToProvider 複数のプロバイダーが構成されている場合に使用する既定の認証プロバイダー。
この設定は、複数のプロバイダーが構成され、認証されていないクライアントが構成されている場合にのみ必要です。
action が "RedirectToLoginPage" に設定されています。
requireAuthentication <コード>認証フローが要求される必要がある場合は、/code><true になります。それ以外の場合は、<コード>false</code>。 bool
unauthenticatedClientAction 認証されていないクライアントがアプリにアクセスしようとしたときに実行するアクション。 'AllowAnonymous'
'RedirectToLoginPage'
'Return401'
'Return403'

ググる

名前 形容 価値
有効 <コードは、設定された登録にもかかわらずGoogleプロバイダを有効にすべきでない場合は、false</code> を>します。それ以外の場合は、<コード>true</code>。 bool
ログイン ログイン フローの構成設定。 LoginScopes
登録 Google プロバイダーのアプリ登録の構成設定。 ClientRegistration
検証 Azure Active Directory トークン検証フローの構成設定。 AllowedAudiencesValidation の

HandlerMapping

名前 形容 価値
引数 スクリプト プロセッサに渡されるコマンド ライン引数。
延長 この拡張機能を持つ要求は、指定された FastCGI アプリケーションを使用して処理されます。
scriptProcessor FastCGI アプリケーションへの絶対パス。

HttpLogsConfig

名前 形容 価値
azureBlobStorage Azure BLOB ストレージ構成への Http ログ。 AzureBlobStorageHttpLogsConfig
fileSystem ファイル システム構成への Http ログ。 FileSystemHttpLogsConfig の

HttpSettings

名前 形容 価値
forwardProxy 要求の実行に使用される転送プロキシの構成設定。 ForwardProxy
requireHttps https スキームを持たない認証/承認応答が許容される場合、<コードは false</code> を>します。それ以外の場合は、<コード>true</code>。 bool
ルート HTTP 要求のパスの構成設定。 HttpSettingsRoutes の

HttpSettingsRoutes

名前 形容 価値
apiPrefix すべての認証/承認パスの前に置くプレフィックス。

IdentityProviders

名前 形容 価値
林檎 Apple プロバイダーの構成設定。 Apple
azureActiveDirectory Azure Active Directory プロバイダーの構成設定。 AzureActiveDirectory
azureStaticWebApps Azure Static Web Apps プロバイダーの構成設定。 AzureStaticWebApps
customOpenIdConnectProviders 各カスタム Open ID Connect プロバイダーのエイリアスの名前のマップ
カスタム Open ID Connect プロバイダーの構成設定。
IdentityProvidersCustomOpenIdConnectProviders の
facebook Facebook プロバイダーの構成設定。 Facebook
gitHub GitHub プロバイダーの構成設定。 GitHub を する
ググる Google プロバイダーの構成設定。 Google を する
legacyMicrosoftAccount 従来の Microsoft アカウント プロバイダーの構成設定。 LegacyMicrosoftAccount
囀る Twitter プロバイダーの構成設定。 Twitter を する

IdentityProvidersCustomOpenIdConnectProviders

名前 形容 価値

IpSecurityRestriction

名前 形容 価値
アクション この IP 範囲のアクセスを許可または拒否します。
形容 IP 制限規則の説明。
ヘッダー IP 制限規則ヘッダー。
X-Forwarded-Host (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host#Examples).
一致するロジックは ..
- プロパティが null または空 (既定値) の場合、すべてのホスト (または不足) が許可されます。
- 値は、ordinal-ignore-case (ポート番号を除く) を使用して比較されます。
- サブドメインのワイルドカードは許可されますが、ルート ドメインと一致しません。 たとえば、*.contoso.com はサブドメイン foo.contoso.com と一致します
ただし、ルート ドメイン contoso.com または複数レベルの foo.bar.contoso.com
- Unicode ホスト名は許可されますが、照合のために Punycode に変換されます。

X-Forwarded-For (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For#Examples).
一致するロジックは ..
- プロパティが null または空 (既定値) の場合は、転送された for チェーン (または存在しません) が許可されます。
- チェーン (コンマ区切り) 内のアドレス (ポート番号を除く) が、プロパティで定義されている CIDR と一致する場合。

X-Azure-FDID と X-FD-HealthProbe。
一致するロジックは完全一致です。
IpSecurityRestrictionHeaders の
ipAddress セキュリティ制限が有効な IP アドレス。
純粋な ipv4 アドレス (必要な SubnetMask プロパティ) または
ipv4/mask (先頭のビット一致) などの CIDR 表記。 CIDR の場合、
SubnetMask プロパティを指定しないでください。
名前 IP 制限規則の名前。
優先権 IP 制限規則の優先順位。 int
subnetMask 制限が有効な IP アドレスの範囲のサブネット マスク。
subnetTrafficTag (内部)サブネット トラフィック タグ int
タグ この IP フィルターの用途を定義します。 これは、プロキシでの IP フィルター処理をサポートするためです。 'Default'
'ServiceTag'
'XffProxy'
vnetSubnetResourceId 仮想ネットワーク リソース ID
vnetTrafficTag (内部)Vnet トラフィック タグ int

IpSecurityRestrictionHeaders

名前 形容 価値

JwtClaimChecks

名前 形容 価値
allowedClientApplications 許可されているクライアント アプリケーションの一覧。 string[]
allowedGroups 許可されるグループの一覧。 string[]

LegacyMicrosoftAccount

名前 形容 価値
有効 <コード>、設定された登録にもかかわらず従来の Microsoft アカウント プロバイダーを有効にすべきでない場合は、false</code> を使用します。それ以外の場合は、<コード>true</code>。 bool
ログイン ログイン フローの構成設定。 LoginScopes
登録 従来の Microsoft アカウント プロバイダーのアプリ登録の構成設定。 ClientRegistration
検証 従来の Microsoft アカウント プロバイダー トークン検証フローの構成設定。 AllowedAudiencesValidation の

ログイン

名前 形容 価値
allowedExternalRedirectUrls アプリのログインまたはログアウトの一環としてリダイレクトできる外部 URL。 URL のクエリ文字列部分は無視されることに注意してください。
これは、通常、Windows ストア アプリケーション バックエンドでのみ必要な詳細設定です。
現在のドメイン内の URL は常に暗黙的に許可されることに注意してください。
string[]
cookieExpiration セッション Cookie の有効期限の構成設定。 CookieExpiration
nonce ログイン フローで使用される nonce の構成設定。 Nonce
preserveUrlFragmentsForLogins <コード>、ログイン要求が行われた後も要求のフラグメントが保持される場合、/code><true になります。それ以外の場合は、<コード>false</code>。 bool
ルート ログイン要求とログアウト要求に使用されるエンドポイントを指定するルート。 LoginRoutes
tokenStore トークン ストアの構成設定。 TokenStore

LoginRoutes

名前 形容 価値
logoutEndpoint ログアウト要求を行うエンドポイント。

LoginScopes

名前 形容 価値
スコープ 認証中に要求する必要があるスコープの一覧。 string[]

microsoft.web/sites/slots/config

名前 形容 価値
名前 Microsoft.Web/sites/slots/config種類として 'appsettings' に設定します。Microsoft.Web/sites/slots/configの種類 "authsettings" に設定します。Microsoft.Web/sites/slots/configの種類 'authsettingsV2' に設定します。型 Microsoft.Web/sites/slots/configの 'azurestorageaccounts' に設定します。Microsoft.Web/sites/slots/configの種類 'backup' に設定します。Microsoft.Web/sites/slots/config型の 'connectionstrings' に設定します。Microsoft.Web/sites/slots/configの種類 'logs' に設定します。型 Microsoft.Web/sites/slots/configの 'metadata' に設定します。型 Microsoft.Web/sites/slots/configの 'pushsettings' に設定します。型 Microsoft.Web/sites/slots/configの場合は 'web' に設定します。 'appsettings'
'authsettings'
'authsettingsV2'
'azurestorageaccounts'
'backup'
'connectionstrings'
'logs'
'metadata'
'pushsettings'
'web' (必須)

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'appsettings' (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: サイト/スロット
プロパティ 設定。 StringDictionaryProperties

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'authsettings' (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: サイト/スロット
プロパティ SiteAuthSettings リソース固有のプロパティ SiteAuthSettingsProperties の

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'authsettingsV2' (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: サイト/スロット
プロパティ SiteAuthSettingsV2 リソース固有のプロパティ SiteAuthSettingsV2Properties の

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'azurestorageaccounts' (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: サイト/スロット
プロパティ Azure ストレージ アカウント。 AzureStoragePropertyDictionaryResourceProperties

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'backup' (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: サイト/スロット
プロパティ BackupRequest リソース固有のプロパティ BackupRequestProperties

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'connectionstrings' (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: サイト/スロット
プロパティ 接続文字列。 ConnectionStringDictionaryProperties の

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'logs' (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: サイト/スロット
プロパティ SiteLogsConfig リソース固有のプロパティ SiteLogsConfigProperties の

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'metadata' (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: サイト/スロット
プロパティ 設定。 StringDictionaryProperties

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'pushsettings' (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: サイト/スロット
プロパティ PushSettings リソース固有のプロパティ PushSettingsProperties の

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'web' (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: サイト/スロット
プロパティ コア リソースのプロパティ SiteConfig

NameValuePair

名前 形容 価値
名前 ペア名。
価値 ペア値。

Nonce

名前 形容 価値
nonceExpirationInterval nonce の有効期限が切れる要求の後の時間。
validateNonce <コード>ログイン フローの完了中に nonce を検証すべきでない場合は false</code>。それ以外の場合は、<コード>true</code>。 bool

OpenIdConnectClientCredential

名前 形容 価値
clientSecretSettingName カスタム Open ID Connect プロバイダーのクライアント シークレットを含むアプリ設定。
方式 ユーザーの認証に使用するメソッド。 'ClientSecretPost'

OpenIdConnectConfig

名前 形容 価値
authorizationEndpoint 承認要求を行うために使用するエンドポイント。
certificationUri トークンの検証に必要なキーを提供するエンドポイント。
発行者 トークンを発行するエンドポイント。
tokenEndpoint トークンの要求に使用するエンドポイント。
wellKnownOpenIdConfiguration プロバイダーのすべての構成エンドポイントを含むエンドポイント。

OpenIdConnectLogin

名前 形容 価値
nameClaimType ユーザー名を含む要求の名前。
スコープ 認証中に要求する必要があるスコープの一覧。 string[]

OpenIdConnectRegistration

名前 形容 価値
clientCredential カスタム Open ID Connect プロバイダーの認証資格情報。 OpenIdConnectClientCredential の
clientId カスタム Open ID Connect プロバイダーのクライアント ID。
openIdConnectConfiguration カスタム Open ID Connect プロバイダーに使用されるエンドポイントの構成設定。 OpenIdConnectConfig の

PushSettings

名前 形容 価値
種類 リソースの種類。
プロパティ PushSettings リソース固有のプロパティ PushSettingsProperties の

PushSettingsProperties

名前 形容 価値
dynamicTagsJson プッシュ登録エンドポイントのユーザー要求から評価される動的タグの一覧を含む JSON 文字列を取得または設定します。
isPushEnabled プッシュ エンドポイントが有効かどうかを示すフラグを取得または設定します。 bool (必須)
tagsRequiringAuth プッシュ登録エンドポイントでユーザー認証を使用する必要があるタグの一覧を含む JSON 文字列を取得または設定します。
タグは、英数字と次の文字で構成できます。
'_', '@', '#', '.', ':', '-'.
検証は PushRequestHandler で実行する必要があります。
tagWhitelistJson プッシュ登録エンドポイントで使用できる一覧にあるタグの一覧を含む JSON 文字列を取得または設定します。

RampUpRule

名前 形容 価値
actionHostName トラフィックがリダイレクトされるスロットのホスト名 (決定した場合)。 例: myapp-stage.azurewebsites.net。
changeDecisionCallbackUrl カスタム決定アルゴリズムは、指定できる URL を TiPCallback サイト拡張機能で提供できます。 スキャフォールディングとコントラクトについては、TiPCallback サイト拡張機能を参照してください。
https://www.siteextensions.net/packages/TiPCallback/
changeIntervalInMinutes ReroutePercentage を再評価する間隔を分単位で指定します。 int
changeStep 自動ランプ アップ シナリオでは、これは、MinReroutePercentage</code> または >コード>\n<コードに到達するまで、ReroutePercentage</code> を <コードから追加または削除する手順です。
MaxReroutePercentage</code>>コードを <します。 サイト メトリックは、ChangeIntervalInMinutes</code>><コードで指定された N 分ごとにチェックされます。カスタム意思決定アルゴリズムの\n
は、<コード>ChangeDecisionCallbackUrl</code>で指定できる URL を TiPCallback サイト拡張機能で指定できます。
int
maxReroutePercentage ReroutePercentage を維持する上限を指定します。 int
minReroutePercentage ReroutePercentage が維持される下限を指定します。 int
名前 ルーティング規則の名前。 推奨される名前は、実験のトラフィックを受信するスロットを指すように設定します。
reroutePercentage ActionHostName</code>><コードにリダイレクトされるトラフィックの割合。 int

RequestsBasedTrigger

名前 形容 価値
数える 要求数。 int
timeInterval 時間間隔。

SiteAuthSettingsProperties

名前 形容 価値
aadClaimsAuthorization Azure AD Acl 設定を含む JSON 文字列を取得します。
additionalLoginParams OpenID Connect 承認エンドポイントに送信するログイン パラメーター
ユーザーがログインします。 各パラメーターは、"key=value" の形式である必要があります。
string[]
allowedAudiences によって発行された JWT を検証するときに考慮する対象ユーザーの値を許可する
Azure Active Directory。 ClientID</code> 値><コードは常に
この設定に関係なく、許可された対象ユーザー。
string[]
allowedExternalRedirectUrls アプリのログインまたはログアウトの一環としてリダイレクトできる外部 URL。 URL のクエリ文字列部分は無視されることに注意してください。
これは、通常、Windows ストア アプリケーション バックエンドでのみ必要な詳細設定です。
現在のドメイン内の URL は常に暗黙的に許可されることに注意してください。
string[]
authFilePath 認証設定を含む構成ファイルのパス。
パスが相対パスの場合、ベースはサイトのルート ディレクトリになります。
clientId この証明書利用者アプリケーションのクライアント ID (client_idと呼ばれます)。
この設定は、Azure Active Directory または
他のサードパーティの OpenID Connect プロバイダー。
OpenID Connect の詳細: http://openid.net/specs/openid-connect-core-1_0.html
clientSecret この証明書利用者アプリケーションのクライアント シークレット (Azure Active Directory では、これはキーとも呼ばれます)。
この設定は省略可能です。 クライアント シークレットが構成されていない場合は、OpenID Connect の暗黙的な認証フローを使用してエンド ユーザーを認証します。
それ以外の場合は、OpenID Connect 承認コード フローを使用してエンド ユーザーを認証します。
OpenID Connect の詳細: http://openid.net/specs/openid-connect-core-1_0.html
clientSecretCertificateThumbprint クライアント シークレットの代わりに、署名目的で使用される証明書の拇印です。 このプロパティは次のように機能します。
クライアント シークレットの置き換え。 また、省略可能です。
clientSecretSettingName 証明書利用者アプリケーションのクライアント シークレットを含むアプリ設定名。
configVersion 現在のアプリで使用されている認証/承認機能の ConfigVersion。
この値の設定は、認証/承認のコントロール プレーンの動作を制御できます。
defaultProvider 複数のプロバイダーが構成されている場合に使用する既定の認証プロバイダー。
この設定は、複数のプロバイダーが構成され、認証されていないクライアントが構成されている場合にのみ必要です。
action が "RedirectToLoginPage" に設定されています。
'AzureActiveDirectory'
'Facebook'
'Github'
'Google'
'MicrosoftAccount'
'Twitter'
有効 <コード>認証/承認機能が現在のアプリに対して有効になっている場合は、/code><true になります。それ以外の場合は、<コード>false</code>。 bool
facebookAppId ログインに使用される Facebook アプリのアプリ ID。
この設定は、Facebook ログインを有効にするために必要です。
Facebook ログインのドキュメント: https://developers.facebook.com/docs/facebook-login
facebookAppSecret Facebook ログインに使用される Facebook アプリのアプリ シークレット。
この設定は、Facebook ログインを有効にするために必要です。
Facebook ログインのドキュメント: https://developers.facebook.com/docs/facebook-login
facebookAppSecretSettingName Facebook ログインに使用されるアプリ シークレットを含むアプリ設定名。
facebookOAuthScopes Facebook ログイン認証の一部として要求される OAuth 2.0 スコープ。
この設定は省略可能です。
Facebook ログインのドキュメント: https://developers.facebook.com/docs/facebook-login
string[]
gitHubClientId ログインに使用される GitHub アプリのクライアント ID。
この設定は、Github ログインを有効にするために必要です
gitHubClientSecret GitHub ログインに使用される GitHub アプリのクライアント シークレット。
この設定は、Github ログインを有効にするために必要です。
gitHubClientSecretSettingName Github のクライアント シークレットを含むアプリ設定名
GitHub ログインに使用されるアプリ。
gitHubOAuthScopes GitHub ログイン認証の一部として要求される OAuth 2.0 スコープ。
この設定は省略可能です
string[]
googleClientId Google Web アプリケーションの OpenID Connect クライアント ID。
この設定は、Google サインインを有効にするために必要です。
Google Sign-In ドキュメント: https://developers.google.com/identity/sign-in/web/
googleClientSecret Google Web アプリケーションに関連付けられているクライアント シークレット。
この設定は、Google サインインを有効にするために必要です。
Google Sign-In ドキュメント: https://developers.google.com/identity/sign-in/web/
googleClientSecretSettingName に関連付けられているクライアント シークレットを含むアプリ設定名
Google Web アプリケーション。
googleOAuthScopes Google Sign-In 認証の一部として要求される OAuth 2.0 スコープ。
この設定は省略可能です。 指定しない場合、"openid"、"profile"、および "email" が既定のスコープとして使用されます。
Google Sign-In ドキュメント: https://developers.google.com/identity/sign-in/web/
string[]
isAuthFromFile 認証構成設定をファイルから読み取る必要がある場合は "true"
それ以外の場合は "false"
発行者 このアプリケーションのアクセス トークンを発行するエンティティを表す OpenID Connect 発行者 URI。
Azure Active Directory を使用する場合、この値はディレクトリ テナントの URI です (例: https://sts.windows.net/{tenant-guid}/)。
この URI は、トークン発行者の大文字と小文字を区別する識別子です。
OpenID Connect Discovery の詳細: http://openid.net/specs/openid-connect-discovery-1_0.html
microsoftAccountClientId 認証に使用されるアプリ用に作成された OAuth 2.0 クライアント ID。
この設定は、Microsoft アカウント認証を有効にするために必要です。
Microsoft アカウント OAuth のドキュメント: https://dev.onedrive.com/auth/msa_oauth.htm
microsoftAccountClientSecret 認証に使用されるアプリ用に作成された OAuth 2.0 クライアント シークレット。
この設定は、Microsoft アカウント認証を有効にするために必要です。
Microsoft アカウント OAuth のドキュメント: https://dev.onedrive.com/auth/msa_oauth.htm
microsoftAccountClientSecretSettingName 用に作成された OAuth 2.0 クライアント シークレットを含むアプリ設定
認証に使用されるアプリ。
microsoftAccountOAuthScopes Microsoft アカウント認証の一部として要求される OAuth 2.0 スコープ。
この設定は省略可能です。 指定しない場合は、既定のスコープとして "wl.basic" が使用されます。
Microsoft アカウントのスコープとアクセス許可に関するドキュメント: https://msdn.microsoft.com/en-us/library/dn631845.aspx
string[]
runtimeVersion 現在のアプリで使用されている認証/承認機能の RuntimeVersion。
この値の設定は、認証/承認モジュールの特定の機能の動作を制御できます。
tokenRefreshExtensionHours セッション トークンを使用してセッション トークンが期限切れになってから経過した時間数。
トークン更新 API を呼び出します。 既定値は 72 時間です。
int
tokenStoreEnabled <コード>、ログイン フロー中に取得されたプラットフォーム固有のセキュリティ トークンを永続的に格納するための真の</code> です。それ以外の場合は、<コード>false</code>。
既定値は、false</code>><コードです。
bool
twitterConsumerKey サインインに使用される Twitter アプリケーションの OAuth 1.0a コンシューマー キー。
この設定は、Twitter サインインを有効にするために必要です。
Twitter Sign-In ドキュメント: https://dev.twitter.com/web/sign-in
twitterConsumerSecret サインインに使用される Twitter アプリケーションの OAuth 1.0a コンシューマー シークレット。
この設定は、Twitter サインインを有効にするために必要です。
Twitter Sign-In ドキュメント: https://dev.twitter.com/web/sign-in
twitterConsumerSecretSettingName Twitter の OAuth 1.0a コンシューマー シークレットを含むアプリ設定名
サインインに使用されるアプリケーション。
unauthenticatedClientAction 認証されていないクライアントがアプリにアクセスしようとしたときに実行するアクション。 'AllowAnonymous'
'RedirectToLoginPage'
validateIssuer 発行者が有効な HTTPS URL で、そのように検証される必要があるかどうかを示す値を取得します。 bool

SiteAuthSettingsV2Properties

名前 形容 価値
globalValidation App Service 認証/承認を使用するユーザーの検証フローを決定する構成設定。 GlobalValidation
httpSettings App Service の認証/承認に対して行われた認証要求と承認要求の HTTP 要求の構成設定。 HttpSettings の
identityProviders App Service の認証/承認の構成に使用される各 ID プロバイダーの構成設定。 IdentityProviders の
ログイン App Service 認証/承認を使用するユーザーのログイン フローの構成設定。 ログイン
プラットホーム App Service 認証/承認のプラットフォームの構成設定。 AuthPlatform

SiteConfig

名前 形容 価値
acrUseManagedIdentityCreds ACR プルにマネージド ID Creds を使用するためのフラグ bool
acrUserManagedIdentityID ユーザー マネージド ID を使用している場合、ユーザー マネージド ID ClientId
alwaysOn Always On が有効な場合、<コード>true</code>。それ以外の場合は、<コード>false</code>。 bool
apiDefinition アプリの正式な API 定義に関する情報。 ApiDefinitionInfo
apiManagementConfig アプリにリンクされた Azure API 管理設定。 ApiManagementConfig
appCommandLine 起動するアプリのコマンド ライン。
appSettings アプリケーションの設定。 NameValuePair[]
autoHealEnabled 自動修復が有効な場合、コード <>true</code>。それ以外の場合は、<コード>false</code>。 bool
autoHealRules 自動修復ルール。 AutoHealRules を する
autoSwapSlotName スロット名の自動スワップ。
azureStorageAccounts Azure ストレージ アカウントの一覧。 SiteConfigAzureStorageAccounts
connectionStrings 接続文字列。 ConnStringInfo[]
cors クロスオリジン リソース共有 (CORS) 設定。 CorsSettings の
defaultDocuments 既定のドキュメント。 string[]
detailedErrorLoggingEnabled 詳細なエラー ログが有効になっている場合、コード></code> に true を <します。それ以外の場合は、<コード>false</code>。 bool
documentRoot ドキュメント ルート。
実験 これは、ポリモーフィック型の場合に回避できます。 実験の
ftpsState FTP/FTPS サービスの状態 'AllAllowed'
'Disabled'
'FtpsOnly'
functionAppScaleLimit サイトがスケールアウトできるワーカーの最大数。
この設定は、従量課金プランと Elastic Premium プランにのみ適用されます
int

制約:
最小値 = 0
functionsRuntimeScaleMonitoringEnabled 関数のランタイム スケール監視が有効かどうかを示す値を取得または設定します。 有効にすると、
ScaleController はイベント ソースを直接監視せず、代わりに
ランタイムを使用してスケールの状態を取得します。
bool
handlerMappings ハンドラー マッピング。 HandlerMapping[]
healthCheckPath 正常性チェック パス
http20Enabled Http20Enabled: クライアントが http2.0 経由で接続できるように Web サイトを構成します bool
httpLoggingEnabled <コード>、HTTP ログが有効になっている場合は 、/code><true になります。それ以外の場合は、<コード>false</code>。 bool
ipSecurityRestrictions メインの IP セキュリティ制限。 IpSecurityRestriction[]
javaContainer Java コンテナー。
javaContainerVersion Java コンテナーのバージョン。
javaVersion Java バージョン。
keyVaultReferenceIdentity Key Vault 参照認証に使用する ID。
切り サイトの制限。 SiteLimits
linuxFxVersion Linux App Framework とバージョン
loadBalancing サイトの負荷分散。 'LeastRequests'
'LeastResponseTime'
'PerSiteRoundRobin'
'RequestHash'
'WeightedRoundRobin'
'WeightedTotalTraffic'
localMySqlEnabled <コード>ローカル MySQL を有効にするには、/code><true です。それ以外の場合は、<コード>false</code>。 bool
logsDirectorySizeLimit HTTP ログのディレクトリ サイズの制限。 int
managedPipelineMode マネージド パイプライン モード。 'Classic'
'Integrated'
managedServiceIdentityId マネージド サービス ID int
minimumElasticInstanceCount サイトの最小インスタンス数
この設定は Elastic Plans にのみ適用されます
int

制約:
最小値 = 0
最大値 = 20
minTlsVersion MinTlsVersion: SSL 要求に必要な TLS の最小バージョンを構成します '1.0'
'1.1'
'1.2'
netFrameworkVersion .NET Framework のバージョン。
nodeVersion Node.jsのバージョン。
numberOfWorkers ワーカーの数。 int
phpVersion PHP のバージョン。
powerShellVersion PowerShell のバージョン。
preWarmedInstanceCount 事前ウォーミングされたインスタンスの数。
この設定は、従量課金プランとエラスティック プランにのみ適用されます
int

制約:
最小値 = 0
最大値 = 10
publicNetworkAccess すべてのパブリック トラフィックを許可またはブロックするプロパティ。
publishingUsername ユーザー名の発行。
押す プッシュ エンドポイントの設定。 PushSettings の
pythonVersion Python のバージョン。
remoteDebuggingEnabled リモート デバッグ>有効な場合は、/code><true を <します。それ以外の場合は、<コード>false</code>。 bool
remoteDebuggingVersion リモート デバッグのバージョン。
requestTracingEnabled 要求トレースが有効な場合、<コード>true</code>。それ以外の場合は、<コード>false</code>。 bool
requestTracingExpirationTime 要求トレースの有効期限。
scmIpSecurityRestrictions scm の IP セキュリティ制限。 IpSecurityRestriction[]
scmIpSecurityRestrictionsUseMain scm で main を使用するための IP セキュリティ制限。 bool
scmMinTlsVersion ScmMinTlsVersion: SCM サイトの SSL 要求に必要な TLS の最小バージョンを構成します '1.0'
'1.1'
'1.2'
scmType SCM 型。 'BitbucketGit'
'BitbucketHg'
'CodePlexGit'
'CodePlexHg'
'Dropbox'
'ExternalGit'
'ExternalHg'
'GitHub'
'LocalGit'
'None'
'OneDrive'
'Tfs'
'VSO'
'VSTSRM'
tracingOptions トレース オプション。
use32BitWorkerProcess <コード>、32 ビットワーカー プロセスを使用する true</code>。それ以外の場合は、<コード>false</code>。 bool
virtualApplications 仮想アプリケーション。 VirtualApplication[]
vnetName 仮想ネットワーク名。
vnetPrivatePortsCount このアプリに割り当てられているプライベート ポートの数。 これらは実行時に動的に割り当てられます。 int
vnetRouteAllEnabled [Virtual Network Route All]\(仮想ネットワーク ルートすべて\) が有効になっています。 これにより、すべての送信トラフィックに仮想ネットワーク セキュリティ グループとユーザー定義ルートが適用されます。 bool
websiteTimeZone サイトがタイムスタンプの生成に使用するタイム ゾーンを設定します。 Linux および Windows App Service と互換性があります。 WEBSITE_TIME_ZONEアプリ設定の設定は、この構成よりも優先されます。Linux の場合、https://www.iana.org/time-zones tz データベース値が必要です (クイック リファレンスについては、https://en.wikipedia.org/wiki/List_of_tz_database_time_zonesを参照してください)。 Windows の場合は、HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones の下に一覧表示されているタイム ゾーンのいずれかが必要です
webSocketsEnabled WebSocket が有効な場合、<コード>true</code>。それ以外の場合は、<コード>false</code>。 bool
windowsFxVersion Xenon App Framework とバージョン
xManagedServiceIdentityId 明示的なマネージド サービス ID int

SiteConfigAzureStorageAccounts

名前 形容 価値

SiteLimits

名前 形容 価値
maxDiskSizeInMb 許容されるディスク サイズの最大使用量 (MB)。 int
maxMemoryInMb 許容されるメモリ使用量の最大値 (MB)。 int
maxPercentageCpu 許容される CPU 使用率の最大値。 int

SiteLogsConfigProperties

名前 形容 価値
applicationLogs アプリケーション ログの構成。 ApplicationLogsConfig の
detailedErrorMessages 詳細なエラー メッセージの構成。 EnabledConfig の
failedRequestsTracing 失敗した要求のトレース構成。 EnabledConfig の
httpLogs HTTP ログの構成。 HttpLogsConfig の

SlowRequestsBasedTrigger

名前 形容 価値
数える 要求数。 int
パス 要求パス。
timeInterval 時間間隔。
timeTaken 所要時間。

StatusCodesBasedTrigger

名前 形容 価値
数える 要求数。 int
パス 要求パス
地位 HTTP 状態コード。 int
subStatus 要求サブの状態。 int
timeInterval 時間間隔。
win32Status Win32 エラー コード。 int

StatusCodesRangeBasedTrigger

名前 形容 価値
数える 要求数。 int
パス
statusCodes HTTP 状態コード。
timeInterval 時間間隔。

StringDictionaryProperties

名前 形容 価値

StringDictionaryProperties

名前 形容 価値

TokenStore

名前 形容 価値
azureBlobStorage BLOB ストレージが使用されている場合のトークンのストレージの構成設定。 BlobStorageTokenStore の
有効 <コード>、ログイン フロー中に取得されたプラットフォーム固有のセキュリティ トークンを永続的に格納するための真の</code> です。それ以外の場合は、<コード>false</code>。
既定値は、false</code>><コードです。
bool
fileSystem ファイル システムが使用されている場合のトークンのストレージの構成設定。 FileSystemTokenStore の
tokenRefreshExtensionHours セッション トークンを使用してセッション トークンが期限切れになってから経過した時間数。
トークン更新 API を呼び出します。 既定値は 72 時間です。
int

囀る

名前 形容 価値
有効 <コード>設定された登録にもかかわらず Twitter プロバイダーを有効にすべきでない場合は、false</code>。それ以外の場合は、<コード>true</code>。 bool
登録 Twitter プロバイダーのアプリ登録の構成設定。 TwitterRegistration

TwitterRegistration

名前 形容 価値
consumerKey サインインに使用される Twitter アプリケーションの OAuth 1.0a コンシューマー キー。
この設定は、Twitter サインインを有効にするために必要です。
Twitter Sign-In ドキュメント: https://dev.twitter.com/web/sign-in
consumerSecretSettingName Twitter の OAuth 1.0a コンシューマー シークレットを含むアプリ設定名
サインインに使用されるアプリケーション。

VirtualApplication

名前 形容 価値
physicalPath 物理パス。
preloadEnabled プリロードが有効な場合、コード><</code> が true になります。それ以外の場合は、<コード>false</code>。 bool
virtualDirectories 仮想アプリケーションの仮想ディレクトリ。 VirtualDirectory[]
virtualPath 仮想パス。

VirtualDirectory

名前 形容 価値
physicalPath 物理パス。
virtualPath 仮想アプリケーションへのパス。

ARM テンプレート リソース定義

サイト/スロット/構成リソースの種類は、次をターゲットとする操作でデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Web/sites/slots/config リソースを作成するには、次の JSON をテンプレートに追加します。

{
  "name": "string"
  // For remaining properties, see microsoft.web/sites/slots/config objects
}

microsoft.web/sites/slots/config オブジェクト

プロパティを設定して、オブジェクトの種類を指定します。

appsettingsの場合は、次を使用します。

{
  "kind": "string",
  "name": "appsettings",
  "properties": {
    "{customized property}": "string"
  }
}

認証の場合は、次を使用します。

{
  "kind": "string",
  "name": "authsettings",
  "properties": {
    "aadClaimsAuthorization": "string",
    "additionalLoginParams": [ "string" ],
    "allowedAudiences": [ "string" ],
    "allowedExternalRedirectUrls": [ "string" ],
    "authFilePath": "string",
    "clientId": "string",
    "clientSecret": "string",
    "clientSecretCertificateThumbprint": "string",
    "clientSecretSettingName": "string",
    "configVersion": "string",
    "defaultProvider": "string",
    "enabled": "bool",
    "facebookAppId": "string",
    "facebookAppSecret": "string",
    "facebookAppSecretSettingName": "string",
    "facebookOAuthScopes": [ "string" ],
    "gitHubClientId": "string",
    "gitHubClientSecret": "string",
    "gitHubClientSecretSettingName": "string",
    "gitHubOAuthScopes": [ "string" ],
    "googleClientId": "string",
    "googleClientSecret": "string",
    "googleClientSecretSettingName": "string",
    "googleOAuthScopes": [ "string" ],
    "isAuthFromFile": "string",
    "issuer": "string",
    "microsoftAccountClientId": "string",
    "microsoftAccountClientSecret": "string",
    "microsoftAccountClientSecretSettingName": "string",
    "microsoftAccountOAuthScopes": [ "string" ],
    "runtimeVersion": "string",
    "tokenRefreshExtensionHours": "int",
    "tokenStoreEnabled": "bool",
    "twitterConsumerKey": "string",
    "twitterConsumerSecret": "string",
    "twitterConsumerSecretSettingName": "string",
    "unauthenticatedClientAction": "string",
    "validateIssuer": "bool"
  }
}

authsettingsV2の場合は、次を使用します。

{
  "kind": "string",
  "name": "authsettingsV2",
  "properties": {
    "globalValidation": {
      "excludedPaths": [ "string" ],
      "redirectToProvider": "string",
      "requireAuthentication": "bool",
      "unauthenticatedClientAction": "string"
    },
    "httpSettings": {
      "forwardProxy": {
        "convention": "string",
        "customHostHeaderName": "string",
        "customProtoHeaderName": "string"
      },
      "requireHttps": "bool",
      "routes": {
        "apiPrefix": "string"
      }
    },
    "identityProviders": {
      "apple": {
        "enabled": "bool",
        "login": {
          "scopes": [ "string" ]
        },
        "registration": {
          "clientId": "string",
          "clientSecretSettingName": "string"
        }
      },
      "azureActiveDirectory": {
        "enabled": "bool",
        "isAutoProvisioned": "bool",
        "login": {
          "disableWWWAuthenticate": "bool",
          "loginParameters": [ "string" ]
        },
        "registration": {
          "clientId": "string",
          "clientSecretCertificateIssuer": "string",
          "clientSecretCertificateSubjectAlternativeName": "string",
          "clientSecretCertificateThumbprint": "string",
          "clientSecretSettingName": "string",
          "openIdIssuer": "string"
        },
        "validation": {
          "allowedAudiences": [ "string" ],
          "jwtClaimChecks": {
            "allowedClientApplications": [ "string" ],
            "allowedGroups": [ "string" ]
          }
        }
      },
      "azureStaticWebApps": {
        "enabled": "bool",
        "registration": {
          "clientId": "string"
        }
      },
      "customOpenIdConnectProviders": {
        "{customized property}": {
          "enabled": "bool",
          "login": {
            "nameClaimType": "string",
            "scopes": [ "string" ]
          },
          "registration": {
            "clientCredential": {
              "clientSecretSettingName": "string",
              "method": "ClientSecretPost"
            },
            "clientId": "string",
            "openIdConnectConfiguration": {
              "authorizationEndpoint": "string",
              "certificationUri": "string",
              "issuer": "string",
              "tokenEndpoint": "string",
              "wellKnownOpenIdConfiguration": "string"
            }
          }
        }
      },
      "facebook": {
        "enabled": "bool",
        "graphApiVersion": "string",
        "login": {
          "scopes": [ "string" ]
        },
        "registration": {
          "appId": "string",
          "appSecretSettingName": "string"
        }
      },
      "gitHub": {
        "enabled": "bool",
        "login": {
          "scopes": [ "string" ]
        },
        "registration": {
          "clientId": "string",
          "clientSecretSettingName": "string"
        }
      },
      "google": {
        "enabled": "bool",
        "login": {
          "scopes": [ "string" ]
        },
        "registration": {
          "clientId": "string",
          "clientSecretSettingName": "string"
        },
        "validation": {
          "allowedAudiences": [ "string" ]
        }
      },
      "legacyMicrosoftAccount": {
        "enabled": "bool",
        "login": {
          "scopes": [ "string" ]
        },
        "registration": {
          "clientId": "string",
          "clientSecretSettingName": "string"
        },
        "validation": {
          "allowedAudiences": [ "string" ]
        }
      },
      "twitter": {
        "enabled": "bool",
        "registration": {
          "consumerKey": "string",
          "consumerSecretSettingName": "string"
        }
      }
    },
    "login": {
      "allowedExternalRedirectUrls": [ "string" ],
      "cookieExpiration": {
        "convention": "string",
        "timeToExpiration": "string"
      },
      "nonce": {
        "nonceExpirationInterval": "string",
        "validateNonce": "bool"
      },
      "preserveUrlFragmentsForLogins": "bool",
      "routes": {
        "logoutEndpoint": "string"
      },
      "tokenStore": {
        "azureBlobStorage": {
          "sasUrlSettingName": "string"
        },
        "enabled": "bool",
        "fileSystem": {
          "directory": "string"
        },
        "tokenRefreshExtensionHours": "int"
      }
    },
    "platform": {
      "configFilePath": "string",
      "enabled": "bool",
      "runtimeVersion": "string"
    }
  }
}

azurestorageaccountsを する場合は、次を使用します。

{
  "kind": "string",
  "name": "azurestorageaccounts",
  "properties": {
    "{customized property}": {
      "accessKey": "string",
      "accountName": "string",
      "mountPath": "string",
      "shareName": "string",
      "type": "string"
    }
  }
}

バックアップの場合は、次を使用します。

{
  "kind": "string",
  "name": "backup",
  "properties": {
    "backupName": "string",
    "backupSchedule": {
      "frequencyInterval": "int",
      "frequencyUnit": "string",
      "keepAtLeastOneBackup": "bool",
      "retentionPeriodInDays": "int",
      "startTime": "string"
    },
    "databases": [
      {
        "connectionString": "string",
        "connectionStringName": "string",
        "databaseType": "string",
        "name": "string"
      }
    ],
    "enabled": "bool",
    "storageAccountUrl": "string"
  }
}

connectionstringsの場合は、次の値を使用します。

{
  "kind": "string",
  "name": "connectionstrings",
  "properties": {
    "{customized property}": {
      "type": "string",
      "value": "string"
    }
  }
}

ログの場合は、次を使用します。

{
  "kind": "string",
  "name": "logs",
  "properties": {
    "applicationLogs": {
      "azureBlobStorage": {
        "level": "string",
        "retentionInDays": "int",
        "sasUrl": "string"
      },
      "azureTableStorage": {
        "level": "string",
        "sasUrl": "string"
      },
      "fileSystem": {
        "level": "string"
      }
    },
    "detailedErrorMessages": {
      "enabled": "bool"
    },
    "failedRequestsTracing": {
      "enabled": "bool"
    },
    "httpLogs": {
      "azureBlobStorage": {
        "enabled": "bool",
        "retentionInDays": "int",
        "sasUrl": "string"
      },
      "fileSystem": {
        "enabled": "bool",
        "retentionInDays": "int",
        "retentionInMb": "int"
      }
    }
  }
}

メタデータの場合は、次を使用します。

{
  "kind": "string",
  "name": "metadata",
  "properties": {
    "{customized property}": "string"
  }
}

pushsettingsを する場合は、次のコマンドを使用します。

{
  "kind": "string",
  "name": "pushsettings",
  "properties": {
    "dynamicTagsJson": "string",
    "isPushEnabled": "bool",
    "tagsRequiringAuth": "string",
    "tagWhitelistJson": "string"
  }
}

Webの場合は、次を使用します。

{
  "kind": "string",
  "name": "web",
  "properties": {
    "acrUseManagedIdentityCreds": "bool",
    "acrUserManagedIdentityID": "string",
    "alwaysOn": "bool",
    "apiDefinition": {
      "url": "string"
    },
    "apiManagementConfig": {
      "id": "string"
    },
    "appCommandLine": "string",
    "appSettings": [
      {
        "name": "string",
        "value": "string"
      }
    ],
    "autoHealEnabled": "bool",
    "autoHealRules": {
      "actions": {
        "actionType": "string",
        "customAction": {
          "exe": "string",
          "parameters": "string"
        },
        "minProcessExecutionTime": "string"
      },
      "triggers": {
        "privateBytesInKB": "int",
        "requests": {
          "count": "int",
          "timeInterval": "string"
        },
        "slowRequests": {
          "count": "int",
          "path": "string",
          "timeInterval": "string",
          "timeTaken": "string"
        },
        "slowRequestsWithPath": [
          {
            "count": "int",
            "path": "string",
            "timeInterval": "string",
            "timeTaken": "string"
          }
        ],
        "statusCodes": [
          {
            "count": "int",
            "path": "string",
            "status": "int",
            "subStatus": "int",
            "timeInterval": "string",
            "win32Status": "int"
          }
        ],
        "statusCodesRange": [
          {
            "count": "int",
            "path": "string",
            "statusCodes": "string",
            "timeInterval": "string"
          }
        ]
      }
    },
    "autoSwapSlotName": "string",
    "azureStorageAccounts": {
      "{customized property}": {
        "accessKey": "string",
        "accountName": "string",
        "mountPath": "string",
        "shareName": "string",
        "type": "string"
      }
    },
    "connectionStrings": [
      {
        "connectionString": "string",
        "name": "string",
        "type": "string"
      }
    ],
    "cors": {
      "allowedOrigins": [ "string" ],
      "supportCredentials": "bool"
    },
    "defaultDocuments": [ "string" ],
    "detailedErrorLoggingEnabled": "bool",
    "documentRoot": "string",
    "experiments": {
      "rampUpRules": [
        {
          "actionHostName": "string",
          "changeDecisionCallbackUrl": "string",
          "changeIntervalInMinutes": "int",
          "changeStep": "int",
          "maxReroutePercentage": "int",
          "minReroutePercentage": "int",
          "name": "string",
          "reroutePercentage": "int"
        }
      ]
    },
    "ftpsState": "string",
    "functionAppScaleLimit": "int",
    "functionsRuntimeScaleMonitoringEnabled": "bool",
    "handlerMappings": [
      {
        "arguments": "string",
        "extension": "string",
        "scriptProcessor": "string"
      }
    ],
    "healthCheckPath": "string",
    "http20Enabled": "bool",
    "httpLoggingEnabled": "bool",
    "ipSecurityRestrictions": [
      {
        "action": "string",
        "description": "string",
        "headers": {
          "{customized property}": [ "string" ]
        },
        "ipAddress": "string",
        "name": "string",
        "priority": "int",
        "subnetMask": "string",
        "subnetTrafficTag": "int",
        "tag": "string",
        "vnetSubnetResourceId": "string",
        "vnetTrafficTag": "int"
      }
    ],
    "javaContainer": "string",
    "javaContainerVersion": "string",
    "javaVersion": "string",
    "keyVaultReferenceIdentity": "string",
    "limits": {
      "maxDiskSizeInMb": "int",
      "maxMemoryInMb": "int",
      "maxPercentageCpu": "int"
    },
    "linuxFxVersion": "string",
    "loadBalancing": "string",
    "localMySqlEnabled": "bool",
    "logsDirectorySizeLimit": "int",
    "managedPipelineMode": "string",
    "managedServiceIdentityId": "int",
    "minimumElasticInstanceCount": "int",
    "minTlsVersion": "string",
    "netFrameworkVersion": "string",
    "nodeVersion": "string",
    "numberOfWorkers": "int",
    "phpVersion": "string",
    "powerShellVersion": "string",
    "preWarmedInstanceCount": "int",
    "publicNetworkAccess": "string",
    "publishingUsername": "string",
    "push": {
      "kind": "string",
      "properties": {
        "dynamicTagsJson": "string",
        "isPushEnabled": "bool",
        "tagsRequiringAuth": "string",
        "tagWhitelistJson": "string"
      }
    },
    "pythonVersion": "string",
    "remoteDebuggingEnabled": "bool",
    "remoteDebuggingVersion": "string",
    "requestTracingEnabled": "bool",
    "requestTracingExpirationTime": "string",
    "scmIpSecurityRestrictions": [
      {
        "action": "string",
        "description": "string",
        "headers": {
          "{customized property}": [ "string" ]
        },
        "ipAddress": "string",
        "name": "string",
        "priority": "int",
        "subnetMask": "string",
        "subnetTrafficTag": "int",
        "tag": "string",
        "vnetSubnetResourceId": "string",
        "vnetTrafficTag": "int"
      }
    ],
    "scmIpSecurityRestrictionsUseMain": "bool",
    "scmMinTlsVersion": "string",
    "scmType": "string",
    "tracingOptions": "string",
    "use32BitWorkerProcess": "bool",
    "virtualApplications": [
      {
        "physicalPath": "string",
        "preloadEnabled": "bool",
        "virtualDirectories": [
          {
            "physicalPath": "string",
            "virtualPath": "string"
          }
        ],
        "virtualPath": "string"
      }
    ],
    "vnetName": "string",
    "vnetPrivatePortsCount": "int",
    "vnetRouteAllEnabled": "bool",
    "websiteTimeZone": "string",
    "webSocketsEnabled": "bool",
    "windowsFxVersion": "string",
    "xManagedServiceIdentityId": "int"
  }
}

プロパティ値

AllowedAudiencesValidation

名前 形容 価値
allowedAudiences JWT トークンを検証する対象ユーザーの許可リストの構成設定。 string[]

ApiDefinitionInfo

名前 形容 価値
url API 定義の URL。

ApiManagementConfig

名前 形容 価値
身分証明書 APIM-Api 識別子。

林檎

名前 形容 価値
有効 <コード>設定された登録にもかかわらず Apple プロバイダーを有効にすべきでない場合は false</code>。それ以外の場合は、<コード>true</code>。 bool
ログイン ログイン フローの構成設定。 LoginScopes
登録 Apple 登録の構成設定。 AppleRegistration の

AppleRegistration

名前 形容 価値
clientId ログインに使用されるアプリのクライアント ID。
clientSecretSettingName クライアント シークレットを含むアプリ設定名。

ApplicationLogsConfig

名前 形容 価値
azureBlobStorage BLOB ストレージ構成に対するアプリケーション ログ。 AzureBlobStorageApplicationLogsConfig
azureTableStorage Azure Table Storage の構成に対するアプリケーション ログ。 AzureTableStorageApplicationLogsConfig
fileSystem ファイル システム構成へのアプリケーション ログ。 FileSystemApplicationLogsConfig の

AppRegistration

名前 形容 価値
appId ログインに使用されるアプリのアプリ ID。
appSecretSettingName アプリ シークレットを含むアプリ設定名。

AuthPlatform

名前 形容 価値
configFilePath 認証設定がファイルから取得された場合に含まれる構成ファイルのパス。
パスが相対パスの場合、ベースはサイトのルート ディレクトリになります。
有効 <コード>認証/承認機能が現在のアプリに対して有効になっている場合は、/code><true になります。それ以外の場合は、<コード>false</code>。 bool
runtimeVersion 現在のアプリで使用されている認証/承認機能の RuntimeVersion。
この値の設定は、認証/承認モジュールの特定の機能の動作を制御できます。

AutoHealActions

名前 形容 価値
actionType 実行する定義済みのアクション。 'CustomAction'
'LogEvent'
'Recycle'
customAction 実行するカスタム アクション。 AutoHealCustomAction を する
minProcessExecutionTime プロセスを実行する必要がある最小時間
アクションを実行する前に

AutoHealCustomAction

名前 形容 価値
exe 実行する実行可能ファイル。
パラメーター 実行可能ファイルのパラメーター。

AutoHealRules

名前 形容 価値
アクション ルールがトリガーされたときに実行されるアクション。 AutoHealActions の
トリガー 自動修復アクションを実行するタイミングを示す条件。 AutoHealTriggers を する

AutoHealTriggers

名前 形容 価値
privateBytesInKB プライベート バイトに基づくルール。 int
要求 要求の合計数に基づくルール。 RequestsBasedTrigger
slowRequests 要求の実行時間に基づくルール。 SlowRequestsBasedTrigger の
slowRequestsWithPath パスを持つ複数の低速要求ルールに基づくルール SlowRequestsBasedTrigger[]
statusCodes 状態コードに基づくルール。 StatusCodesBasedTrigger[]
statusCodesRange 状態コードの範囲に基づくルール。 StatusCodesRangeBasedTrigger[]

AzureActiveDirectory

名前 形容 価値
有効 <コード>、設定された登録にもかかわらず Azure Active Directory プロバイダーを有効にすべきでない場合は、false</code> を使用します。それ以外の場合は、<コード>true</code>。 bool
isAutoProvisioned Azure AD 構成がファースト パーティ ツールを使用して自動プロビジョニングされたかどうかを示す値を取得します。
これは、主に Azure 管理ポータルをサポートすることを目的とした内部フラグです。 ユーザーは、次の設定を行うべきではありません。
このプロパティの読み取りまたは書き込み。
bool
ログイン Azure Active Directory ログイン フローの構成設定。 AzureActiveDirectoryLogin
登録 Azure Active Directory アプリ登録の構成設定。 AzureActiveDirectoryRegistration
検証 Azure Active Directory トークン検証フローの構成設定。 AzureActiveDirectoryValidation

AzureActiveDirectoryLogin

名前 形容 価値
disableWWWAuthenticate www-authenticate プロバイダーを要求から省略する必要がある場合、<コード>true</code>。それ以外の場合は、<コード>false</code>。 bool
loginParameters OpenID Connect 承認エンドポイントに送信するログイン パラメーター
ユーザーがログインします。 各パラメーターは、"key=value" の形式である必要があります。
string[]

AzureActiveDirectoryRegistration

名前 形容 価値
clientId この証明書利用者アプリケーションのクライアント ID (client_idと呼ばれます)。
この設定は、Azure Active Directory または
他のサードパーティの OpenID Connect プロバイダー。
OpenID Connect の詳細: http://openid.net/specs/openid-connect-core-1_0.html
clientSecretCertificateIssuer クライアント シークレットの拇印の代わりに、署名目的で使用される証明書の発行者です。 このプロパティは次のように機能します。
クライアント シークレット証明書の拇印の置き換え。 また、省略可能です。
clientSecretCertificateSubjectAlternativeName クライアント シークレットの拇印の代わりに、署名目的で使用される証明書のサブジェクトの別名です。 このプロパティは次のように機能します。
クライアント シークレット証明書の拇印の置き換え。 また、省略可能です。
clientSecretCertificateThumbprint クライアント シークレットの代わりに、署名目的で使用される証明書の拇印です。 このプロパティは次のように機能します。
クライアント シークレットの置き換え。 また、省略可能です。
clientSecretSettingName 証明書利用者アプリケーションのクライアント シークレットを含むアプリ設定名。
openIdIssuer このアプリケーションのアクセス トークンを発行するエンティティを表す OpenID Connect 発行者 URI。
Azure Active Directory を使用する場合、この値はディレクトリ テナントの URI です (例: https://login.microsoftonline.com/v2.0/{tenant-guid}/)。
この URI は、トークン発行者の大文字と小文字を区別する識別子です。
OpenID Connect Discovery の詳細: http://openid.net/specs/openid-connect-discovery-1_0.html

AzureActiveDirectoryValidation

名前 形容 価値
allowedAudiences 認証/承認要求を成功させる対象ユーザーの一覧。 string[]
jwtClaimChecks JWT 要求の検証中に行う必要があるチェックの構成設定。 JwtClaimChecks を する

AzureBlobStorageApplicationLogsConfig

名前 形容 価値
レベル ログ レベル。 'Error'
'Information'
'Off'
'Verbose'
'Warning'
retentionInDays リテンション期間 (日数)。
X 日より前の BLOB を削除します。
0 以下は、保持がないことを意味します。
int
sasUrl 読み取り/書き込み/リスト/削除のアクセス許可を持つ Azure BLOB コンテナーへの SAS URL。

AzureBlobStorageHttpLogsConfig

名前 形容 価値
有効 構成が有効な場合は true、無効な場合は false、構成が設定されていない場合は null。 bool
retentionInDays リテンション期間 (日数)。
X 日より前の BLOB を削除します。
0 以下は、保持がないことを意味します。
int
sasUrl 読み取り/書き込み/リスト/削除のアクセス許可を持つ Azure BLOB コンテナーへの SAS URL。

AzureStaticWebApps

名前 形容 価値
有効 <コード>、設定された登録にもかかわらず Azure Static Web Apps プロバイダーを有効にすべきでない場合は、false</code> です。それ以外の場合は、<コード>true</code>。 bool
登録 Azure Static Web Apps 登録の構成設定。 AzureStaticWebAppsRegistration

AzureStaticWebAppsRegistration

名前 形容 価値
clientId ログインに使用されるアプリのクライアント ID。

AzureStorageInfoValue

名前 形容 価値
accessKey ストレージ アカウントのアクセス キー。

制約:
機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。
accountName ストレージ アカウントの名前。
mountPath サイトのランタイム環境内にストレージをマウントするパス。
shareName ファイル共有の名前 (BLOB ストレージの場合はコンテナー名)。
種類 ストレージの種類。 'AzureBlob'
'AzureFiles'

AzureStoragePropertyDictionaryResourceProperties

名前 形容 価値

AzureTableStorageApplicationLogsConfig

名前 形容 価値
レベル ログ レベル。 'Error'
'Information'
'Off'
'Verbose'
'Warning'
sasUrl 追加/クエリ/削除アクセス許可を持つ Azure テーブルへの SAS URL。 string (必須)

BackupRequestProperties

名前 形容 価値
backupName バックアップの名前。
backupSchedule 定期的に実行される場合は、バックアップのスケジュールを設定します。 BackupSchedule
データベース バックアップに含まれるデータベース。 DatabaseBackupSetting[]
有効 バックアップ スケジュールが有効になっている場合は True (その場合は含める必要があります)、バックアップ スケジュールを無効にする必要がある場合は false。 bool
storageAccountUrl コンテナーへの SAS URL。 string (必須)

BackupSchedule

名前 形容 価値
frequencyInterval バックアップを実行する頻度 (たとえば、毎週のバックアップの場合は 7 に設定し、FrequencyUnit を Day に設定する必要があります) int (必須)
frequencyUnit バックアップを実行する頻度の時間単位 (たとえば、毎週のバックアップの場合は Day に、FrequencyInterval は 7 に設定する必要があります) 'Day'
'Hour' (必須)
keepAtLeastOneBackup True の 場合、保持ポリシーは常にストレージ アカウント内の少なくとも 1 つのバックアップを保持する必要があります、古いかどうかに関係なく。それ以外の場合は false。 bool (必須)
retentionPeriodInDays バックアップを削除する日数が経過した後。 int (必須)
startTime スケジュールが動作し始めるタイミング。

BlobStorageTokenStore

名前 形容 価値
sasUrlSettingName トークンを含む BLOB ストレージの SAS URL を含むアプリ設定の名前。

ClientRegistration

名前 形容 価値
clientId ログインに使用されるアプリのクライアント ID。
clientSecretSettingName クライアント シークレットを含むアプリ設定名。

ConnectionStringDictionaryProperties

名前 形容 価値

ConnStringInfo

名前 形容 価値
connectionString 接続文字列の値。
名前 接続文字列の名前。
種類 データベースの種類。 'ApiHub'
'Custom'
'DocDb'
'EventHub'
'MySql'
'NotificationHub'
'PostgreSQL'
'RedisCache'
'ServiceBus'
'SQLAzure'
'SQLServer'

ConnStringValueTypePair

名前 形容 価値
種類 データベースの種類。 'ApiHub'
'Custom'
'DocDb'
'EventHub'
'MySql'
'NotificationHub'
'PostgreSQL'
'RedisCache'
'ServiceBus'
'SQLAzure'
'SQLServer' (必須)
価値 ペアの値。 string (必須)

CookieExpiration

名前 形容 価値
大会 セッション Cookie の有効期限を決定するときに使用される規則。 'FixedTime'
'IdentityProviderDerived'
timeToExpiration セッション Cookie の有効期限が切れる要求の後の時間。

CorsSettings

名前 形容 価値
allowedOrigins クロスオリジンを許可するオリジンの一覧を取得または設定します。
呼び出し (例: http://example.com:12345)。 "*" を使用してすべてを許可します。
string[]
supportCredentials 資格情報を持つ CORS 要求を許可するかどうかを取得または設定します。 見る
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials
詳細については、以下を参照してください。
bool

CustomOpenIdConnectProvider

名前 形容 価値
有効 カスタム Open ID プロバイダープロバイダーを有効にしない必要がある場合、コード <>false</code>。それ以外の場合は、<コード>true</code>。 bool
ログイン カスタム Open ID Connect プロバイダーのログイン フローの構成設定。 OpenIdConnectLogin
登録 カスタム Open ID Connect プロバイダーのアプリ登録の構成設定。 OpenIdConnectRegistration

DatabaseBackupSetting

名前 形容 価値
connectionString バックアップまたは復元されるデータベースへの接続文字列を格納します。 復元が新しいデータベースに対して行われる場合、内部のデータベース名は新しいデータベース名になります。
connectionStringName SiteConfig.ConnectionStrings にリンクされている接続文字列名が含まれています。
これは、接続文字列の上書きオプションを使用して復元中に使用されます。
databaseType データベースの種類 (SqlAzure/MySql など)。 'LocalMySql'
'MySql'
'PostgreSql'
'SqlAzure' (必須)
名前

EnabledConfig

名前 形容 価値
有効 構成が有効な場合は true、無効な場合は false、構成が設定されていない場合は null。 bool

実験

名前 形容 価値
rampUpRules ランプアップ ルールの一覧。 RampUpRule[]

Facebook

名前 形容 価値
有効 <コード>、設定された登録にもかかわらず Facebook プロバイダーを有効にすべきでない場合は、false</code> を使用します。それ以外の場合は、<コード>true</code>。 bool
graphApiVersion ログイン時に使用する Facebook API のバージョン。
ログイン ログイン フローの構成設定。 LoginScopes
登録 Facebook プロバイダーのアプリ登録の構成設定。 AppRegistration

FileSystemApplicationLogsConfig

名前 形容 価値
レベル ログ レベル。 'Error'
'Information'
'Off'
'Verbose'
'Warning'

FileSystemHttpLogsConfig

名前 形容 価値
有効 構成が有効な場合は true、無効な場合は false、構成が設定されていない場合は null。 bool
retentionInDays リテンション期間 (日数)。
X 日より前のファイルを削除します。
0 以下は、保持がないことを意味します。
int
retentionInMb http ログ ファイルで使用できる最大サイズ (メガバイト単位)。
古いログ ファイルに達すると、新しいログ ファイル用の領域を作成するために削除されます。
値の範囲は 25 ~ 100 です。
int

制約:
最小値 = 25
最大値 = 100

FileSystemTokenStore

名前 形容 価値
ディレクトリ トークンが格納されるディレクトリ。

ForwardProxy

名前 形容 価値
大会 要求の URL を決定するために使用される規則。 'Custom'
'NoProxy'
'Standard'
customHostHeaderName 要求のホストを含むヘッダーの名前。
customProtoHeaderName 要求のスキームを含むヘッダーの名前。

GitHub

名前 形容 価値
有効 <コード>設定された登録にもかかわらず GitHub プロバイダーを有効にすべきでない場合は、false</code> です。それ以外の場合は、<コード>true</code>。 bool
ログイン ログイン フローの構成設定。 LoginScopes
登録 GitHub プロバイダーのアプリ登録の構成設定。 ClientRegistration

GlobalValidation

名前 形容 価値
excludedPaths 認証されていないフローがログイン ページにリダイレクトされないパス。 string[]
redirectToProvider 複数のプロバイダーが構成されている場合に使用する既定の認証プロバイダー。
この設定は、複数のプロバイダーが構成され、認証されていないクライアントが構成されている場合にのみ必要です。
action が "RedirectToLoginPage" に設定されています。
requireAuthentication <コード>認証フローが要求される必要がある場合は、/code><true になります。それ以外の場合は、<コード>false</code>。 bool
unauthenticatedClientAction 認証されていないクライアントがアプリにアクセスしようとしたときに実行するアクション。 'AllowAnonymous'
'RedirectToLoginPage'
'Return401'
'Return403'

ググる

名前 形容 価値
有効 <コードは、設定された登録にもかかわらずGoogleプロバイダを有効にすべきでない場合は、false</code> を>します。それ以外の場合は、<コード>true</code>。 bool
ログイン ログイン フローの構成設定。 LoginScopes
登録 Google プロバイダーのアプリ登録の構成設定。 ClientRegistration
検証 Azure Active Directory トークン検証フローの構成設定。 AllowedAudiencesValidation の

HandlerMapping

名前 形容 価値
引数 スクリプト プロセッサに渡されるコマンド ライン引数。
延長 この拡張機能を持つ要求は、指定された FastCGI アプリケーションを使用して処理されます。
scriptProcessor FastCGI アプリケーションへの絶対パス。

HttpLogsConfig

名前 形容 価値
azureBlobStorage Azure BLOB ストレージ構成への Http ログ。 AzureBlobStorageHttpLogsConfig
fileSystem ファイル システム構成への Http ログ。 FileSystemHttpLogsConfig の

HttpSettings

名前 形容 価値
forwardProxy 要求の実行に使用される転送プロキシの構成設定。 ForwardProxy
requireHttps https スキームを持たない認証/承認応答が許容される場合、<コードは false</code> を>します。それ以外の場合は、<コード>true</code>。 bool
ルート HTTP 要求のパスの構成設定。 HttpSettingsRoutes の

HttpSettingsRoutes

名前 形容 価値
apiPrefix すべての認証/承認パスの前に置くプレフィックス。

IdentityProviders

名前 形容 価値
林檎 Apple プロバイダーの構成設定。 Apple
azureActiveDirectory Azure Active Directory プロバイダーの構成設定。 AzureActiveDirectory
azureStaticWebApps Azure Static Web Apps プロバイダーの構成設定。 AzureStaticWebApps
customOpenIdConnectProviders 各カスタム Open ID Connect プロバイダーのエイリアスの名前のマップ
カスタム Open ID Connect プロバイダーの構成設定。
IdentityProvidersCustomOpenIdConnectProviders の
facebook Facebook プロバイダーの構成設定。 Facebook
gitHub GitHub プロバイダーの構成設定。 GitHub を する
ググる Google プロバイダーの構成設定。 Google を する
legacyMicrosoftAccount 従来の Microsoft アカウント プロバイダーの構成設定。 LegacyMicrosoftAccount
囀る Twitter プロバイダーの構成設定。 Twitter を する

IdentityProvidersCustomOpenIdConnectProviders

名前 形容 価値

IpSecurityRestriction

名前 形容 価値
アクション この IP 範囲のアクセスを許可または拒否します。
形容 IP 制限規則の説明。
ヘッダー IP 制限規則ヘッダー。
X-Forwarded-Host (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host#Examples).
一致するロジックは ..
- プロパティが null または空 (既定値) の場合、すべてのホスト (または不足) が許可されます。
- 値は、ordinal-ignore-case (ポート番号を除く) を使用して比較されます。
- サブドメインのワイルドカードは許可されますが、ルート ドメインと一致しません。 たとえば、*.contoso.com はサブドメイン foo.contoso.com と一致します
ただし、ルート ドメイン contoso.com または複数レベルの foo.bar.contoso.com
- Unicode ホスト名は許可されますが、照合のために Punycode に変換されます。

X-Forwarded-For (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For#Examples).
一致するロジックは ..
- プロパティが null または空 (既定値) の場合は、転送された for チェーン (または存在しません) が許可されます。
- チェーン (コンマ区切り) 内のアドレス (ポート番号を除く) が、プロパティで定義されている CIDR と一致する場合。

X-Azure-FDID と X-FD-HealthProbe。
一致するロジックは完全一致です。
IpSecurityRestrictionHeaders の
ipAddress セキュリティ制限が有効な IP アドレス。
純粋な ipv4 アドレス (必要な SubnetMask プロパティ) または
ipv4/mask (先頭のビット一致) などの CIDR 表記。 CIDR の場合、
SubnetMask プロパティを指定しないでください。
名前 IP 制限規則の名前。
優先権 IP 制限規則の優先順位。 int
subnetMask 制限が有効な IP アドレスの範囲のサブネット マスク。
subnetTrafficTag (内部)サブネット トラフィック タグ int
タグ この IP フィルターの用途を定義します。 これは、プロキシでの IP フィルター処理をサポートするためです。 'Default'
'ServiceTag'
'XffProxy'
vnetSubnetResourceId 仮想ネットワーク リソース ID
vnetTrafficTag (内部)Vnet トラフィック タグ int

IpSecurityRestrictionHeaders

名前 形容 価値

JwtClaimChecks

名前 形容 価値
allowedClientApplications 許可されているクライアント アプリケーションの一覧。 string[]
allowedGroups 許可されるグループの一覧。 string[]

LegacyMicrosoftAccount

名前 形容 価値
有効 <コード>、設定された登録にもかかわらず従来の Microsoft アカウント プロバイダーを有効にすべきでない場合は、false</code> を使用します。それ以外の場合は、<コード>true</code>。 bool
ログイン ログイン フローの構成設定。 LoginScopes
登録 従来の Microsoft アカウント プロバイダーのアプリ登録の構成設定。 ClientRegistration
検証 従来の Microsoft アカウント プロバイダー トークン検証フローの構成設定。 AllowedAudiencesValidation の

ログイン

名前 形容 価値
allowedExternalRedirectUrls アプリのログインまたはログアウトの一環としてリダイレクトできる外部 URL。 URL のクエリ文字列部分は無視されることに注意してください。
これは、通常、Windows ストア アプリケーション バックエンドでのみ必要な詳細設定です。
現在のドメイン内の URL は常に暗黙的に許可されることに注意してください。
string[]
cookieExpiration セッション Cookie の有効期限の構成設定。 CookieExpiration
nonce ログイン フローで使用される nonce の構成設定。 Nonce
preserveUrlFragmentsForLogins <コード>、ログイン要求が行われた後も要求のフラグメントが保持される場合、/code><true になります。それ以外の場合は、<コード>false</code>。 bool
ルート ログイン要求とログアウト要求に使用されるエンドポイントを指定するルート。 LoginRoutes
tokenStore トークン ストアの構成設定。 TokenStore

LoginRoutes

名前 形容 価値
logoutEndpoint ログアウト要求を行うエンドポイント。

LoginScopes

名前 形容 価値
スコープ 認証中に要求する必要があるスコープの一覧。 string[]

microsoft.web/sites/slots/config

名前 形容 価値
名前 Microsoft.Web/sites/slots/config種類として 'appsettings' に設定します。Microsoft.Web/sites/slots/configの種類 "authsettings" に設定します。Microsoft.Web/sites/slots/configの種類 'authsettingsV2' に設定します。型 Microsoft.Web/sites/slots/configの 'azurestorageaccounts' に設定します。Microsoft.Web/sites/slots/configの種類 'backup' に設定します。Microsoft.Web/sites/slots/config型の 'connectionstrings' に設定します。Microsoft.Web/sites/slots/configの種類 'logs' に設定します。型 Microsoft.Web/sites/slots/configの 'metadata' に設定します。型 Microsoft.Web/sites/slots/configの 'pushsettings' に設定します。型 Microsoft.Web/sites/slots/configの場合は 'web' に設定します。 'appsettings'
'authsettings'
'authsettingsV2'
'azurestorageaccounts'
'backup'
'connectionstrings'
'logs'
'metadata'
'pushsettings'
'web' (必須)

Microsoft.Web/sites/slots/config

名前 形容 価値
apiVersion API のバージョン '2021-01-01'
種類 リソースの種類。
名前 リソース名 'appsettings' (必須)
プロパティ 設定。 StringDictionaryProperties
種類 リソースの種類 'Microsoft.Web/sites/slots/config'

Microsoft.Web/sites/slots/config

名前 形容 価値
apiVersion API のバージョン '2021-01-01'
種類 リソースの種類。
名前 リソース名 'authsettings' (必須)
プロパティ SiteAuthSettings リソース固有のプロパティ SiteAuthSettingsProperties の
種類 リソースの種類 'Microsoft.Web/sites/slots/config'

Microsoft.Web/sites/slots/config

名前 形容 価値
apiVersion API のバージョン '2021-01-01'
種類 リソースの種類。
名前 リソース名 'authsettingsV2' (必須)
プロパティ SiteAuthSettingsV2 リソース固有のプロパティ SiteAuthSettingsV2Properties の
種類 リソースの種類 'Microsoft.Web/sites/slots/config'

Microsoft.Web/sites/slots/config

名前 形容 価値
apiVersion API のバージョン '2021-01-01'
種類 リソースの種類。
名前 リソース名 'azurestorageaccounts' (必須)
プロパティ Azure ストレージ アカウント。 AzureStoragePropertyDictionaryResourceProperties
種類 リソースの種類 'Microsoft.Web/sites/slots/config'

Microsoft.Web/sites/slots/config

名前 形容 価値
apiVersion API のバージョン '2021-01-01'
種類 リソースの種類。
名前 リソース名 'backup' (必須)
プロパティ BackupRequest リソース固有のプロパティ BackupRequestProperties
種類 リソースの種類 'Microsoft.Web/sites/slots/config'

Microsoft.Web/sites/slots/config

名前 形容 価値
apiVersion API のバージョン '2021-01-01'
種類 リソースの種類。
名前 リソース名 'connectionstrings' (必須)
プロパティ 接続文字列。 ConnectionStringDictionaryProperties の
種類 リソースの種類 'Microsoft.Web/sites/slots/config'

Microsoft.Web/sites/slots/config

名前 形容 価値
apiVersion API のバージョン '2021-01-01'
種類 リソースの種類。
名前 リソース名 'logs' (必須)
プロパティ SiteLogsConfig リソース固有のプロパティ SiteLogsConfigProperties の
種類 リソースの種類 'Microsoft.Web/sites/slots/config'

Microsoft.Web/sites/slots/config

名前 形容 価値
apiVersion API のバージョン '2021-01-01'
種類 リソースの種類。
名前 リソース名 'metadata' (必須)
プロパティ 設定。 StringDictionaryProperties
種類 リソースの種類 'Microsoft.Web/sites/slots/config'

Microsoft.Web/sites/slots/config

名前 形容 価値
apiVersion API のバージョン '2021-01-01'
種類 リソースの種類。
名前 リソース名 'pushsettings' (必須)
プロパティ PushSettings リソース固有のプロパティ PushSettingsProperties の
種類 リソースの種類 'Microsoft.Web/sites/slots/config'

Microsoft.Web/sites/slots/config

名前 形容 価値
apiVersion API のバージョン '2021-01-01'
種類 リソースの種類。
名前 リソース名 'web' (必須)
プロパティ コア リソースのプロパティ SiteConfig
種類 リソースの種類 'Microsoft.Web/sites/slots/config'

NameValuePair

名前 形容 価値
名前 ペア名。
価値 ペア値。

Nonce

名前 形容 価値
nonceExpirationInterval nonce の有効期限が切れる要求の後の時間。
validateNonce <コード>ログイン フローの完了中に nonce を検証すべきでない場合は false</code>。それ以外の場合は、<コード>true</code>。 bool

OpenIdConnectClientCredential

名前 形容 価値
clientSecretSettingName カスタム Open ID Connect プロバイダーのクライアント シークレットを含むアプリ設定。
方式 ユーザーの認証に使用するメソッド。 'ClientSecretPost'

OpenIdConnectConfig

名前 形容 価値
authorizationEndpoint 承認要求を行うために使用するエンドポイント。
certificationUri トークンの検証に必要なキーを提供するエンドポイント。
発行者 トークンを発行するエンドポイント。
tokenEndpoint トークンの要求に使用するエンドポイント。
wellKnownOpenIdConfiguration プロバイダーのすべての構成エンドポイントを含むエンドポイント。

OpenIdConnectLogin

名前 形容 価値
nameClaimType ユーザー名を含む要求の名前。
スコープ 認証中に要求する必要があるスコープの一覧。 string[]

OpenIdConnectRegistration

名前 形容 価値
clientCredential カスタム Open ID Connect プロバイダーの認証資格情報。 OpenIdConnectClientCredential の
clientId カスタム Open ID Connect プロバイダーのクライアント ID。
openIdConnectConfiguration カスタム Open ID Connect プロバイダーに使用されるエンドポイントの構成設定。 OpenIdConnectConfig の

PushSettings

名前 形容 価値
種類 リソースの種類。
プロパティ PushSettings リソース固有のプロパティ PushSettingsProperties の

PushSettingsProperties

名前 形容 価値
dynamicTagsJson プッシュ登録エンドポイントのユーザー要求から評価される動的タグの一覧を含む JSON 文字列を取得または設定します。
isPushEnabled プッシュ エンドポイントが有効かどうかを示すフラグを取得または設定します。 bool (必須)
tagsRequiringAuth プッシュ登録エンドポイントでユーザー認証を使用する必要があるタグの一覧を含む JSON 文字列を取得または設定します。
タグは、英数字と次の文字で構成できます。
'_', '@', '#', '.', ':', '-'.
検証は PushRequestHandler で実行する必要があります。
tagWhitelistJson プッシュ登録エンドポイントで使用できる一覧にあるタグの一覧を含む JSON 文字列を取得または設定します。

RampUpRule

名前 形容 価値
actionHostName トラフィックがリダイレクトされるスロットのホスト名 (決定した場合)。 例: myapp-stage.azurewebsites.net。
changeDecisionCallbackUrl カスタム決定アルゴリズムは、指定できる URL を TiPCallback サイト拡張機能で提供できます。 スキャフォールディングとコントラクトについては、TiPCallback サイト拡張機能を参照してください。
https://www.siteextensions.net/packages/TiPCallback/
changeIntervalInMinutes ReroutePercentage を再評価する間隔を分単位で指定します。 int
changeStep 自動ランプ アップ シナリオでは、これは、MinReroutePercentage</code> または >コード>\n<コードに到達するまで、ReroutePercentage</code> を <コードから追加または削除する手順です。
MaxReroutePercentage</code>>コードを <します。 サイト メトリックは、ChangeIntervalInMinutes</code>><コードで指定された N 分ごとにチェックされます。カスタム意思決定アルゴリズムの\n
は、<コード>ChangeDecisionCallbackUrl</code>で指定できる URL を TiPCallback サイト拡張機能で指定できます。
int
maxReroutePercentage ReroutePercentage を維持する上限を指定します。 int
minReroutePercentage ReroutePercentage が維持される下限を指定します。 int
名前 ルーティング規則の名前。 推奨される名前は、実験のトラフィックを受信するスロットを指すように設定します。
reroutePercentage ActionHostName</code>><コードにリダイレクトされるトラフィックの割合。 int

RequestsBasedTrigger

名前 形容 価値
数える 要求数。 int
timeInterval 時間間隔。

SiteAuthSettingsProperties

名前 形容 価値
aadClaimsAuthorization Azure AD Acl 設定を含む JSON 文字列を取得します。
additionalLoginParams OpenID Connect 承認エンドポイントに送信するログイン パラメーター
ユーザーがログインします。 各パラメーターは、"key=value" の形式である必要があります。
string[]
allowedAudiences によって発行された JWT を検証するときに考慮する対象ユーザーの値を許可する
Azure Active Directory。 ClientID</code> 値><コードは常に
この設定に関係なく、許可された対象ユーザー。
string[]
allowedExternalRedirectUrls アプリのログインまたはログアウトの一環としてリダイレクトできる外部 URL。 URL のクエリ文字列部分は無視されることに注意してください。
これは、通常、Windows ストア アプリケーション バックエンドでのみ必要な詳細設定です。
現在のドメイン内の URL は常に暗黙的に許可されることに注意してください。
string[]
authFilePath 認証設定を含む構成ファイルのパス。
パスが相対パスの場合、ベースはサイトのルート ディレクトリになります。
clientId この証明書利用者アプリケーションのクライアント ID (client_idと呼ばれます)。
この設定は、Azure Active Directory または
他のサードパーティの OpenID Connect プロバイダー。
OpenID Connect の詳細: http://openid.net/specs/openid-connect-core-1_0.html
clientSecret この証明書利用者アプリケーションのクライアント シークレット (Azure Active Directory では、これはキーとも呼ばれます)。
この設定は省略可能です。 クライアント シークレットが構成されていない場合は、OpenID Connect の暗黙的な認証フローを使用してエンド ユーザーを認証します。
それ以外の場合は、OpenID Connect 承認コード フローを使用してエンド ユーザーを認証します。
OpenID Connect の詳細: http://openid.net/specs/openid-connect-core-1_0.html
clientSecretCertificateThumbprint クライアント シークレットの代わりに、署名目的で使用される証明書の拇印です。 このプロパティは次のように機能します。
クライアント シークレットの置き換え。 また、省略可能です。
clientSecretSettingName 証明書利用者アプリケーションのクライアント シークレットを含むアプリ設定名。
configVersion 現在のアプリで使用されている認証/承認機能の ConfigVersion。
この値の設定は、認証/承認のコントロール プレーンの動作を制御できます。
defaultProvider 複数のプロバイダーが構成されている場合に使用する既定の認証プロバイダー。
この設定は、複数のプロバイダーが構成され、認証されていないクライアントが構成されている場合にのみ必要です。
action が "RedirectToLoginPage" に設定されています。
'AzureActiveDirectory'
'Facebook'
'Github'
'Google'
'MicrosoftAccount'
'Twitter'
有効 <コード>認証/承認機能が現在のアプリに対して有効になっている場合は、/code><true になります。それ以外の場合は、<コード>false</code>。 bool
facebookAppId ログインに使用される Facebook アプリのアプリ ID。
この設定は、Facebook ログインを有効にするために必要です。
Facebook ログインのドキュメント: https://developers.facebook.com/docs/facebook-login
facebookAppSecret Facebook ログインに使用される Facebook アプリのアプリ シークレット。
この設定は、Facebook ログインを有効にするために必要です。
Facebook ログインのドキュメント: https://developers.facebook.com/docs/facebook-login
facebookAppSecretSettingName Facebook ログインに使用されるアプリ シークレットを含むアプリ設定名。
facebookOAuthScopes Facebook ログイン認証の一部として要求される OAuth 2.0 スコープ。
この設定は省略可能です。
Facebook ログインのドキュメント: https://developers.facebook.com/docs/facebook-login
string[]
gitHubClientId ログインに使用される GitHub アプリのクライアント ID。
この設定は、Github ログインを有効にするために必要です
gitHubClientSecret GitHub ログインに使用される GitHub アプリのクライアント シークレット。
この設定は、Github ログインを有効にするために必要です。
gitHubClientSecretSettingName Github のクライアント シークレットを含むアプリ設定名
GitHub ログインに使用されるアプリ。
gitHubOAuthScopes GitHub ログイン認証の一部として要求される OAuth 2.0 スコープ。
この設定は省略可能です
string[]
googleClientId Google Web アプリケーションの OpenID Connect クライアント ID。
この設定は、Google サインインを有効にするために必要です。
Google Sign-In ドキュメント: https://developers.google.com/identity/sign-in/web/
googleClientSecret Google Web アプリケーションに関連付けられているクライアント シークレット。
この設定は、Google サインインを有効にするために必要です。
Google Sign-In ドキュメント: https://developers.google.com/identity/sign-in/web/
googleClientSecretSettingName に関連付けられているクライアント シークレットを含むアプリ設定名
Google Web アプリケーション。
googleOAuthScopes Google Sign-In 認証の一部として要求される OAuth 2.0 スコープ。
この設定は省略可能です。 指定しない場合、"openid"、"profile"、および "email" が既定のスコープとして使用されます。
Google Sign-In ドキュメント: https://developers.google.com/identity/sign-in/web/
string[]
isAuthFromFile 認証構成設定をファイルから読み取る必要がある場合は "true"
それ以外の場合は "false"
発行者 このアプリケーションのアクセス トークンを発行するエンティティを表す OpenID Connect 発行者 URI。
Azure Active Directory を使用する場合、この値はディレクトリ テナントの URI です (例: https://sts.windows.net/{tenant-guid}/)。
この URI は、トークン発行者の大文字と小文字を区別する識別子です。
OpenID Connect Discovery の詳細: http://openid.net/specs/openid-connect-discovery-1_0.html
microsoftAccountClientId 認証に使用されるアプリ用に作成された OAuth 2.0 クライアント ID。
この設定は、Microsoft アカウント認証を有効にするために必要です。
Microsoft アカウント OAuth のドキュメント: https://dev.onedrive.com/auth/msa_oauth.htm
microsoftAccountClientSecret 認証に使用されるアプリ用に作成された OAuth 2.0 クライアント シークレット。
この設定は、Microsoft アカウント認証を有効にするために必要です。
Microsoft アカウント OAuth のドキュメント: https://dev.onedrive.com/auth/msa_oauth.htm
microsoftAccountClientSecretSettingName 用に作成された OAuth 2.0 クライアント シークレットを含むアプリ設定
認証に使用されるアプリ。
microsoftAccountOAuthScopes Microsoft アカウント認証の一部として要求される OAuth 2.0 スコープ。
この設定は省略可能です。 指定しない場合は、既定のスコープとして "wl.basic" が使用されます。
Microsoft アカウントのスコープとアクセス許可に関するドキュメント: https://msdn.microsoft.com/en-us/library/dn631845.aspx
string[]
runtimeVersion 現在のアプリで使用されている認証/承認機能の RuntimeVersion。
この値の設定は、認証/承認モジュールの特定の機能の動作を制御できます。
tokenRefreshExtensionHours セッション トークンを使用してセッション トークンが期限切れになってから経過した時間数。
トークン更新 API を呼び出します。 既定値は 72 時間です。
int
tokenStoreEnabled <コード>、ログイン フロー中に取得されたプラットフォーム固有のセキュリティ トークンを永続的に格納するための真の</code> です。それ以外の場合は、<コード>false</code>。
既定値は、false</code>><コードです。
bool
twitterConsumerKey サインインに使用される Twitter アプリケーションの OAuth 1.0a コンシューマー キー。
この設定は、Twitter サインインを有効にするために必要です。
Twitter Sign-In ドキュメント: https://dev.twitter.com/web/sign-in
twitterConsumerSecret サインインに使用される Twitter アプリケーションの OAuth 1.0a コンシューマー シークレット。
この設定は、Twitter サインインを有効にするために必要です。
Twitter Sign-In ドキュメント: https://dev.twitter.com/web/sign-in
twitterConsumerSecretSettingName Twitter の OAuth 1.0a コンシューマー シークレットを含むアプリ設定名
サインインに使用されるアプリケーション。
unauthenticatedClientAction 認証されていないクライアントがアプリにアクセスしようとしたときに実行するアクション。 'AllowAnonymous'
'RedirectToLoginPage'
validateIssuer 発行者が有効な HTTPS URL で、そのように検証される必要があるかどうかを示す値を取得します。 bool

SiteAuthSettingsV2Properties

名前 形容 価値
globalValidation App Service 認証/承認を使用するユーザーの検証フローを決定する構成設定。 GlobalValidation
httpSettings App Service の認証/承認に対して行われた認証要求と承認要求の HTTP 要求の構成設定。 HttpSettings の
identityProviders App Service の認証/承認の構成に使用される各 ID プロバイダーの構成設定。 IdentityProviders の
ログイン App Service 認証/承認を使用するユーザーのログイン フローの構成設定。 ログイン
プラットホーム App Service 認証/承認のプラットフォームの構成設定。 AuthPlatform

SiteConfig

名前 形容 価値
acrUseManagedIdentityCreds ACR プルにマネージド ID Creds を使用するためのフラグ bool
acrUserManagedIdentityID ユーザー マネージド ID を使用している場合、ユーザー マネージド ID ClientId
alwaysOn Always On が有効な場合、<コード>true</code>。それ以外の場合は、<コード>false</code>。 bool
apiDefinition アプリの正式な API 定義に関する情報。 ApiDefinitionInfo
apiManagementConfig アプリにリンクされた Azure API 管理設定。 ApiManagementConfig
appCommandLine 起動するアプリのコマンド ライン。
appSettings アプリケーションの設定。 NameValuePair[]
autoHealEnabled 自動修復が有効な場合、コード <>true</code>。それ以外の場合は、<コード>false</code>。 bool
autoHealRules 自動修復ルール。 AutoHealRules を する
autoSwapSlotName スロット名の自動スワップ。
azureStorageAccounts Azure ストレージ アカウントの一覧。 SiteConfigAzureStorageAccounts
connectionStrings 接続文字列。 ConnStringInfo[]
cors クロスオリジン リソース共有 (CORS) 設定。 CorsSettings の
defaultDocuments 既定のドキュメント。 string[]
detailedErrorLoggingEnabled 詳細なエラー ログが有効になっている場合、コード></code> に true を <します。それ以外の場合は、<コード>false</code>。 bool
documentRoot ドキュメント ルート。
実験 これは、ポリモーフィック型の場合に回避できます。 実験の
ftpsState FTP/FTPS サービスの状態 'AllAllowed'
'Disabled'
'FtpsOnly'
functionAppScaleLimit サイトがスケールアウトできるワーカーの最大数。
この設定は、従量課金プランと Elastic Premium プランにのみ適用されます
int

制約:
最小値 = 0
functionsRuntimeScaleMonitoringEnabled 関数のランタイム スケール監視が有効かどうかを示す値を取得または設定します。 有効にすると、
ScaleController はイベント ソースを直接監視せず、代わりに
ランタイムを使用してスケールの状態を取得します。
bool
handlerMappings ハンドラー マッピング。 HandlerMapping[]
healthCheckPath 正常性チェック パス
http20Enabled Http20Enabled: クライアントが http2.0 経由で接続できるように Web サイトを構成します bool
httpLoggingEnabled <コード>、HTTP ログが有効になっている場合は 、/code><true になります。それ以外の場合は、<コード>false</code>。 bool
ipSecurityRestrictions メインの IP セキュリティ制限。 IpSecurityRestriction[]
javaContainer Java コンテナー。
javaContainerVersion Java コンテナーのバージョン。
javaVersion Java バージョン。
keyVaultReferenceIdentity Key Vault 参照認証に使用する ID。
切り サイトの制限。 SiteLimits
linuxFxVersion Linux App Framework とバージョン
loadBalancing サイトの負荷分散。 'LeastRequests'
'LeastResponseTime'
'PerSiteRoundRobin'
'RequestHash'
'WeightedRoundRobin'
'WeightedTotalTraffic'
localMySqlEnabled <コード>ローカル MySQL を有効にするには、/code><true です。それ以外の場合は、<コード>false</code>。 bool
logsDirectorySizeLimit HTTP ログのディレクトリ サイズの制限。 int
managedPipelineMode マネージド パイプライン モード。 'Classic'
'Integrated'
managedServiceIdentityId マネージド サービス ID int
minimumElasticInstanceCount サイトの最小インスタンス数
この設定は Elastic Plans にのみ適用されます
int

制約:
最小値 = 0
最大値 = 20
minTlsVersion MinTlsVersion: SSL 要求に必要な TLS の最小バージョンを構成します '1.0'
'1.1'
'1.2'
netFrameworkVersion .NET Framework のバージョン。
nodeVersion Node.jsのバージョン。
numberOfWorkers ワーカーの数。 int
phpVersion PHP のバージョン。
powerShellVersion PowerShell のバージョン。
preWarmedInstanceCount 事前ウォーミングされたインスタンスの数。
この設定は、従量課金プランとエラスティック プランにのみ適用されます
int

制約:
最小値 = 0
最大値 = 10
publicNetworkAccess すべてのパブリック トラフィックを許可またはブロックするプロパティ。
publishingUsername ユーザー名の発行。
押す プッシュ エンドポイントの設定。 PushSettings の
pythonVersion Python のバージョン。
remoteDebuggingEnabled リモート デバッグ>有効な場合は、/code><true を <します。それ以外の場合は、<コード>false</code>。 bool
remoteDebuggingVersion リモート デバッグのバージョン。
requestTracingEnabled 要求トレースが有効な場合、<コード>true</code>。それ以外の場合は、<コード>false</code>。 bool
requestTracingExpirationTime 要求トレースの有効期限。
scmIpSecurityRestrictions scm の IP セキュリティ制限。 IpSecurityRestriction[]
scmIpSecurityRestrictionsUseMain scm で main を使用するための IP セキュリティ制限。 bool
scmMinTlsVersion ScmMinTlsVersion: SCM サイトの SSL 要求に必要な TLS の最小バージョンを構成します '1.0'
'1.1'
'1.2'
scmType SCM 型。 'BitbucketGit'
'BitbucketHg'
'CodePlexGit'
'CodePlexHg'
'Dropbox'
'ExternalGit'
'ExternalHg'
'GitHub'
'LocalGit'
'None'
'OneDrive'
'Tfs'
'VSO'
'VSTSRM'
tracingOptions トレース オプション。
use32BitWorkerProcess <コード>、32 ビットワーカー プロセスを使用する true</code>。それ以外の場合は、<コード>false</code>。 bool
virtualApplications 仮想アプリケーション。 VirtualApplication[]
vnetName 仮想ネットワーク名。
vnetPrivatePortsCount このアプリに割り当てられているプライベート ポートの数。 これらは実行時に動的に割り当てられます。 int
vnetRouteAllEnabled [Virtual Network Route All]\(仮想ネットワーク ルートすべて\) が有効になっています。 これにより、すべての送信トラフィックに仮想ネットワーク セキュリティ グループとユーザー定義ルートが適用されます。 bool
websiteTimeZone サイトがタイムスタンプの生成に使用するタイム ゾーンを設定します。 Linux および Windows App Service と互換性があります。 WEBSITE_TIME_ZONEアプリ設定の設定は、この構成よりも優先されます。Linux の場合、https://www.iana.org/time-zones tz データベース値が必要です (クイック リファレンスについては、https://en.wikipedia.org/wiki/List_of_tz_database_time_zonesを参照してください)。 Windows の場合は、HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones の下に一覧表示されているタイム ゾーンのいずれかが必要です
webSocketsEnabled WebSocket が有効な場合、<コード>true</code>。それ以外の場合は、<コード>false</code>。 bool
windowsFxVersion Xenon App Framework とバージョン
xManagedServiceIdentityId 明示的なマネージド サービス ID int

SiteConfigAzureStorageAccounts

名前 形容 価値

SiteLimits

名前 形容 価値
maxDiskSizeInMb 許容されるディスク サイズの最大使用量 (MB)。 int
maxMemoryInMb 許容されるメモリ使用量の最大値 (MB)。 int
maxPercentageCpu 許容される CPU 使用率の最大値。 int

SiteLogsConfigProperties

名前 形容 価値
applicationLogs アプリケーション ログの構成。 ApplicationLogsConfig の
detailedErrorMessages 詳細なエラー メッセージの構成。 EnabledConfig の
failedRequestsTracing 失敗した要求のトレース構成。 EnabledConfig の
httpLogs HTTP ログの構成。 HttpLogsConfig の

SlowRequestsBasedTrigger

名前 形容 価値
数える 要求数。 int
パス 要求パス。
timeInterval 時間間隔。
timeTaken 所要時間。

StatusCodesBasedTrigger

名前 形容 価値
数える 要求数。 int
パス 要求パス
地位 HTTP 状態コード。 int
subStatus 要求サブの状態。 int
timeInterval 時間間隔。
win32Status Win32 エラー コード。 int

StatusCodesRangeBasedTrigger

名前 形容 価値
数える 要求数。 int
パス
statusCodes HTTP 状態コード。
timeInterval 時間間隔。

StringDictionaryProperties

名前 形容 価値

StringDictionaryProperties

名前 形容 価値

TokenStore

名前 形容 価値
azureBlobStorage BLOB ストレージが使用されている場合のトークンのストレージの構成設定。 BlobStorageTokenStore の
有効 <コード>、ログイン フロー中に取得されたプラットフォーム固有のセキュリティ トークンを永続的に格納するための真の</code> です。それ以外の場合は、<コード>false</code>。
既定値は、false</code>><コードです。
bool
fileSystem ファイル システムが使用されている場合のトークンのストレージの構成設定。 FileSystemTokenStore の
tokenRefreshExtensionHours セッション トークンを使用してセッション トークンが期限切れになってから経過した時間数。
トークン更新 API を呼び出します。 既定値は 72 時間です。
int

囀る

名前 形容 価値
有効 <コード>設定された登録にもかかわらず Twitter プロバイダーを有効にすべきでない場合は、false</code>。それ以外の場合は、<コード>true</code>。 bool
登録 Twitter プロバイダーのアプリ登録の構成設定。 TwitterRegistration

TwitterRegistration

名前 形容 価値
consumerKey サインインに使用される Twitter アプリケーションの OAuth 1.0a コンシューマー キー。
この設定は、Twitter サインインを有効にするために必要です。
Twitter Sign-In ドキュメント: https://dev.twitter.com/web/sign-in
consumerSecretSettingName Twitter の OAuth 1.0a コンシューマー シークレットを含むアプリ設定名
サインインに使用されるアプリケーション。

VirtualApplication

名前 形容 価値
physicalPath 物理パス。
preloadEnabled プリロードが有効な場合、コード><</code> が true になります。それ以外の場合は、<コード>false</code>。 bool
virtualDirectories 仮想アプリケーションの仮想ディレクトリ。 VirtualDirectory[]
virtualPath 仮想パス。

VirtualDirectory

名前 形容 価値
physicalPath 物理パス。
virtualPath 仮想アプリケーションへのパス。

Terraform (AzAPI プロバイダー) リソース定義

サイト/スロット/構成リソースの種類は、次をターゲットとする操作でデプロイできます。

  • リソース グループの

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Web/sites/slots/config リソースを作成するには、次の Terraform をテンプレートに追加します。

resource "azapi_resource" "symbolicname" {
  name = "string"
  // For remaining properties, see microsoft.web/sites/slots/config objects
}

microsoft.web/sites/slots/config オブジェクト

プロパティを設定して、オブジェクトの種類を指定します。

appsettingsの場合は、次を使用します。

{
  kind = "string"
  name = "appsettings"
  properties = {
    {customized property} = "string"
  }
}

認証の場合は、次を使用します。

{
  kind = "string"
  name = "authsettings"
  properties = {
    aadClaimsAuthorization = "string"
    additionalLoginParams = [
      "string"
    ]
    allowedAudiences = [
      "string"
    ]
    allowedExternalRedirectUrls = [
      "string"
    ]
    authFilePath = "string"
    clientId = "string"
    clientSecret = "string"
    clientSecretCertificateThumbprint = "string"
    clientSecretSettingName = "string"
    configVersion = "string"
    defaultProvider = "string"
    enabled = bool
    facebookAppId = "string"
    facebookAppSecret = "string"
    facebookAppSecretSettingName = "string"
    facebookOAuthScopes = [
      "string"
    ]
    gitHubClientId = "string"
    gitHubClientSecret = "string"
    gitHubClientSecretSettingName = "string"
    gitHubOAuthScopes = [
      "string"
    ]
    googleClientId = "string"
    googleClientSecret = "string"
    googleClientSecretSettingName = "string"
    googleOAuthScopes = [
      "string"
    ]
    isAuthFromFile = "string"
    issuer = "string"
    microsoftAccountClientId = "string"
    microsoftAccountClientSecret = "string"
    microsoftAccountClientSecretSettingName = "string"
    microsoftAccountOAuthScopes = [
      "string"
    ]
    runtimeVersion = "string"
    tokenRefreshExtensionHours = int
    tokenStoreEnabled = bool
    twitterConsumerKey = "string"
    twitterConsumerSecret = "string"
    twitterConsumerSecretSettingName = "string"
    unauthenticatedClientAction = "string"
    validateIssuer = bool
  }
}

authsettingsV2の場合は、次を使用します。

{
  kind = "string"
  name = "authsettingsV2"
  properties = {
    globalValidation = {
      excludedPaths = [
        "string"
      ]
      redirectToProvider = "string"
      requireAuthentication = bool
      unauthenticatedClientAction = "string"
    }
    httpSettings = {
      forwardProxy = {
        convention = "string"
        customHostHeaderName = "string"
        customProtoHeaderName = "string"
      }
      requireHttps = bool
      routes = {
        apiPrefix = "string"
      }
    }
    identityProviders = {
      apple = {
        enabled = bool
        login = {
          scopes = [
            "string"
          ]
        }
        registration = {
          clientId = "string"
          clientSecretSettingName = "string"
        }
      }
      azureActiveDirectory = {
        enabled = bool
        isAutoProvisioned = bool
        login = {
          disableWWWAuthenticate = bool
          loginParameters = [
            "string"
          ]
        }
        registration = {
          clientId = "string"
          clientSecretCertificateIssuer = "string"
          clientSecretCertificateSubjectAlternativeName = "string"
          clientSecretCertificateThumbprint = "string"
          clientSecretSettingName = "string"
          openIdIssuer = "string"
        }
        validation = {
          allowedAudiences = [
            "string"
          ]
          jwtClaimChecks = {
            allowedClientApplications = [
              "string"
            ]
            allowedGroups = [
              "string"
            ]
          }
        }
      }
      azureStaticWebApps = {
        enabled = bool
        registration = {
          clientId = "string"
        }
      }
      customOpenIdConnectProviders = {
        {customized property} = {
          enabled = bool
          login = {
            nameClaimType = "string"
            scopes = [
              "string"
            ]
          }
          registration = {
            clientCredential = {
              clientSecretSettingName = "string"
              method = "ClientSecretPost"
            }
            clientId = "string"
            openIdConnectConfiguration = {
              authorizationEndpoint = "string"
              certificationUri = "string"
              issuer = "string"
              tokenEndpoint = "string"
              wellKnownOpenIdConfiguration = "string"
            }
          }
        }
      }
      facebook = {
        enabled = bool
        graphApiVersion = "string"
        login = {
          scopes = [
            "string"
          ]
        }
        registration = {
          appId = "string"
          appSecretSettingName = "string"
        }
      }
      gitHub = {
        enabled = bool
        login = {
          scopes = [
            "string"
          ]
        }
        registration = {
          clientId = "string"
          clientSecretSettingName = "string"
        }
      }
      google = {
        enabled = bool
        login = {
          scopes = [
            "string"
          ]
        }
        registration = {
          clientId = "string"
          clientSecretSettingName = "string"
        }
        validation = {
          allowedAudiences = [
            "string"
          ]
        }
      }
      legacyMicrosoftAccount = {
        enabled = bool
        login = {
          scopes = [
            "string"
          ]
        }
        registration = {
          clientId = "string"
          clientSecretSettingName = "string"
        }
        validation = {
          allowedAudiences = [
            "string"
          ]
        }
      }
      twitter = {
        enabled = bool
        registration = {
          consumerKey = "string"
          consumerSecretSettingName = "string"
        }
      }
    }
    login = {
      allowedExternalRedirectUrls = [
        "string"
      ]
      cookieExpiration = {
        convention = "string"
        timeToExpiration = "string"
      }
      nonce = {
        nonceExpirationInterval = "string"
        validateNonce = bool
      }
      preserveUrlFragmentsForLogins = bool
      routes = {
        logoutEndpoint = "string"
      }
      tokenStore = {
        azureBlobStorage = {
          sasUrlSettingName = "string"
        }
        enabled = bool
        fileSystem = {
          directory = "string"
        }
        tokenRefreshExtensionHours = int
      }
    }
    platform = {
      configFilePath = "string"
      enabled = bool
      runtimeVersion = "string"
    }
  }
}

azurestorageaccountsを する場合は、次を使用します。

{
  kind = "string"
  name = "azurestorageaccounts"
  properties = {
    {customized property} = {
      accessKey = "string"
      accountName = "string"
      mountPath = "string"
      shareName = "string"
      type = "string"
    }
  }
}

バックアップの場合は、次を使用します。

{
  kind = "string"
  name = "backup"
  properties = {
    backupName = "string"
    backupSchedule = {
      frequencyInterval = int
      frequencyUnit = "string"
      keepAtLeastOneBackup = bool
      retentionPeriodInDays = int
      startTime = "string"
    }
    databases = [
      {
        connectionString = "string"
        connectionStringName = "string"
        databaseType = "string"
        name = "string"
      }
    ]
    enabled = bool
    storageAccountUrl = "string"
  }
}

connectionstringsの場合は、次の値を使用します。

{
  kind = "string"
  name = "connectionstrings"
  properties = {
    {customized property} = {
      type = "string"
      value = "string"
    }
  }
}

ログの場合は、次を使用します。

{
  kind = "string"
  name = "logs"
  properties = {
    applicationLogs = {
      azureBlobStorage = {
        level = "string"
        retentionInDays = int
        sasUrl = "string"
      }
      azureTableStorage = {
        level = "string"
        sasUrl = "string"
      }
      fileSystem = {
        level = "string"
      }
    }
    detailedErrorMessages = {
      enabled = bool
    }
    failedRequestsTracing = {
      enabled = bool
    }
    httpLogs = {
      azureBlobStorage = {
        enabled = bool
        retentionInDays = int
        sasUrl = "string"
      }
      fileSystem = {
        enabled = bool
        retentionInDays = int
        retentionInMb = int
      }
    }
  }
}

メタデータの場合は、次を使用します。

{
  kind = "string"
  name = "metadata"
  properties = {
    {customized property} = "string"
  }
}

pushsettingsを する場合は、次のコマンドを使用します。

{
  kind = "string"
  name = "pushsettings"
  properties = {
    dynamicTagsJson = "string"
    isPushEnabled = bool
    tagsRequiringAuth = "string"
    tagWhitelistJson = "string"
  }
}

Webの場合は、次を使用します。

{
  kind = "string"
  name = "web"
  properties = {
    acrUseManagedIdentityCreds = bool
    acrUserManagedIdentityID = "string"
    alwaysOn = bool
    apiDefinition = {
      url = "string"
    }
    apiManagementConfig = {
      id = "string"
    }
    appCommandLine = "string"
    appSettings = [
      {
        name = "string"
        value = "string"
      }
    ]
    autoHealEnabled = bool
    autoHealRules = {
      actions = {
        actionType = "string"
        customAction = {
          exe = "string"
          parameters = "string"
        }
        minProcessExecutionTime = "string"
      }
      triggers = {
        privateBytesInKB = int
        requests = {
          count = int
          timeInterval = "string"
        }
        slowRequests = {
          count = int
          path = "string"
          timeInterval = "string"
          timeTaken = "string"
        }
        slowRequestsWithPath = [
          {
            count = int
            path = "string"
            timeInterval = "string"
            timeTaken = "string"
          }
        ]
        statusCodes = [
          {
            count = int
            path = "string"
            status = int
            subStatus = int
            timeInterval = "string"
            win32Status = int
          }
        ]
        statusCodesRange = [
          {
            count = int
            path = "string"
            statusCodes = "string"
            timeInterval = "string"
          }
        ]
      }
    }
    autoSwapSlotName = "string"
    azureStorageAccounts = {
      {customized property} = {
        accessKey = "string"
        accountName = "string"
        mountPath = "string"
        shareName = "string"
        type = "string"
      }
    }
    connectionStrings = [
      {
        connectionString = "string"
        name = "string"
        type = "string"
      }
    ]
    cors = {
      allowedOrigins = [
        "string"
      ]
      supportCredentials = bool
    }
    defaultDocuments = [
      "string"
    ]
    detailedErrorLoggingEnabled = bool
    documentRoot = "string"
    experiments = {
      rampUpRules = [
        {
          actionHostName = "string"
          changeDecisionCallbackUrl = "string"
          changeIntervalInMinutes = int
          changeStep = int
          maxReroutePercentage = int
          minReroutePercentage = int
          name = "string"
          reroutePercentage = int
        }
      ]
    }
    ftpsState = "string"
    functionAppScaleLimit = int
    functionsRuntimeScaleMonitoringEnabled = bool
    handlerMappings = [
      {
        arguments = "string"
        extension = "string"
        scriptProcessor = "string"
      }
    ]
    healthCheckPath = "string"
    http20Enabled = bool
    httpLoggingEnabled = bool
    ipSecurityRestrictions = [
      {
        action = "string"
        description = "string"
        headers = {
          {customized property} = [
            "string"
          ]
        }
        ipAddress = "string"
        name = "string"
        priority = int
        subnetMask = "string"
        subnetTrafficTag = int
        tag = "string"
        vnetSubnetResourceId = "string"
        vnetTrafficTag = int
      }
    ]
    javaContainer = "string"
    javaContainerVersion = "string"
    javaVersion = "string"
    keyVaultReferenceIdentity = "string"
    limits = {
      maxDiskSizeInMb = int
      maxMemoryInMb = int
      maxPercentageCpu = int
    }
    linuxFxVersion = "string"
    loadBalancing = "string"
    localMySqlEnabled = bool
    logsDirectorySizeLimit = int
    managedPipelineMode = "string"
    managedServiceIdentityId = int
    minimumElasticInstanceCount = int
    minTlsVersion = "string"
    netFrameworkVersion = "string"
    nodeVersion = "string"
    numberOfWorkers = int
    phpVersion = "string"
    powerShellVersion = "string"
    preWarmedInstanceCount = int
    publicNetworkAccess = "string"
    publishingUsername = "string"
    push = {
      kind = "string"
      properties = {
        dynamicTagsJson = "string"
        isPushEnabled = bool
        tagsRequiringAuth = "string"
        tagWhitelistJson = "string"
      }
    }
    pythonVersion = "string"
    remoteDebuggingEnabled = bool
    remoteDebuggingVersion = "string"
    requestTracingEnabled = bool
    requestTracingExpirationTime = "string"
    scmIpSecurityRestrictions = [
      {
        action = "string"
        description = "string"
        headers = {
          {customized property} = [
            "string"
          ]
        }
        ipAddress = "string"
        name = "string"
        priority = int
        subnetMask = "string"
        subnetTrafficTag = int
        tag = "string"
        vnetSubnetResourceId = "string"
        vnetTrafficTag = int
      }
    ]
    scmIpSecurityRestrictionsUseMain = bool
    scmMinTlsVersion = "string"
    scmType = "string"
    tracingOptions = "string"
    use32BitWorkerProcess = bool
    virtualApplications = [
      {
        physicalPath = "string"
        preloadEnabled = bool
        virtualDirectories = [
          {
            physicalPath = "string"
            virtualPath = "string"
          }
        ]
        virtualPath = "string"
      }
    ]
    vnetName = "string"
    vnetPrivatePortsCount = int
    vnetRouteAllEnabled = bool
    websiteTimeZone = "string"
    webSocketsEnabled = bool
    windowsFxVersion = "string"
    xManagedServiceIdentityId = int
  }
}

プロパティ値

AllowedAudiencesValidation

名前 形容 価値
allowedAudiences JWT トークンを検証する対象ユーザーの許可リストの構成設定。 string[]

ApiDefinitionInfo

名前 形容 価値
url API 定義の URL。

ApiManagementConfig

名前 形容 価値
身分証明書 APIM-Api 識別子。

林檎

名前 形容 価値
有効 <コード>設定された登録にもかかわらず Apple プロバイダーを有効にすべきでない場合は false</code>。それ以外の場合は、<コード>true</code>。 bool
ログイン ログイン フローの構成設定。 LoginScopes
登録 Apple 登録の構成設定。 AppleRegistration の

AppleRegistration

名前 形容 価値
clientId ログインに使用されるアプリのクライアント ID。
clientSecretSettingName クライアント シークレットを含むアプリ設定名。

ApplicationLogsConfig

名前 形容 価値
azureBlobStorage BLOB ストレージ構成に対するアプリケーション ログ。 AzureBlobStorageApplicationLogsConfig
azureTableStorage Azure Table Storage の構成に対するアプリケーション ログ。 AzureTableStorageApplicationLogsConfig
fileSystem ファイル システム構成へのアプリケーション ログ。 FileSystemApplicationLogsConfig の

AppRegistration

名前 形容 価値
appId ログインに使用されるアプリのアプリ ID。
appSecretSettingName アプリ シークレットを含むアプリ設定名。

AuthPlatform

名前 形容 価値
configFilePath 認証設定がファイルから取得された場合に含まれる構成ファイルのパス。
パスが相対パスの場合、ベースはサイトのルート ディレクトリになります。
有効 <コード>認証/承認機能が現在のアプリに対して有効になっている場合は、/code><true になります。それ以外の場合は、<コード>false</code>。 bool
runtimeVersion 現在のアプリで使用されている認証/承認機能の RuntimeVersion。
この値の設定は、認証/承認モジュールの特定の機能の動作を制御できます。

AutoHealActions

名前 形容 価値
actionType 実行する定義済みのアクション。 'CustomAction'
'LogEvent'
'Recycle'
customAction 実行するカスタム アクション。 AutoHealCustomAction を する
minProcessExecutionTime プロセスを実行する必要がある最小時間
アクションを実行する前に

AutoHealCustomAction

名前 形容 価値
exe 実行する実行可能ファイル。
パラメーター 実行可能ファイルのパラメーター。

AutoHealRules

名前 形容 価値
アクション ルールがトリガーされたときに実行されるアクション。 AutoHealActions の
トリガー 自動修復アクションを実行するタイミングを示す条件。 AutoHealTriggers を する

AutoHealTriggers

名前 形容 価値
privateBytesInKB プライベート バイトに基づくルール。 int
要求 要求の合計数に基づくルール。 RequestsBasedTrigger
slowRequests 要求の実行時間に基づくルール。 SlowRequestsBasedTrigger の
slowRequestsWithPath パスを持つ複数の低速要求ルールに基づくルール SlowRequestsBasedTrigger[]
statusCodes 状態コードに基づくルール。 StatusCodesBasedTrigger[]
statusCodesRange 状態コードの範囲に基づくルール。 StatusCodesRangeBasedTrigger[]

AzureActiveDirectory

名前 形容 価値
有効 <コード>、設定された登録にもかかわらず Azure Active Directory プロバイダーを有効にすべきでない場合は、false</code> を使用します。それ以外の場合は、<コード>true</code>。 bool
isAutoProvisioned Azure AD 構成がファースト パーティ ツールを使用して自動プロビジョニングされたかどうかを示す値を取得します。
これは、主に Azure 管理ポータルをサポートすることを目的とした内部フラグです。 ユーザーは、次の設定を行うべきではありません。
このプロパティの読み取りまたは書き込み。
bool
ログイン Azure Active Directory ログイン フローの構成設定。 AzureActiveDirectoryLogin
登録 Azure Active Directory アプリ登録の構成設定。 AzureActiveDirectoryRegistration
検証 Azure Active Directory トークン検証フローの構成設定。 AzureActiveDirectoryValidation

AzureActiveDirectoryLogin

名前 形容 価値
disableWWWAuthenticate www-authenticate プロバイダーを要求から省略する必要がある場合、<コード>true</code>。それ以外の場合は、<コード>false</code>。 bool
loginParameters OpenID Connect 承認エンドポイントに送信するログイン パラメーター
ユーザーがログインします。 各パラメーターは、"key=value" の形式である必要があります。
string[]

AzureActiveDirectoryRegistration

名前 形容 価値
clientId この証明書利用者アプリケーションのクライアント ID (client_idと呼ばれます)。
この設定は、Azure Active Directory または
他のサードパーティの OpenID Connect プロバイダー。
OpenID Connect の詳細: http://openid.net/specs/openid-connect-core-1_0.html
clientSecretCertificateIssuer クライアント シークレットの拇印の代わりに、署名目的で使用される証明書の発行者です。 このプロパティは次のように機能します。
クライアント シークレット証明書の拇印の置き換え。 また、省略可能です。
clientSecretCertificateSubjectAlternativeName クライアント シークレットの拇印の代わりに、署名目的で使用される証明書のサブジェクトの別名です。 このプロパティは次のように機能します。
クライアント シークレット証明書の拇印の置き換え。 また、省略可能です。
clientSecretCertificateThumbprint クライアント シークレットの代わりに、署名目的で使用される証明書の拇印です。 このプロパティは次のように機能します。
クライアント シークレットの置き換え。 また、省略可能です。
clientSecretSettingName 証明書利用者アプリケーションのクライアント シークレットを含むアプリ設定名。
openIdIssuer このアプリケーションのアクセス トークンを発行するエンティティを表す OpenID Connect 発行者 URI。
Azure Active Directory を使用する場合、この値はディレクトリ テナントの URI です (例: https://login.microsoftonline.com/v2.0/{tenant-guid}/)。
この URI は、トークン発行者の大文字と小文字を区別する識別子です。
OpenID Connect Discovery の詳細: http://openid.net/specs/openid-connect-discovery-1_0.html

AzureActiveDirectoryValidation

名前 形容 価値
allowedAudiences 認証/承認要求を成功させる対象ユーザーの一覧。 string[]
jwtClaimChecks JWT 要求の検証中に行う必要があるチェックの構成設定。 JwtClaimChecks を する

AzureBlobStorageApplicationLogsConfig

名前 形容 価値
レベル ログ レベル。 'Error'
'Information'
'Off'
'Verbose'
'Warning'
retentionInDays リテンション期間 (日数)。
X 日より前の BLOB を削除します。
0 以下は、保持がないことを意味します。
int
sasUrl 読み取り/書き込み/リスト/削除のアクセス許可を持つ Azure BLOB コンテナーへの SAS URL。

AzureBlobStorageHttpLogsConfig

名前 形容 価値
有効 構成が有効な場合は true、無効な場合は false、構成が設定されていない場合は null。 bool
retentionInDays リテンション期間 (日数)。
X 日より前の BLOB を削除します。
0 以下は、保持がないことを意味します。
int
sasUrl 読み取り/書き込み/リスト/削除のアクセス許可を持つ Azure BLOB コンテナーへの SAS URL。

AzureStaticWebApps

名前 形容 価値
有効 <コード>、設定された登録にもかかわらず Azure Static Web Apps プロバイダーを有効にすべきでない場合は、false</code> です。それ以外の場合は、<コード>true</code>。 bool
登録 Azure Static Web Apps 登録の構成設定。 AzureStaticWebAppsRegistration

AzureStaticWebAppsRegistration

名前 形容 価値
clientId ログインに使用されるアプリのクライアント ID。

AzureStorageInfoValue

名前 形容 価値
accessKey ストレージ アカウントのアクセス キー。

制約:
機密性の高い値。 セキュリティで保護されたパラメーターとして渡します。
accountName ストレージ アカウントの名前。
mountPath サイトのランタイム環境内にストレージをマウントするパス。
shareName ファイル共有の名前 (BLOB ストレージの場合はコンテナー名)。
種類 ストレージの種類。 'AzureBlob'
'AzureFiles'

AzureStoragePropertyDictionaryResourceProperties

名前 形容 価値

AzureTableStorageApplicationLogsConfig

名前 形容 価値
レベル ログ レベル。 'Error'
'Information'
'Off'
'Verbose'
'Warning'
sasUrl 追加/クエリ/削除アクセス許可を持つ Azure テーブルへの SAS URL。 string (必須)

BackupRequestProperties

名前 形容 価値
backupName バックアップの名前。
backupSchedule 定期的に実行される場合は、バックアップのスケジュールを設定します。 BackupSchedule
データベース バックアップに含まれるデータベース。 DatabaseBackupSetting[]
有効 バックアップ スケジュールが有効になっている場合は True (その場合は含める必要があります)、バックアップ スケジュールを無効にする必要がある場合は false。 bool
storageAccountUrl コンテナーへの SAS URL。 string (必須)

BackupSchedule

名前 形容 価値
frequencyInterval バックアップを実行する頻度 (たとえば、毎週のバックアップの場合は 7 に設定し、FrequencyUnit を Day に設定する必要があります) int (必須)
frequencyUnit バックアップを実行する頻度の時間単位 (たとえば、毎週のバックアップの場合は Day に、FrequencyInterval は 7 に設定する必要があります) 'Day'
'Hour' (必須)
keepAtLeastOneBackup True の 場合、保持ポリシーは常にストレージ アカウント内の少なくとも 1 つのバックアップを保持する必要があります、古いかどうかに関係なく。それ以外の場合は false。 bool (必須)
retentionPeriodInDays バックアップを削除する日数が経過した後。 int (必須)
startTime スケジュールが動作し始めるタイミング。

BlobStorageTokenStore

名前 形容 価値
sasUrlSettingName トークンを含む BLOB ストレージの SAS URL を含むアプリ設定の名前。

ClientRegistration

名前 形容 価値
clientId ログインに使用されるアプリのクライアント ID。
clientSecretSettingName クライアント シークレットを含むアプリ設定名。

ConnectionStringDictionaryProperties

名前 形容 価値

ConnStringInfo

名前 形容 価値
connectionString 接続文字列の値。
名前 接続文字列の名前。
種類 データベースの種類。 'ApiHub'
'Custom'
'DocDb'
'EventHub'
'MySql'
'NotificationHub'
'PostgreSQL'
'RedisCache'
'ServiceBus'
'SQLAzure'
'SQLServer'

ConnStringValueTypePair

名前 形容 価値
種類 データベースの種類。 'ApiHub'
'Custom'
'DocDb'
'EventHub'
'MySql'
'NotificationHub'
'PostgreSQL'
'RedisCache'
'ServiceBus'
'SQLAzure'
'SQLServer' (必須)
価値 ペアの値。 string (必須)

CookieExpiration

名前 形容 価値
大会 セッション Cookie の有効期限を決定するときに使用される規則。 'FixedTime'
'IdentityProviderDerived'
timeToExpiration セッション Cookie の有効期限が切れる要求の後の時間。

CorsSettings

名前 形容 価値
allowedOrigins クロスオリジンを許可するオリジンの一覧を取得または設定します。
呼び出し (例: http://example.com:12345)。 "*" を使用してすべてを許可します。
string[]
supportCredentials 資格情報を持つ CORS 要求を許可するかどうかを取得または設定します。 見る
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials
詳細については、以下を参照してください。
bool

CustomOpenIdConnectProvider

名前 形容 価値
有効 カスタム Open ID プロバイダープロバイダーを有効にしない必要がある場合、コード <>false</code>。それ以外の場合は、<コード>true</code>。 bool
ログイン カスタム Open ID Connect プロバイダーのログイン フローの構成設定。 OpenIdConnectLogin
登録 カスタム Open ID Connect プロバイダーのアプリ登録の構成設定。 OpenIdConnectRegistration

DatabaseBackupSetting

名前 形容 価値
connectionString バックアップまたは復元されるデータベースへの接続文字列を格納します。 復元が新しいデータベースに対して行われる場合、内部のデータベース名は新しいデータベース名になります。
connectionStringName SiteConfig.ConnectionStrings にリンクされている接続文字列名が含まれています。
これは、接続文字列の上書きオプションを使用して復元中に使用されます。
databaseType データベースの種類 (SqlAzure/MySql など)。 'LocalMySql'
'MySql'
'PostgreSql'
'SqlAzure' (必須)
名前

EnabledConfig

名前 形容 価値
有効 構成が有効な場合は true、無効な場合は false、構成が設定されていない場合は null。 bool

実験

名前 形容 価値
rampUpRules ランプアップ ルールの一覧。 RampUpRule[]

Facebook

名前 形容 価値
有効 <コード>、設定された登録にもかかわらず Facebook プロバイダーを有効にすべきでない場合は、false</code> を使用します。それ以外の場合は、<コード>true</code>。 bool
graphApiVersion ログイン時に使用する Facebook API のバージョン。
ログイン ログイン フローの構成設定。 LoginScopes
登録 Facebook プロバイダーのアプリ登録の構成設定。 AppRegistration

FileSystemApplicationLogsConfig

名前 形容 価値
レベル ログ レベル。 'Error'
'Information'
'Off'
'Verbose'
'Warning'

FileSystemHttpLogsConfig

名前 形容 価値
有効 構成が有効な場合は true、無効な場合は false、構成が設定されていない場合は null。 bool
retentionInDays リテンション期間 (日数)。
X 日より前のファイルを削除します。
0 以下は、保持がないことを意味します。
int
retentionInMb http ログ ファイルで使用できる最大サイズ (メガバイト単位)。
古いログ ファイルに達すると、新しいログ ファイル用の領域を作成するために削除されます。
値の範囲は 25 ~ 100 です。
int

制約:
最小値 = 25
最大値 = 100

FileSystemTokenStore

名前 形容 価値
ディレクトリ トークンが格納されるディレクトリ。

ForwardProxy

名前 形容 価値
大会 要求の URL を決定するために使用される規則。 'Custom'
'NoProxy'
'Standard'
customHostHeaderName 要求のホストを含むヘッダーの名前。
customProtoHeaderName 要求のスキームを含むヘッダーの名前。

GitHub

名前 形容 価値
有効 <コード>設定された登録にもかかわらず GitHub プロバイダーを有効にすべきでない場合は、false</code> です。それ以外の場合は、<コード>true</code>。 bool
ログイン ログイン フローの構成設定。 LoginScopes
登録 GitHub プロバイダーのアプリ登録の構成設定。 ClientRegistration

GlobalValidation

名前 形容 価値
excludedPaths 認証されていないフローがログイン ページにリダイレクトされないパス。 string[]
redirectToProvider 複数のプロバイダーが構成されている場合に使用する既定の認証プロバイダー。
この設定は、複数のプロバイダーが構成され、認証されていないクライアントが構成されている場合にのみ必要です。
action が "RedirectToLoginPage" に設定されています。
requireAuthentication <コード>認証フローが要求される必要がある場合は、/code><true になります。それ以外の場合は、<コード>false</code>。 bool
unauthenticatedClientAction 認証されていないクライアントがアプリにアクセスしようとしたときに実行するアクション。 'AllowAnonymous'
'RedirectToLoginPage'
'Return401'
'Return403'

ググる

名前 形容 価値
有効 <コードは、設定された登録にもかかわらずGoogleプロバイダを有効にすべきでない場合は、false</code> を>します。それ以外の場合は、<コード>true</code>。 bool
ログイン ログイン フローの構成設定。 LoginScopes
登録 Google プロバイダーのアプリ登録の構成設定。 ClientRegistration
検証 Azure Active Directory トークン検証フローの構成設定。 AllowedAudiencesValidation の

HandlerMapping

名前 形容 価値
引数 スクリプト プロセッサに渡されるコマンド ライン引数。
延長 この拡張機能を持つ要求は、指定された FastCGI アプリケーションを使用して処理されます。
scriptProcessor FastCGI アプリケーションへの絶対パス。

HttpLogsConfig

名前 形容 価値
azureBlobStorage Azure BLOB ストレージ構成への Http ログ。 AzureBlobStorageHttpLogsConfig
fileSystem ファイル システム構成への Http ログ。 FileSystemHttpLogsConfig の

HttpSettings

名前 形容 価値
forwardProxy 要求の実行に使用される転送プロキシの構成設定。 ForwardProxy
requireHttps https スキームを持たない認証/承認応答が許容される場合、<コードは false</code> を>します。それ以外の場合は、<コード>true</code>。 bool
ルート HTTP 要求のパスの構成設定。 HttpSettingsRoutes の

HttpSettingsRoutes

名前 形容 価値
apiPrefix すべての認証/承認パスの前に置くプレフィックス。

IdentityProviders

名前 形容 価値
林檎 Apple プロバイダーの構成設定。 Apple
azureActiveDirectory Azure Active Directory プロバイダーの構成設定。 AzureActiveDirectory
azureStaticWebApps Azure Static Web Apps プロバイダーの構成設定。 AzureStaticWebApps
customOpenIdConnectProviders 各カスタム Open ID Connect プロバイダーのエイリアスの名前のマップ
カスタム Open ID Connect プロバイダーの構成設定。
IdentityProvidersCustomOpenIdConnectProviders の
facebook Facebook プロバイダーの構成設定。 Facebook
gitHub GitHub プロバイダーの構成設定。 GitHub を する
ググる Google プロバイダーの構成設定。 Google を する
legacyMicrosoftAccount 従来の Microsoft アカウント プロバイダーの構成設定。 LegacyMicrosoftAccount
囀る Twitter プロバイダーの構成設定。 Twitter を する

IdentityProvidersCustomOpenIdConnectProviders

名前 形容 価値

IpSecurityRestriction

名前 形容 価値
アクション この IP 範囲のアクセスを許可または拒否します。
形容 IP 制限規則の説明。
ヘッダー IP 制限規則ヘッダー。
X-Forwarded-Host (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host#Examples).
一致するロジックは ..
- プロパティが null または空 (既定値) の場合、すべてのホスト (または不足) が許可されます。
- 値は、ordinal-ignore-case (ポート番号を除く) を使用して比較されます。
- サブドメインのワイルドカードは許可されますが、ルート ドメインと一致しません。 たとえば、*.contoso.com はサブドメイン foo.contoso.com と一致します
ただし、ルート ドメイン contoso.com または複数レベルの foo.bar.contoso.com
- Unicode ホスト名は許可されますが、照合のために Punycode に変換されます。

X-Forwarded-For (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For#Examples).
一致するロジックは ..
- プロパティが null または空 (既定値) の場合は、転送された for チェーン (または存在しません) が許可されます。
- チェーン (コンマ区切り) 内のアドレス (ポート番号を除く) が、プロパティで定義されている CIDR と一致する場合。

X-Azure-FDID と X-FD-HealthProbe。
一致するロジックは完全一致です。
IpSecurityRestrictionHeaders の
ipAddress セキュリティ制限が有効な IP アドレス。
純粋な ipv4 アドレス (必要な SubnetMask プロパティ) または
ipv4/mask (先頭のビット一致) などの CIDR 表記。 CIDR の場合、
SubnetMask プロパティを指定しないでください。
名前 IP 制限規則の名前。
優先権 IP 制限規則の優先順位。 int
subnetMask 制限が有効な IP アドレスの範囲のサブネット マスク。
subnetTrafficTag (内部)サブネット トラフィック タグ int
タグ この IP フィルターの用途を定義します。 これは、プロキシでの IP フィルター処理をサポートするためです。 'Default'
'ServiceTag'
'XffProxy'
vnetSubnetResourceId 仮想ネットワーク リソース ID
vnetTrafficTag (内部)Vnet トラフィック タグ int

IpSecurityRestrictionHeaders

名前 形容 価値

JwtClaimChecks

名前 形容 価値
allowedClientApplications 許可されているクライアント アプリケーションの一覧。 string[]
allowedGroups 許可されるグループの一覧。 string[]

LegacyMicrosoftAccount

名前 形容 価値
有効 <コード>、設定された登録にもかかわらず従来の Microsoft アカウント プロバイダーを有効にすべきでない場合は、false</code> を使用します。それ以外の場合は、<コード>true</code>。 bool
ログイン ログイン フローの構成設定。 LoginScopes
登録 従来の Microsoft アカウント プロバイダーのアプリ登録の構成設定。 ClientRegistration
検証 従来の Microsoft アカウント プロバイダー トークン検証フローの構成設定。 AllowedAudiencesValidation の

ログイン

名前 形容 価値
allowedExternalRedirectUrls アプリのログインまたはログアウトの一環としてリダイレクトできる外部 URL。 URL のクエリ文字列部分は無視されることに注意してください。
これは、通常、Windows ストア アプリケーション バックエンドでのみ必要な詳細設定です。
現在のドメイン内の URL は常に暗黙的に許可されることに注意してください。
string[]
cookieExpiration セッション Cookie の有効期限の構成設定。 CookieExpiration
nonce ログイン フローで使用される nonce の構成設定。 Nonce
preserveUrlFragmentsForLogins <コード>、ログイン要求が行われた後も要求のフラグメントが保持される場合、/code><true になります。それ以外の場合は、<コード>false</code>。 bool
ルート ログイン要求とログアウト要求に使用されるエンドポイントを指定するルート。 LoginRoutes
tokenStore トークン ストアの構成設定。 TokenStore

LoginRoutes

名前 形容 価値
logoutEndpoint ログアウト要求を行うエンドポイント。

LoginScopes

名前 形容 価値
スコープ 認証中に要求する必要があるスコープの一覧。 string[]

microsoft.web/sites/slots/config

名前 形容 価値
名前 Microsoft.Web/sites/slots/config種類として 'appsettings' に設定します。Microsoft.Web/sites/slots/configの種類 "authsettings" に設定します。Microsoft.Web/sites/slots/configの種類 'authsettingsV2' に設定します。型 Microsoft.Web/sites/slots/configの 'azurestorageaccounts' に設定します。Microsoft.Web/sites/slots/configの種類 'backup' に設定します。Microsoft.Web/sites/slots/config型の 'connectionstrings' に設定します。Microsoft.Web/sites/slots/configの種類 'logs' に設定します。型 Microsoft.Web/sites/slots/configの 'metadata' に設定します。型 Microsoft.Web/sites/slots/configの 'pushsettings' に設定します。型 Microsoft.Web/sites/slots/configの場合は 'web' に設定します。 'appsettings'
'authsettings'
'authsettingsV2'
'azurestorageaccounts'
'backup'
'connectionstrings'
'logs'
'metadata'
'pushsettings'
'web' (必須)

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'appsettings' (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: サイト/スロット
プロパティ 設定。 StringDictionaryProperties
種類 リソースの種類 "Microsoft.Web/sites/slots/config@2021-01-01"

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'authsettings' (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: サイト/スロット
プロパティ SiteAuthSettings リソース固有のプロパティ SiteAuthSettingsProperties の
種類 リソースの種類 "Microsoft.Web/sites/slots/config@2021-01-01"

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'authsettingsV2' (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: サイト/スロット
プロパティ SiteAuthSettingsV2 リソース固有のプロパティ SiteAuthSettingsV2Properties の
種類 リソースの種類 "Microsoft.Web/sites/slots/config@2021-01-01"

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'azurestorageaccounts' (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: サイト/スロット
プロパティ Azure ストレージ アカウント。 AzureStoragePropertyDictionaryResourceProperties
種類 リソースの種類 "Microsoft.Web/sites/slots/config@2021-01-01"

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'backup' (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: サイト/スロット
プロパティ BackupRequest リソース固有のプロパティ BackupRequestProperties
種類 リソースの種類 "Microsoft.Web/sites/slots/config@2021-01-01"

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'connectionstrings' (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: サイト/スロット
プロパティ 接続文字列。 ConnectionStringDictionaryProperties の
種類 リソースの種類 "Microsoft.Web/sites/slots/config@2021-01-01"

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'logs' (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: サイト/スロット
プロパティ SiteLogsConfig リソース固有のプロパティ SiteLogsConfigProperties の
種類 リソースの種類 "Microsoft.Web/sites/slots/config@2021-01-01"

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'metadata' (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: サイト/スロット
プロパティ 設定。 StringDictionaryProperties
種類 リソースの種類 "Microsoft.Web/sites/slots/config@2021-01-01"

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'pushsettings' (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: サイト/スロット
プロパティ PushSettings リソース固有のプロパティ PushSettingsProperties の
種類 リソースの種類 "Microsoft.Web/sites/slots/config@2021-01-01"

Microsoft.Web/sites/slots/config

名前 形容 価値
種類 リソースの種類。
名前 リソース名 'web' (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: サイト/スロット
プロパティ コア リソースのプロパティ SiteConfig
種類 リソースの種類 "Microsoft.Web/sites/slots/config@2021-01-01"

NameValuePair

名前 形容 価値
名前 ペア名。
価値 ペア値。

Nonce

名前 形容 価値
nonceExpirationInterval nonce の有効期限が切れる要求の後の時間。
validateNonce <コード>ログイン フローの完了中に nonce を検証すべきでない場合は false</code>。それ以外の場合は、<コード>true</code>。 bool

OpenIdConnectClientCredential

名前 形容 価値
clientSecretSettingName カスタム Open ID Connect プロバイダーのクライアント シークレットを含むアプリ設定。
方式 ユーザーの認証に使用するメソッド。 'ClientSecretPost'

OpenIdConnectConfig

名前 形容 価値
authorizationEndpoint 承認要求を行うために使用するエンドポイント。
certificationUri トークンの検証に必要なキーを提供するエンドポイント。
発行者 トークンを発行するエンドポイント。
tokenEndpoint トークンの要求に使用するエンドポイント。
wellKnownOpenIdConfiguration プロバイダーのすべての構成エンドポイントを含むエンドポイント。

OpenIdConnectLogin

名前 形容 価値
nameClaimType ユーザー名を含む要求の名前。
スコープ 認証中に要求する必要があるスコープの一覧。 string[]

OpenIdConnectRegistration

名前 形容 価値
clientCredential カスタム Open ID Connect プロバイダーの認証資格情報。 OpenIdConnectClientCredential の
clientId カスタム Open ID Connect プロバイダーのクライアント ID。
openIdConnectConfiguration カスタム Open ID Connect プロバイダーに使用されるエンドポイントの構成設定。 OpenIdConnectConfig の

PushSettings

名前 形容 価値
種類 リソースの種類。
プロパティ PushSettings リソース固有のプロパティ PushSettingsProperties の

PushSettingsProperties

名前 形容 価値
dynamicTagsJson プッシュ登録エンドポイントのユーザー要求から評価される動的タグの一覧を含む JSON 文字列を取得または設定します。
isPushEnabled プッシュ エンドポイントが有効かどうかを示すフラグを取得または設定します。 bool (必須)
tagsRequiringAuth プッシュ登録エンドポイントでユーザー認証を使用する必要があるタグの一覧を含む JSON 文字列を取得または設定します。
タグは、英数字と次の文字で構成できます。
'_', '@', '#', '.', ':', '-'.
検証は PushRequestHandler で実行する必要があります。
tagWhitelistJson プッシュ登録エンドポイントで使用できる一覧にあるタグの一覧を含む JSON 文字列を取得または設定します。

RampUpRule

名前 形容 価値
actionHostName トラフィックがリダイレクトされるスロットのホスト名 (決定した場合)。 例: myapp-stage.azurewebsites.net。
changeDecisionCallbackUrl カスタム決定アルゴリズムは、指定できる URL を TiPCallback サイト拡張機能で提供できます。 スキャフォールディングとコントラクトについては、TiPCallback サイト拡張機能を参照してください。
https://www.siteextensions.net/packages/TiPCallback/
changeIntervalInMinutes ReroutePercentage を再評価する間隔を分単位で指定します。 int
changeStep 自動ランプ アップ シナリオでは、これは、MinReroutePercentage</code> または >コード>\n<コードに到達するまで、ReroutePercentage</code> を <コードから追加または削除する手順です。
MaxReroutePercentage</code>>コードを <します。 サイト メトリックは、ChangeIntervalInMinutes</code>><コードで指定された N 分ごとにチェックされます。カスタム意思決定アルゴリズムの\n
は、<コード>ChangeDecisionCallbackUrl</code>で指定できる URL を TiPCallback サイト拡張機能で指定できます。
int
maxReroutePercentage ReroutePercentage を維持する上限を指定します。 int
minReroutePercentage ReroutePercentage が維持される下限を指定します。 int
名前 ルーティング規則の名前。 推奨される名前は、実験のトラフィックを受信するスロットを指すように設定します。
reroutePercentage ActionHostName</code>><コードにリダイレクトされるトラフィックの割合。 int

RequestsBasedTrigger

名前 形容 価値
数える 要求数。 int
timeInterval 時間間隔。

SiteAuthSettingsProperties

名前 形容 価値
aadClaimsAuthorization Azure AD Acl 設定を含む JSON 文字列を取得します。
additionalLoginParams OpenID Connect 承認エンドポイントに送信するログイン パラメーター
ユーザーがログインします。 各パラメーターは、"key=value" の形式である必要があります。
string[]
allowedAudiences によって発行された JWT を検証するときに考慮する対象ユーザーの値を許可する
Azure Active Directory。 ClientID</code> 値><コードは常に
この設定に関係なく、許可された対象ユーザー。
string[]
allowedExternalRedirectUrls アプリのログインまたはログアウトの一環としてリダイレクトできる外部 URL。 URL のクエリ文字列部分は無視されることに注意してください。
これは、通常、Windows ストア アプリケーション バックエンドでのみ必要な詳細設定です。
現在のドメイン内の URL は常に暗黙的に許可されることに注意してください。
string[]
authFilePath 認証設定を含む構成ファイルのパス。
パスが相対パスの場合、ベースはサイトのルート ディレクトリになります。
clientId この証明書利用者アプリケーションのクライアント ID (client_idと呼ばれます)。
この設定は、Azure Active Directory または
他のサードパーティの OpenID Connect プロバイダー。
OpenID Connect の詳細: http://openid.net/specs/openid-connect-core-1_0.html
clientSecret この証明書利用者アプリケーションのクライアント シークレット (Azure Active Directory では、これはキーとも呼ばれます)。
この設定は省略可能です。 クライアント シークレットが構成されていない場合は、OpenID Connect の暗黙的な認証フローを使用してエンド ユーザーを認証します。
それ以外の場合は、OpenID Connect 承認コード フローを使用してエンド ユーザーを認証します。
OpenID Connect の詳細: http://openid.net/specs/openid-connect-core-1_0.html
clientSecretCertificateThumbprint クライアント シークレットの代わりに、署名目的で使用される証明書の拇印です。 このプロパティは次のように機能します。
クライアント シークレットの置き換え。 また、省略可能です。
clientSecretSettingName 証明書利用者アプリケーションのクライアント シークレットを含むアプリ設定名。
configVersion 現在のアプリで使用されている認証/承認機能の ConfigVersion。
この値の設定は、認証/承認のコントロール プレーンの動作を制御できます。
defaultProvider 複数のプロバイダーが構成されている場合に使用する既定の認証プロバイダー。
この設定は、複数のプロバイダーが構成され、認証されていないクライアントが構成されている場合にのみ必要です。
action が "RedirectToLoginPage" に設定されています。
'AzureActiveDirectory'
'Facebook'
'Github'
'Google'
'MicrosoftAccount'
'Twitter'
有効 <コード>認証/承認機能が現在のアプリに対して有効になっている場合は、/code><true になります。それ以外の場合は、<コード>false</code>。 bool
facebookAppId ログインに使用される Facebook アプリのアプリ ID。
この設定は、Facebook ログインを有効にするために必要です。
Facebook ログインのドキュメント: https://developers.facebook.com/docs/facebook-login
facebookAppSecret Facebook ログインに使用される Facebook アプリのアプリ シークレット。
この設定は、Facebook ログインを有効にするために必要です。
Facebook ログインのドキュメント: https://developers.facebook.com/docs/facebook-login
facebookAppSecretSettingName Facebook ログインに使用されるアプリ シークレットを含むアプリ設定名。
facebookOAuthScopes Facebook ログイン認証の一部として要求される OAuth 2.0 スコープ。
この設定は省略可能です。
Facebook ログインのドキュメント: https://developers.facebook.com/docs/facebook-login
string[]
gitHubClientId ログインに使用される GitHub アプリのクライアント ID。
この設定は、Github ログインを有効にするために必要です
gitHubClientSecret GitHub ログインに使用される GitHub アプリのクライアント シークレット。
この設定は、Github ログインを有効にするために必要です。
gitHubClientSecretSettingName Github のクライアント シークレットを含むアプリ設定名
GitHub ログインに使用されるアプリ。
gitHubOAuthScopes GitHub ログイン認証の一部として要求される OAuth 2.0 スコープ。
この設定は省略可能です
string[]
googleClientId Google Web アプリケーションの OpenID Connect クライアント ID。
この設定は、Google サインインを有効にするために必要です。
Google Sign-In ドキュメント: https://developers.google.com/identity/sign-in/web/
googleClientSecret Google Web アプリケーションに関連付けられているクライアント シークレット。
この設定は、Google サインインを有効にするために必要です。
Google Sign-In ドキュメント: https://developers.google.com/identity/sign-in/web/
googleClientSecretSettingName に関連付けられているクライアント シークレットを含むアプリ設定名
Google Web アプリケーション。
googleOAuthScopes Google Sign-In 認証の一部として要求される OAuth 2.0 スコープ。
この設定は省略可能です。 指定しない場合、"openid"、"profile"、および "email" が既定のスコープとして使用されます。
Google Sign-In ドキュメント: https://developers.google.com/identity/sign-in/web/
string[]
isAuthFromFile 認証構成設定をファイルから読み取る必要がある場合は "true"
それ以外の場合は "false"
発行者 このアプリケーションのアクセス トークンを発行するエンティティを表す OpenID Connect 発行者 URI。
Azure Active Directory を使用する場合、この値はディレクトリ テナントの URI です (例: https://sts.windows.net/{tenant-guid}/)。
この URI は、トークン発行者の大文字と小文字を区別する識別子です。
OpenID Connect Discovery の詳細: http://openid.net/specs/openid-connect-discovery-1_0.html
microsoftAccountClientId 認証に使用されるアプリ用に作成された OAuth 2.0 クライアント ID。
この設定は、Microsoft アカウント認証を有効にするために必要です。
Microsoft アカウント OAuth のドキュメント: https://dev.onedrive.com/auth/msa_oauth.htm
microsoftAccountClientSecret 認証に使用されるアプリ用に作成された OAuth 2.0 クライアント シークレット。
この設定は、Microsoft アカウント認証を有効にするために必要です。
Microsoft アカウント OAuth のドキュメント: https://dev.onedrive.com/auth/msa_oauth.htm
microsoftAccountClientSecretSettingName 用に作成された OAuth 2.0 クライアント シークレットを含むアプリ設定
認証に使用されるアプリ。
microsoftAccountOAuthScopes Microsoft アカウント認証の一部として要求される OAuth 2.0 スコープ。
この設定は省略可能です。 指定しない場合は、既定のスコープとして "wl.basic" が使用されます。
Microsoft アカウントのスコープとアクセス許可に関するドキュメント: https://msdn.microsoft.com/en-us/library/dn631845.aspx
string[]
runtimeVersion 現在のアプリで使用されている認証/承認機能の RuntimeVersion。
この値の設定は、認証/承認モジュールの特定の機能の動作を制御できます。
tokenRefreshExtensionHours セッション トークンを使用してセッション トークンが期限切れになってから経過した時間数。
トークン更新 API を呼び出します。 既定値は 72 時間です。
int
tokenStoreEnabled <コード>、ログイン フロー中に取得されたプラットフォーム固有のセキュリティ トークンを永続的に格納するための真の</code> です。それ以外の場合は、<コード>false</code>。
既定値は、false</code>><コードです。
bool
twitterConsumerKey サインインに使用される Twitter アプリケーションの OAuth 1.0a コンシューマー キー。
この設定は、Twitter サインインを有効にするために必要です。
Twitter Sign-In ドキュメント: https://dev.twitter.com/web/sign-in
twitterConsumerSecret サインインに使用される Twitter アプリケーションの OAuth 1.0a コンシューマー シークレット。
この設定は、Twitter サインインを有効にするために必要です。
Twitter Sign-In ドキュメント: https://dev.twitter.com/web/sign-in
twitterConsumerSecretSettingName Twitter の OAuth 1.0a コンシューマー シークレットを含むアプリ設定名
サインインに使用されるアプリケーション。
unauthenticatedClientAction 認証されていないクライアントがアプリにアクセスしようとしたときに実行するアクション。 'AllowAnonymous'
'RedirectToLoginPage'
validateIssuer 発行者が有効な HTTPS URL で、そのように検証される必要があるかどうかを示す値を取得します。 bool

SiteAuthSettingsV2Properties

名前 形容 価値
globalValidation App Service 認証/承認を使用するユーザーの検証フローを決定する構成設定。 GlobalValidation
httpSettings App Service の認証/承認に対して行われた認証要求と承認要求の HTTP 要求の構成設定。 HttpSettings の
identityProviders App Service の認証/承認の構成に使用される各 ID プロバイダーの構成設定。 IdentityProviders の
ログイン App Service 認証/承認を使用するユーザーのログイン フローの構成設定。 ログイン
プラットホーム App Service 認証/承認のプラットフォームの構成設定。 AuthPlatform

SiteConfig

名前 形容 価値
acrUseManagedIdentityCreds ACR プルにマネージド ID Creds を使用するためのフラグ bool
acrUserManagedIdentityID ユーザー マネージド ID を使用している場合、ユーザー マネージド ID ClientId
alwaysOn Always On が有効な場合、<コード>true</code>。それ以外の場合は、<コード>false</code>。 bool
apiDefinition アプリの正式な API 定義に関する情報。 ApiDefinitionInfo
apiManagementConfig アプリにリンクされた Azure API 管理設定。 ApiManagementConfig
appCommandLine 起動するアプリのコマンド ライン。
appSettings アプリケーションの設定。 NameValuePair[]
autoHealEnabled 自動修復が有効な場合、コード <>true</code>。それ以外の場合は、<コード>false</code>。 bool
autoHealRules 自動修復ルール。 AutoHealRules を する
autoSwapSlotName スロット名の自動スワップ。
azureStorageAccounts Azure ストレージ アカウントの一覧。 SiteConfigAzureStorageAccounts
connectionStrings 接続文字列。 ConnStringInfo[]
cors クロスオリジン リソース共有 (CORS) 設定。 CorsSettings の
defaultDocuments 既定のドキュメント。 string[]
detailedErrorLoggingEnabled 詳細なエラー ログが有効になっている場合、コード></code> に true を <します。それ以外の場合は、<コード>false</code>。 bool
documentRoot ドキュメント ルート。
実験 これは、ポリモーフィック型の場合に回避できます。 実験の
ftpsState FTP/FTPS サービスの状態 'AllAllowed'
'Disabled'
'FtpsOnly'
functionAppScaleLimit サイトがスケールアウトできるワーカーの最大数。
この設定は、従量課金プランと Elastic Premium プランにのみ適用されます
int

制約:
最小値 = 0
functionsRuntimeScaleMonitoringEnabled 関数のランタイム スケール監視が有効かどうかを示す値を取得または設定します。 有効にすると、
ScaleController はイベント ソースを直接監視せず、代わりに
ランタイムを使用してスケールの状態を取得します。
bool
handlerMappings ハンドラー マッピング。 HandlerMapping[]
healthCheckPath 正常性チェック パス
http20Enabled Http20Enabled: クライアントが http2.0 経由で接続できるように Web サイトを構成します bool
httpLoggingEnabled <コード>、HTTP ログが有効になっている場合は 、/code><true になります。それ以外の場合は、<コード>false</code>。 bool
ipSecurityRestrictions メインの IP セキュリティ制限。 IpSecurityRestriction[]
javaContainer Java コンテナー。
javaContainerVersion Java コンテナーのバージョン。
javaVersion Java バージョン。
keyVaultReferenceIdentity Key Vault 参照認証に使用する ID。
切り サイトの制限。 SiteLimits
linuxFxVersion Linux App Framework とバージョン
loadBalancing サイトの負荷分散。 'LeastRequests'
'LeastResponseTime'
'PerSiteRoundRobin'
'RequestHash'
'WeightedRoundRobin'
'WeightedTotalTraffic'
localMySqlEnabled <コード>ローカル MySQL を有効にするには、/code><true です。それ以外の場合は、<コード>false</code>。 bool
logsDirectorySizeLimit HTTP ログのディレクトリ サイズの制限。 int
managedPipelineMode マネージド パイプライン モード。 'Classic'
'Integrated'
managedServiceIdentityId マネージド サービス ID int
minimumElasticInstanceCount サイトの最小インスタンス数
この設定は Elastic Plans にのみ適用されます
int

制約:
最小値 = 0
最大値 = 20
minTlsVersion MinTlsVersion: SSL 要求に必要な TLS の最小バージョンを構成します '1.0'
'1.1'
'1.2'
netFrameworkVersion .NET Framework のバージョン。
nodeVersion Node.jsのバージョン。
numberOfWorkers ワーカーの数。 int
phpVersion PHP のバージョン。
powerShellVersion PowerShell のバージョン。
preWarmedInstanceCount 事前ウォーミングされたインスタンスの数。
この設定は、従量課金プランとエラスティック プランにのみ適用されます
int

制約:
最小値 = 0
最大値 = 10
publicNetworkAccess すべてのパブリック トラフィックを許可またはブロックするプロパティ。
publishingUsername ユーザー名の発行。
押す プッシュ エンドポイントの設定。 PushSettings の
pythonVersion Python のバージョン。
remoteDebuggingEnabled リモート デバッグ>有効な場合は、/code><true を <します。それ以外の場合は、<コード>false</code>。 bool
remoteDebuggingVersion リモート デバッグのバージョン。
requestTracingEnabled 要求トレースが有効な場合、<コード>true</code>。それ以外の場合は、<コード>false</code>。 bool
requestTracingExpirationTime 要求トレースの有効期限。
scmIpSecurityRestrictions scm の IP セキュリティ制限。 IpSecurityRestriction[]
scmIpSecurityRestrictionsUseMain scm で main を使用するための IP セキュリティ制限。 bool
scmMinTlsVersion ScmMinTlsVersion: SCM サイトの SSL 要求に必要な TLS の最小バージョンを構成します '1.0'
'1.1'
'1.2'
scmType SCM 型。 'BitbucketGit'
'BitbucketHg'
'CodePlexGit'
'CodePlexHg'
'Dropbox'
'ExternalGit'
'ExternalHg'
'GitHub'
'LocalGit'
'None'
'OneDrive'
'Tfs'
'VSO'
'VSTSRM'
tracingOptions トレース オプション。
use32BitWorkerProcess <コード>、32 ビットワーカー プロセスを使用する true</code>。それ以外の場合は、<コード>false</code>。 bool
virtualApplications 仮想アプリケーション。 VirtualApplication[]
vnetName 仮想ネットワーク名。
vnetPrivatePortsCount このアプリに割り当てられているプライベート ポートの数。 これらは実行時に動的に割り当てられます。 int
vnetRouteAllEnabled [Virtual Network Route All]\(仮想ネットワーク ルートすべて\) が有効になっています。 これにより、すべての送信トラフィックに仮想ネットワーク セキュリティ グループとユーザー定義ルートが適用されます。 bool
websiteTimeZone サイトがタイムスタンプの生成に使用するタイム ゾーンを設定します。 Linux および Windows App Service と互換性があります。 WEBSITE_TIME_ZONEアプリ設定の設定は、この構成よりも優先されます。Linux の場合、https://www.iana.org/time-zones tz データベース値が必要です (クイック リファレンスについては、https://en.wikipedia.org/wiki/List_of_tz_database_time_zonesを参照してください)。 Windows の場合は、HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones の下に一覧表示されているタイム ゾーンのいずれかが必要です
webSocketsEnabled WebSocket が有効な場合、<コード>true</code>。それ以外の場合は、<コード>false</code>。 bool
windowsFxVersion Xenon App Framework とバージョン
xManagedServiceIdentityId 明示的なマネージド サービス ID int

SiteConfigAzureStorageAccounts

名前 形容 価値

SiteLimits

名前 形容 価値
maxDiskSizeInMb 許容されるディスク サイズの最大使用量 (MB)。 int
maxMemoryInMb 許容されるメモリ使用量の最大値 (MB)。 int
maxPercentageCpu 許容される CPU 使用率の最大値。 int

SiteLogsConfigProperties

名前 形容 価値
applicationLogs アプリケーション ログの構成。 ApplicationLogsConfig の
detailedErrorMessages 詳細なエラー メッセージの構成。 EnabledConfig の
failedRequestsTracing 失敗した要求のトレース構成。 EnabledConfig の
httpLogs HTTP ログの構成。 HttpLogsConfig の

SlowRequestsBasedTrigger

名前 形容 価値
数える 要求数。 int
パス 要求パス。
timeInterval 時間間隔。
timeTaken 所要時間。

StatusCodesBasedTrigger

名前 形容 価値
数える 要求数。 int
パス 要求パス
地位 HTTP 状態コード。 int
subStatus 要求サブの状態。 int
timeInterval 時間間隔。
win32Status Win32 エラー コード。 int

StatusCodesRangeBasedTrigger

名前 形容 価値
数える 要求数。 int
パス
statusCodes HTTP 状態コード。
timeInterval 時間間隔。

StringDictionaryProperties

名前 形容 価値

StringDictionaryProperties

名前 形容 価値

TokenStore

名前 形容 価値
azureBlobStorage BLOB ストレージが使用されている場合のトークンのストレージの構成設定。 BlobStorageTokenStore の
有効 <コード>、ログイン フロー中に取得されたプラットフォーム固有のセキュリティ トークンを永続的に格納するための真の</code> です。それ以外の場合は、<コード>false</code>。
既定値は、false</code>><コードです。
bool
fileSystem ファイル システムが使用されている場合のトークンのストレージの構成設定。 FileSystemTokenStore の
tokenRefreshExtensionHours セッション トークンを使用してセッション トークンが期限切れになってから経過した時間数。
トークン更新 API を呼び出します。 既定値は 72 時間です。
int

囀る

名前 形容 価値
有効 <コード>設定された登録にもかかわらず Twitter プロバイダーを有効にすべきでない場合は、false</code>。それ以外の場合は、<コード>true</code>。 bool
登録 Twitter プロバイダーのアプリ登録の構成設定。 TwitterRegistration

TwitterRegistration

名前 形容 価値
consumerKey サインインに使用される Twitter アプリケーションの OAuth 1.0a コンシューマー キー。
この設定は、Twitter サインインを有効にするために必要です。
Twitter Sign-In ドキュメント: https://dev.twitter.com/web/sign-in
consumerSecretSettingName Twitter の OAuth 1.0a コンシューマー シークレットを含むアプリ設定名
サインインに使用されるアプリケーション。

VirtualApplication

名前 形容 価値
physicalPath 物理パス。
preloadEnabled プリロードが有効な場合、コード><</code> が true になります。それ以外の場合は、<コード>false</code>。 bool
virtualDirectories 仮想アプリケーションの仮想ディレクトリ。 VirtualDirectory[]
virtualPath 仮想パス。

VirtualDirectory

名前 形容 価値
physicalPath 物理パス。
virtualPath 仮想アプリケーションへのパス。