次の方法で共有


az functionapp deployment config

関数アプリのデプロイ構成を管理します。

コマンド

名前 説明 状態
az functionapp deployment config set

既存の関数アプリのデプロイ構成を更新します。

Core GA
az functionapp deployment config show

関数アプリのデプロイ構成の詳細を取得します。

Core GA

az functionapp deployment config set

既存の関数アプリのデプロイ構成を更新します。

az functionapp deployment config set [--deployment-storage-auth-type --dsat {StorageAccountConnectionString, SystemAssignedIdentity, UserAssignedIdentity}]
                                     [--deployment-storage-auth-value --dsav]
                                     [--deployment-storage-container-name --dscn]
                                     [--deployment-storage-name --dsn]
                                     [--ids]
                                     [--name]
                                     [--resource-group]
                                     [--subscription]

関数アプリのデプロイ ストレージを設定します。

az functionapp deployment config set --name MyFunctionApp --resource-group MyResourceGroup --deployment-storage-name MyStorageAccount --deployment-storage-container-name MyStorageContainer

関数アプリのデプロイ ストレージ認証方法を設定します。

az functionapp deployment config set --name MyFunctionApp --resource-group MyResourceGroup --deployment-storage-auth-type userAssignedIdentity --deployment-storage-auth-value myAssignedId

省略可能のパラメーター

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--deployment-storage-auth-type --dsat
プレビュー

デプロイ ストレージ アカウントの認証の種類。

プロパティ
指定可能な値: StorageAccountConnectionString, SystemAssignedIdentity, UserAssignedIdentity
--deployment-storage-auth-value --dsav
プレビュー

デプロイ ストレージ アカウントの認証値。 ユーザー割り当てマネージド ID 認証の種類の場合、これはユーザー割り当て ID リソース ID である必要があります。ストレージ アカウントの接続文字列認証の種類の場合、これはストレージ アカウントの接続文字列を含むアプリ設定の名前である必要があります。 システム割り当てマネージド ID 認証の種類の場合、このパラメーターは適用されず、空のままにする必要があります。

--deployment-storage-container-name --dscn
プレビュー

デプロイ ストレージ アカウントのコンテナー名。

--deployment-storage-name --dsn
プレビュー

デプロイ ストレージ アカウント名。

--ids

1 つ以上のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。

プロパティ
Parameter group: Resource Id Arguments
--name -n

関数アプリの名前。

プロパティ
Parameter group: Resource Id Arguments
--resource-group -g

リソース グループの名前。 az configure --defaults group=<name>を使用して既定のグループを構成できます。

プロパティ
Parameter group: Resource Id Arguments
--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_IDを使用して既定のサブスクリプションを構成できます。

プロパティ
Parameter group: Resource Id Arguments
グローバル パラメーター
--debug

ログの詳細度を上げて、すべてのデバッグ ログを表示します。

プロパティ
規定値: False
--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告を抑制します。

プロパティ
規定値: False
--output -o

出力フォーマット。

プロパティ
規定値: json
指定可能な値: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。

--verbose

ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。

プロパティ
規定値: False

az functionapp deployment config show

関数アプリのデプロイ構成の詳細を取得します。

az functionapp deployment config show [--ids]
                                      [--name]
                                      [--resource-group]
                                      [--subscription]

関数アプリのデプロイ構成の詳細を取得します。

az functionapp deployment config show --name MyFunctionApp --resource-group MyResourceGroup

省略可能のパラメーター

The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.

--ids

1 つ以上のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。

プロパティ
Parameter group: Resource Id Arguments
--name -n

関数アプリの名前。

プロパティ
Parameter group: Resource Id Arguments
--resource-group -g

リソース グループの名前。 az configure --defaults group=<name>を使用して既定のグループを構成できます。

プロパティ
Parameter group: Resource Id Arguments
--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_IDを使用して既定のサブスクリプションを構成できます。

プロパティ
Parameter group: Resource Id Arguments
グローバル パラメーター
--debug

ログの詳細度を上げて、すべてのデバッグ ログを表示します。

プロパティ
規定値: False
--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告を抑制します。

プロパティ
規定値: False
--output -o

出力フォーマット。

プロパティ
規定値: json
指定可能な値: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。

--verbose

ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。

プロパティ
規定値: False