次の方法で共有


Microsoft.Web sites/functions 2023-01-01

Bicep リソース定義

サイト/関数のリソースの種類は、次を対象とする操作と共にデプロイできます。

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

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

リソースの形式

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

resource symbolicname 'Microsoft.Web/sites/functions@2023-01-01' = {
  kind: 'string'
  name: 'string'
  properties: {
    config: any(Azure.Bicep.Types.Concrete.AnyType)
    config_href: 'string'
    files: {
      {customized property}: 'string'
    }
    function_app_id: 'string'
    href: 'string'
    invoke_url_template: 'string'
    isDisabled: bool
    language: 'string'
    script_href: 'string'
    script_root_path_href: 'string'
    secrets_file_href: 'string'
    test_data: 'string'
    test_data_href: 'string'
  }
}

プロパティ値

FunctionEnvelopeProperties

名前 形容 価値
config 構成情報。 任意
config_href 構成 URI。
ファイル ファイルの一覧。 FunctionEnvelopePropertiesFiles
function_app_id 関数アプリ ID。
href 関数 URI。
invoke_url_template 呼び出し URL
isDisabled 関数が無効かどうかを示す値を取得または設定します。 bool
言語 関数言語
script_href スクリプト URI。
script_root_path_href スクリプト ルート パス URI。
secrets_file_href シークレット ファイル URI。
test_data Azure Portal を使用してテストするときに使用されるテスト データ。
test_data_href テスト データ URI。

FunctionEnvelopePropertiesFiles

名前 形容 価値

Microsoft.Web/sites/functions

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

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

クイック スタートのサンプル

次のクイック スタート サンプルでは、このリソースの種類をデプロイします。

Bicep ファイル 形容
Azure 関数アプリと HTTP によってトリガーされる関数 を する この例では、Azure 関数アプリと HTTP によってトリガーされる関数をテンプレートにインラインでデプロイします。 また、Key Vault をデプロイし、シークレットに関数アプリのホスト キーを設定します。
Azure Functions の配信元 を使用した Front Door Standard/Premium の このテンプレートは、Azure Functions アプリである Front Door Standard/Premium を作成し、トラフィックが Front Door の配信元を通過したことを検証するように関数アプリを構成します。

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

サイト/関数のリソースの種類は、次を対象とする操作と共にデプロイできます。

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

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

リソースの形式

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

{
  "type": "Microsoft.Web/sites/functions",
  "apiVersion": "2023-01-01",
  "name": "string",
  "kind": "string",
  "properties": {
    "config": {},
    "config_href": "string",
    "files": {
      "{customized property}": "string"
    },
    "function_app_id": "string",
    "href": "string",
    "invoke_url_template": "string",
    "isDisabled": "bool",
    "language": "string",
    "script_href": "string",
    "script_root_path_href": "string",
    "secrets_file_href": "string",
    "test_data": "string",
    "test_data_href": "string"
  }
}

プロパティ値

FunctionEnvelopeProperties

名前 形容 価値
config 構成情報。 任意
config_href 構成 URI。
ファイル ファイルの一覧。 FunctionEnvelopePropertiesFiles
function_app_id 関数アプリ ID。
href 関数 URI。
invoke_url_template 呼び出し URL
isDisabled 関数が無効かどうかを示す値を取得または設定します。 bool
言語 関数言語
script_href スクリプト URI。
script_root_path_href スクリプト ルート パス URI。
secrets_file_href シークレット ファイル URI。
test_data Azure Portal を使用してテストするときに使用されるテスト データ。
test_data_href テスト データ URI。

FunctionEnvelopePropertiesFiles

名前 形容 価値

Microsoft.Web/sites/functions

名前 形容 価値
apiVersion API のバージョン '2023-01-01'
種類 リソースの種類。
名前 リソース名 string (必須)
プロパティ FunctionEnvelope リソース固有のプロパティ FunctionEnvelopeProperties
種類 リソースの種類 'Microsoft.Web/sites/functions'

クイック スタート テンプレート

次のクイック スタート テンプレートでは、このリソースの種類をデプロイします。

テンプレート 形容
Azure 関数アプリと HTTP によってトリガーされる関数 を する

Azure
にデプロイする
この例では、Azure 関数アプリと HTTP によってトリガーされる関数をテンプレートにインラインでデプロイします。 また、Key Vault をデプロイし、シークレットに関数アプリのホスト キーを設定します。
変換機能 を使用して Azure 関数を する

Azure
にデプロイする
ロジック アプリ統合シナリオで使用する変換機能を備えた Webhook ベースの C# Azure 関数を作成します
Azure Functions の配信元 を使用した Front Door Standard/Premium の

Azure
にデプロイする
このテンプレートは、Azure Functions アプリである Front Door Standard/Premium を作成し、トラフィックが Front Door の配信元を通過したことを検証するように関数アプリを構成します。

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

サイト/関数のリソースの種類は、次を対象とする操作と共にデプロイできます。

  • リソース グループの

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

リソースの形式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Web/sites/functions@2023-01-01"
  name = "string"
  kind = "string"
  body = jsonencode({
    properties = {
      config = ?
      config_href = "string"
      files = {
        {customized property} = "string"
      }
      function_app_id = "string"
      href = "string"
      invoke_url_template = "string"
      isDisabled = bool
      language = "string"
      script_href = "string"
      script_root_path_href = "string"
      secrets_file_href = "string"
      test_data = "string"
      test_data_href = "string"
    }
  })
}

プロパティ値

FunctionEnvelopeProperties

名前 形容 価値
config 構成情報。 任意
config_href 構成 URI。
ファイル ファイルの一覧。 FunctionEnvelopePropertiesFiles
function_app_id 関数アプリ ID。
href 関数 URI。
invoke_url_template 呼び出し URL
isDisabled 関数が無効かどうかを示す値を取得または設定します。 bool
言語 関数言語
script_href スクリプト URI。
script_root_path_href スクリプト ルート パス URI。
secrets_file_href シークレット ファイル URI。
test_data Azure Portal を使用してテストするときに使用されるテスト データ。
test_data_href テスト データ URI。

FunctionEnvelopePropertiesFiles

名前 形容 価値

Microsoft.Web/sites/functions

名前 形容 価値
種類 リソースの種類。
名前 リソース名 string (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: サイト
プロパティ FunctionEnvelope リソース固有のプロパティ FunctionEnvelopeProperties
種類 リソースの種類 "Microsoft.Web/sites/functions@2023-01-01"