-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Unable to start datafactory trigger using az cli #32842
Description
Describe the bug
I have created a datafactory and a trigger using terraform. i wanted to start the blob trigger i created. i used az cli to start the trigger but it is throwing an error.
Related command
az datafactory trigger start --factory-name smalltestonedev25886 --name "Manifest Full Upload Event" --resource-group rg-smalltestonedev --debug
Errors
cli.azure.cli.core.azclierror: (BadRequest) Resource cannot be updated during provisioning
Code: BadRequest
Message: Resource cannot be updated during provisioning
Target: Manifest Full Upload Event
az_command_data_logger: (BadRequest) Resource cannot be updated during provisioning
Code: BadRequest
Message: Resource cannot be updated during provisioning
Target: Manifest Full Upload Event
Issue script & Debug output
cli.knack.cli: Command arguments: ['datafactory', 'trigger', 'start', '--factory-name', 'smalltestonedev25886', '--name', 'Manifest Full Upload Event', '--resource-group', 'rg-smalltestonedev', '--debug']
cli.knack.cli: init debug log:
Enable color in terminal.
cli.knack.cli: Event: Cli.PreExecute []
cli.knack.cli: Event: CommandParser.OnGlobalArgumentsCreate [<function CLILogging.on_global_arguments at 0x106018d60>, <function OutputProducer.on_global_arguments at 0x1061eede0>, <function CLIQuery.on_global_arguments at 0x1062311c0>]
cli.knack.cli: Event: CommandInvoker.OnPreCommandTableCreate []
cli.azure.cli.core: Modules found from index for 'datafactory': ['azext_datafactory']
cli.azure.cli.core: Loading command modules:
cli.azure.cli.core: Name Load Time Groups Commands
cli.azure.cli.core: Total (0) 0.000 0 0
cli.azure.cli.core: These extensions are not installed and will be skipped: ['azext_ai_examples', 'azext_next']
cli.azure.cli.core: Loading extensions:
cli.azure.cli.core: Name Load Time Groups Commands Directory
cli.azure.cli.core: datafactory 0.006 16 79 /Users/admin/.azure/cliextensions/datafactory
cli.azure.cli.core: Total (1) 0.006 16 79
cli.azure.cli.core: Loaded 16 groups, 79 commands.
cli.azure.cli.core: Found a match in the command table.
cli.azure.cli.core: Raw command : datafactory trigger start
cli.azure.cli.core: Command table: datafactory trigger start
cli.knack.cli: Event: CommandInvoker.OnPreCommandTableTruncate [<function AzCliLogging.init_command_file_logging at 0x1070bb2e0>]
cli.azure.cli.core.azlogging: metadata file logging enabled - writing logs to '/Users/admin/.azure/commands/2026-02-24.14-11-29.datafactory_trigger_start.84612.log'.
az_command_data_logger: command args: datafactory trigger start --factory-name {} --name {} --resource-group {} --debug
cli.knack.cli: Event: CommandInvoker.OnPreArgumentLoad [<function register_global_subscription_argument..add_subscription_parameter at 0x10710cc20>]
cli.knack.cli: Event: CommandInvoker.OnPostArgumentLoad []
cli.knack.cli: Event: CommandInvoker.OnPostCommandTableCreate [<function register_ids_argument..add_ids_arguments at 0x10710ef20>, <function register_cache_arguments..add_cache_arguments at 0x10710f100>, <function register_upcoming_breaking_change_info..update_breaking_change_info at 0x10710f1a0>]
cli.knack.cli: Event: CommandInvoker.OnCommandTableLoaded []
cli.knack.cli: Event: CommandInvoker.OnPreParseArgs []
cli.knack.cli: Event: CommandInvoker.OnPostParseArgs [<function OutputProducer.handle_output_argument at 0x1061eee80>, <function CLIQuery.handle_query_parameter at 0x106231260>, <function register_ids_argument..parse_ids_arguments at 0x10710efc0>]
az_command_data_logger: extension name: datafactory
az_command_data_logger: extension version: 1.0.4
cli.azure.cli.core.commands.client_factory: Getting management service client client_type=DataFactoryManagementClient
cli.azure.cli.core.auth.persistence: build_persistence: location='/Users/admin/.azure/msal_token_cache.json', encrypt=False
cli.azure.cli.core.auth.binary_cache: load: /Users/admin/.azure/msal_http_cache.bin
urllib3.util.retry: Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None)
msal.authority: Initializing with Entra authority: https://login.microsoftonline.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f
msal.authority: openid_config("https://login.microsoftonline.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f/v2.0/.well-known/openid-configuration") = {'token_endpoint': 'https://login.microsoftonline.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f/oauth2/v2.0/token', 'token_endpoint_auth_methods_supported': ['client_secret_post', 'private_key_jwt', 'client_secret_basic', 'self_signed_tls_client_auth'], 'jwks_uri': 'https://login.microsoftonline.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f/discovery/v2.0/keys', 'response_modes_supported': ['query', 'fragment', 'form_post'], 'subject_types_supported': ['pairwise'], 'id_token_signing_alg_values_supported': ['RS256'], 'response_types_supported': ['code', 'id_token', 'code id_token', 'id_token token'], 'scopes_supported': ['openid', 'profile', 'email', 'offline_access'], 'issuer': 'https://login.microsoftonline.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f/v2.0', 'request_uri_parameter_supported': False, 'userinfo_endpoint': 'https://graph.microsoft.com/oidc/userinfo', 'authorization_endpoint': 'https://login.microsoftonline.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f/oauth2/v2.0/authorize', 'device_authorization_endpoint': 'https://login.microsoftonline.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f/oauth2/v2.0/devicecode', 'http_logout_supported': True, 'frontchannel_logout_supported': True, 'end_session_endpoint': 'https://login.microsoftonline.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f/oauth2/v2.0/logout', 'claims_supported': ['sub', 'iss', 'cloud_instance_name', 'cloud_instance_host_name', 'cloud_graph_host_name', 'msgraph_host', 'aud', 'exp', 'iat', 'auth_time', 'acr', 'nonce', 'preferred_username', 'name', 'tid', 'ver', 'at_hash', 'c_hash', 'email'], 'kerberos_endpoint': 'https://login.microsoftonline.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f/kerberos', 'mtls_endpoint_aliases': {'token_endpoint': 'https://mtlsauth.microsoft.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f/oauth2/v2.0/token'}, 'tls_client_certificate_bound_access_tokens': True, 'tenant_region_scope': 'NA', 'cloud_instance_name': 'microsoftonline.com', 'cloud_graph_host_name': 'graph.windows.net', 'msgraph_host': 'graph.microsoft.com', 'rbac_url': 'https://pas.windows.net'}
msal.application: Broker enabled? None
cli.azure.cli.core.auth.credential_adaptor: CredentialAdaptor.get_token_info: scopes=('https://management.core.windows.net//.default',), options={}
cli.azure.cli.core.auth.msal_credentials: UserCredential.acquire_token: scopes=['https://management.core.windows.net//.default'], claims_challenge=None, kwargs={}
msal.application: Cache hit an AT
msal.telemetry: Generate or reuse correlation_id: c394e639-b78b-4e33-97ac-5ebdc01db82d
cli.azure.cli.core.sdk.policies: Request URL: 'https://management.azure.com/subscriptions/8198b303-d5e6-4530-83a5-d0c2e2f59b09/resourceGroups/rg-smalltestonedev/providers/Microsoft.DataFactory/factories/smalltestonedev25886/triggers/Manifest%20Full%20Upload%20Event/start?api-version=2018-06-01'
cli.azure.cli.core.sdk.policies: Request method: 'POST'
cli.azure.cli.core.sdk.policies: Request headers:
cli.azure.cli.core.sdk.policies: 'Accept': 'application/json'
cli.azure.cli.core.sdk.policies: 'x-ms-client-request-id': '9ccb5334-115c-11f1-bf1e-0602dbdd2617'
cli.azure.cli.core.sdk.policies: 'CommandName': 'datafactory trigger start'
cli.azure.cli.core.sdk.policies: 'ParameterSetName': '--factory-name --name --resource-group --debug'
cli.azure.cli.core.sdk.policies: 'User-Agent': 'AZURECLI/2.82.0 (HOMEBREW) azsdk-python-core/1.37.0 Python/3.13.11 (macOS-26.2-arm64-arm-64bit-Mach-O)'
cli.azure.cli.core.sdk.policies: 'Authorization': ''
cli.azure.cli.core.sdk.policies: Request body:
cli.azure.cli.core.sdk.policies: This request has no body
urllib3.connectionpool: Starting new HTTPS connection (1): management.azure.com:443
urllib3.connectionpool: https://management.azure.com:443 "POST /subscriptions/8198b303-d5e6-4530-83a5-d0c2e2f59b09/resourceGroups/rg-smalltestonedev/providers/Microsoft.DataFactory/factories/smalltestonedev25886/triggers/Manifest%20Full%20Upload%20Event/start?api-version=2018-06-01 HTTP/1.1" 200 2
cli.azure.cli.core.sdk.policies: Response status: 200
cli.azure.cli.core.sdk.policies: Response headers:
cli.azure.cli.core.sdk.policies: 'Cache-Control': 'no-cache'
cli.azure.cli.core.sdk.policies: 'Pragma': 'no-cache'
cli.azure.cli.core.sdk.policies: 'Content-Length': '2'
cli.azure.cli.core.sdk.policies: 'Content-Type': 'application/json; charset=utf-8'
cli.azure.cli.core.sdk.policies: 'Expires': '-1'
cli.azure.cli.core.sdk.policies: 'x-ms-correlation-request-id': '1db65b8c-f5a3-409c-9e76-5d1e1bbc3841'
cli.azure.cli.core.sdk.policies: 'x-ms-operation-identifier': 'tenantId=72f5aef5-4e10-4d86-95e2-e9b1c9e9928f,objectId=c397f33f-8eae-46a1-aaa3-2d883713f9d7/eastus/66b76692-1dd4-406d-a2f8-73a2a7171a1b'
cli.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-writes': '199'
cli.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-global-writes': '2999'
cli.azure.cli.core.sdk.policies: 'x-ms-request-id': '1db65b8c-f5a3-409c-9e76-5d1e1bbc3841'
cli.azure.cli.core.sdk.policies: 'x-ms-routing-request-id': 'EASTUS:20260224T084132Z:1db65b8c-f5a3-409c-9e76-5d1e1bbc3841'
cli.azure.cli.core.sdk.policies: 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains'
cli.azure.cli.core.sdk.policies: 'X-Content-Type-Options': 'nosniff'
cli.azure.cli.core.sdk.policies: 'X-Cache': 'CONFIG_NOCACHE'
cli.azure.cli.core.sdk.policies: 'X-MSEdge-Ref': 'Ref A: E139E15E64DD422686FE68D659290EA4 Ref B: MAA201060515029 Ref C: 2026-02-24T08:41:29Z'
cli.azure.cli.core.sdk.policies: 'Date': 'Tue, 24 Feb 2026 08:41:32 GMT'
cli.azure.cli.core.sdk.policies: Response content:
cli.azure.cli.core.sdk.policies: Body is streamable
cli.knack.cli: Event: CommandInvoker.OnTransformResult [<function _resource_group_transform at 0x10710c540>, <function _x509_from_base64_to_hex_transform at 0x10710c5e0>]
cli.knack.cli: Event: CommandInvoker.OnFilterResult []
cli.knack.cli: Event: Cli.SuccessfulExecute []
cli.knack.cli: Event: Cli.PostExecute [<function AzCliLogging.deinit_cmd_metadata_logging at 0x1070bb560>]
az_command_data_logger: exit code: 0
cli.main: Command ran in 3.529 seconds (init: 0.167, invoke: 3.362)
telemetry.main: Begin splitting cli events and extra events, total events: 1
telemetry.client: Accumulated 0 events. Flush the clients.
telemetry.main: Finish splitting cli events and extra events, cli events: 1
telemetry.save: Save telemetry record of length 4192 in cache file under /Users/admin/.azure/telemetry/20260224141132445
telemetry.main: Begin creating telemetry upload process.
telemetry.process: Creating upload process: "/opt/homebrew/Cellar/azure-cli/2.82.0/libexec/bin/python /opt/homebrew/Cellar/azure-cli/2.82.0/libexec/lib/python3.13/site-packages/azure/cli/telemetry/init.py /Users/admin/.azure /Users/admin/.azure/telemetry/20260224141132445"
telemetry.process: Return from creating process 84620
telemetry.main: Finish creating telemetry upload process.
admin@MacBook-Pro small_test_one % az datafactory trigger start --factory-name smalltestonedev25886 --name "Manifest Full Upload Event" --resource-group rg-smalltestonedev --debug
cli.knack.cli: Command arguments: ['datafactory', 'trigger', 'start', '--factory-name', 'smalltestonedev25886', '--name', 'Manifest Full Upload Event', '--resource-group', 'rg-smalltestonedev', '--debug']
cli.knack.cli: init debug log:
Enable color in terminal.
cli.knack.cli: Event: Cli.PreExecute []
cli.knack.cli: Event: CommandParser.OnGlobalArgumentsCreate [<function CLILogging.on_global_arguments at 0x109528d60>, <function OutputProducer.on_global_arguments at 0x1096fede0>, <function CLIQuery.on_global_arguments at 0x1097411c0>]
cli.knack.cli: Event: CommandInvoker.OnPreCommandTableCreate []
cli.azure.cli.core: Modules found from index for 'datafactory': ['azext_datafactory']
cli.azure.cli.core: Loading command modules:
cli.azure.cli.core: Name Load Time Groups Commands
cli.azure.cli.core: Total (0) 0.000 0 0
cli.azure.cli.core: These extensions are not installed and will be skipped: ['azext_ai_examples', 'azext_next']
cli.azure.cli.core: Loading extensions:
cli.azure.cli.core: Name Load Time Groups Commands Directory
cli.azure.cli.core: datafactory 0.011 16 79 /Users/admin/.azure/cliextensions/datafactory
cli.azure.cli.core: Total (1) 0.011 16 79
cli.azure.cli.core: Loaded 16 groups, 79 commands.
cli.azure.cli.core: Found a match in the command table.
cli.azure.cli.core: Raw command : datafactory trigger start
cli.azure.cli.core: Command table: datafactory trigger start
cli.knack.cli: Event: CommandInvoker.OnPreCommandTableTruncate [<function AzCliLogging.init_command_file_logging at 0x10a5c32e0>]
cli.azure.cli.core.azlogging: metadata file logging enabled - writing logs to '/Users/admin/.azure/commands/2026-02-24.14-17-59.datafactory_trigger_start.84858.log'.
az_command_data_logger: command args: datafactory trigger start --factory-name {} --name {} --resource-group {} --debug
cli.knack.cli: Event: CommandInvoker.OnPreArgumentLoad [<function register_global_subscription_argument..add_subscription_parameter at 0x10a614c20>]
cli.knack.cli: Event: CommandInvoker.OnPostArgumentLoad []
cli.knack.cli: Event: CommandInvoker.OnPostCommandTableCreate [<function register_ids_argument..add_ids_arguments at 0x10a616f20>, <function register_cache_arguments..add_cache_arguments at 0x10a617100>, <function register_upcoming_breaking_change_info..update_breaking_change_info at 0x10a6171a0>]
cli.knack.cli: Event: CommandInvoker.OnCommandTableLoaded []
cli.knack.cli: Event: CommandInvoker.OnPreParseArgs []
cli.knack.cli: Event: CommandInvoker.OnPostParseArgs [<function OutputProducer.handle_output_argument at 0x1096fee80>, <function CLIQuery.handle_query_parameter at 0x109741260>, <function register_ids_argument..parse_ids_arguments at 0x10a616fc0>]
az_command_data_logger: extension name: datafactory
az_command_data_logger: extension version: 1.0.4
cli.azure.cli.core.commands.client_factory: Getting management service client client_type=DataFactoryManagementClient
cli.azure.cli.core.auth.persistence: build_persistence: location='/Users/admin/.azure/msal_token_cache.json', encrypt=False
cli.azure.cli.core.auth.binary_cache: load: /Users/admin/.azure/msal_http_cache.bin
urllib3.util.retry: Converted retries value: 1 -> Retry(total=1, connect=None, read=None, redirect=None, status=None)
msal.authority: Initializing with Entra authority: https://login.microsoftonline.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f
msal.authority: openid_config("https://login.microsoftonline.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f/v2.0/.well-known/openid-configuration") = {'token_endpoint': 'https://login.microsoftonline.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f/oauth2/v2.0/token', 'token_endpoint_auth_methods_supported': ['client_secret_post', 'private_key_jwt', 'client_secret_basic', 'self_signed_tls_client_auth'], 'jwks_uri': 'https://login.microsoftonline.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f/discovery/v2.0/keys', 'response_modes_supported': ['query', 'fragment', 'form_post'], 'subject_types_supported': ['pairwise'], 'id_token_signing_alg_values_supported': ['RS256'], 'response_types_supported': ['code', 'id_token', 'code id_token', 'id_token token'], 'scopes_supported': ['openid', 'profile', 'email', 'offline_access'], 'issuer': 'https://login.microsoftonline.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f/v2.0', 'request_uri_parameter_supported': False, 'userinfo_endpoint': 'https://graph.microsoft.com/oidc/userinfo', 'authorization_endpoint': 'https://login.microsoftonline.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f/oauth2/v2.0/authorize', 'device_authorization_endpoint': 'https://login.microsoftonline.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f/oauth2/v2.0/devicecode', 'http_logout_supported': True, 'frontchannel_logout_supported': True, 'end_session_endpoint': 'https://login.microsoftonline.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f/oauth2/v2.0/logout', 'claims_supported': ['sub', 'iss', 'cloud_instance_name', 'cloud_instance_host_name', 'cloud_graph_host_name', 'msgraph_host', 'aud', 'exp', 'iat', 'auth_time', 'acr', 'nonce', 'preferred_username', 'name', 'tid', 'ver', 'at_hash', 'c_hash', 'email'], 'kerberos_endpoint': 'https://login.microsoftonline.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f/kerberos', 'mtls_endpoint_aliases': {'token_endpoint': 'https://mtlsauth.microsoft.com/72f5aef5-4e10-4d86-95e2-e9b1c9e9928f/oauth2/v2.0/token'}, 'tls_client_certificate_bound_access_tokens': True, 'tenant_region_scope': 'NA', 'cloud_instance_name': 'microsoftonline.com', 'cloud_graph_host_name': 'graph.windows.net', 'msgraph_host': 'graph.microsoft.com', 'rbac_url': 'https://pas.windows.net'}
msal.application: Broker enabled? None
cli.azure.cli.core.auth.credential_adaptor: CredentialAdaptor.get_token_info: scopes=('https://management.core.windows.net//.default',), options={}
cli.azure.cli.core.auth.msal_credentials: UserCredential.acquire_token: scopes=['https://management.core.windows.net//.default'], claims_challenge=None, kwargs={}
msal.application: Cache hit an AT
msal.telemetry: Generate or reuse correlation_id: 3f487989-ece4-4177-bc62-35b61ecb9314
cli.azure.cli.core.sdk.policies: Request URL: 'https://management.azure.com/subscriptions/8198b303-d5e6-4530-83a5-d0c2e2f59b09/resourceGroups/rg-smalltestonedev/providers/Microsoft.DataFactory/factories/smalltestonedev25886/triggers/Manifest%20Full%20Upload%20Event/start?api-version=2018-06-01'
cli.azure.cli.core.sdk.policies: Request method: 'POST'
cli.azure.cli.core.sdk.policies: Request headers:
cli.azure.cli.core.sdk.policies: 'Accept': 'application/json'
cli.azure.cli.core.sdk.policies: 'x-ms-client-request-id': '85bd5272-115d-11f1-9df8-0602dbdd2617'
cli.azure.cli.core.sdk.policies: 'CommandName': 'datafactory trigger start'
cli.azure.cli.core.sdk.policies: 'ParameterSetName': '--factory-name --name --resource-group --debug'
cli.azure.cli.core.sdk.policies: 'User-Agent': 'AZURECLI/2.82.0 (HOMEBREW) azsdk-python-core/1.37.0 Python/3.13.11 (macOS-26.2-arm64-arm-64bit-Mach-O)'
cli.azure.cli.core.sdk.policies: 'Authorization': ''
cli.azure.cli.core.sdk.policies: Request body:
cli.azure.cli.core.sdk.policies: This request has no body
urllib3.connectionpool: Starting new HTTPS connection (1): management.azure.com:443
urllib3.connectionpool: https://management.azure.com:443 "POST /subscriptions/8198b303-d5e6-4530-83a5-d0c2e2f59b09/resourceGroups/rg-smalltestonedev/providers/Microsoft.DataFactory/factories/smalltestonedev25886/triggers/Manifest%20Full%20Upload%20Event/start?api-version=2018-06-01 HTTP/1.1" 500 175
cli.azure.cli.core.sdk.policies: Response status: 500
cli.azure.cli.core.sdk.policies: Response headers:
cli.azure.cli.core.sdk.policies: 'Cache-Control': 'no-cache'
cli.azure.cli.core.sdk.policies: 'Pragma': 'no-cache'
cli.azure.cli.core.sdk.policies: 'Content-Length': '175'
cli.azure.cli.core.sdk.policies: 'Content-Type': 'application/json; charset=utf-8'
cli.azure.cli.core.sdk.policies: 'Expires': '-1'
cli.azure.cli.core.sdk.policies: 'x-ms-correlation-request-id': 'dd0c1708-95f6-4f2d-a612-4169c4d57e5a'
cli.azure.cli.core.sdk.policies: 'x-ms-failure-cause': 'service'
cli.azure.cli.core.sdk.policies: 'x-ms-operation-identifier': 'tenantId=72f5aef5-4e10-4d86-95e2-e9b1c9e9928f,objectId=c397f33f-8eae-46a1-aaa3-2d883713f9d7/eastus/8fc6be9f-5f28-4b5a-b017-7a4eed1f10c6'
cli.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-writes': '200'
cli.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-global-writes': '3000'
cli.azure.cli.core.sdk.policies: 'x-ms-request-id': 'dd0c1708-95f6-4f2d-a612-4169c4d57e5a'
cli.azure.cli.core.sdk.policies: 'x-ms-routing-request-id': 'EASTUS:20260224T084824Z:dd0c1708-95f6-4f2d-a612-4169c4d57e5a'
cli.azure.cli.core.sdk.policies: 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains'
cli.azure.cli.core.sdk.policies: 'X-Content-Type-Options': 'nosniff'
cli.azure.cli.core.sdk.policies: 'X-Cache': 'CONFIG_NOCACHE'
cli.azure.cli.core.sdk.policies: 'X-MSEdge-Ref': 'Ref A: 3361D09E29564D748939AF5D8481243B Ref B: SIN221080715025 Ref C: 2026-02-24T08:48:00Z'
cli.azure.cli.core.sdk.policies: 'Date': 'Tue, 24 Feb 2026 08:48:23 GMT'
cli.azure.cli.core.sdk.policies: Response content:
cli.azure.cli.core.sdk.policies: Body is streamable
cli.azure.cli.core.sdk.policies: Request URL: 'https://management.azure.com/subscriptions/8198b303-d5e6-4530-83a5-d0c2e2f59b09/resourceGroups/rg-smalltestonedev/providers/Microsoft.DataFactory/factories/smalltestonedev25886/triggers/Manifest%20Full%20Upload%20Event/start?api-version=2018-06-01'
cli.azure.cli.core.sdk.policies: Request method: 'POST'
cli.azure.cli.core.sdk.policies: Request headers:
cli.azure.cli.core.sdk.policies: 'Accept': 'application/json'
cli.azure.cli.core.sdk.policies: 'x-ms-client-request-id': '85bd5272-115d-11f1-9df8-0602dbdd2617'
cli.azure.cli.core.sdk.policies: 'CommandName': 'datafactory trigger start'
cli.azure.cli.core.sdk.policies: 'ParameterSetName': '--factory-name --name --resource-group --debug'
cli.azure.cli.core.sdk.policies: 'User-Agent': 'AZURECLI/2.82.0 (HOMEBREW) azsdk-python-core/1.37.0 Python/3.13.11 (macOS-26.2-arm64-arm-64bit-Mach-O)'
cli.azure.cli.core.sdk.policies: 'Authorization': '*****'
cli.azure.cli.core.sdk.policies: Request body:
cli.azure.cli.core.sdk.policies: This request has no body
urllib3.connectionpool: Starting new HTTPS connection (2): management.azure.com:443
urllib3.connectionpool: https://management.azure.com:443 "POST /subscriptions/8198b303-d5e6-4530-83a5-d0c2e2f59b09/resourceGroups/rg-smalltestonedev/providers/Microsoft.DataFactory/factories/smalltestonedev25886/triggers/Manifest%20Full%20Upload%20Event/start?api-version=2018-06-01 HTTP/1.1" 400 175
cli.azure.cli.core.sdk.policies: Response status: 400
cli.azure.cli.core.sdk.policies: Response headers:
cli.azure.cli.core.sdk.policies: 'Cache-Control': 'no-cache'
cli.azure.cli.core.sdk.policies: 'Pragma': 'no-cache'
cli.azure.cli.core.sdk.policies: 'Content-Length': '175'
cli.azure.cli.core.sdk.policies: 'Content-Type': 'application/json; charset=utf-8'
cli.azure.cli.core.sdk.policies: 'Expires': '-1'
cli.azure.cli.core.sdk.policies: 'x-ms-correlation-request-id': 'f0c9062c-a617-4dfe-8644-3381bac33f08'
cli.azure.cli.core.sdk.policies: 'x-ms-operation-identifier': 'tenantId=72f5aef5-4e10-4d86-95e2-e9b1c9e9928f,objectId=c397f33f-8eae-46a1-aaa3-2d883713f9d7/eastus/3e04fd7b-0325-4630-9459-e93a120924d7'
cli.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-writes': '199'
cli.azure.cli.core.sdk.policies: 'x-ms-ratelimit-remaining-subscription-global-writes': '2999'
cli.azure.cli.core.sdk.policies: 'x-ms-request-id': 'f0c9062c-a617-4dfe-8644-3381bac33f08'
cli.azure.cli.core.sdk.policies: 'x-ms-routing-request-id': 'EASTUS:20260224T084828Z:f0c9062c-a617-4dfe-8644-3381bac33f08'
cli.azure.cli.core.sdk.policies: 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains'
cli.azure.cli.core.sdk.policies: 'X-Content-Type-Options': 'nosniff'
cli.azure.cli.core.sdk.policies: 'X-Cache': 'CONFIG_NOCACHE'
cli.azure.cli.core.sdk.policies: 'X-MSEdge-Ref': 'Ref A: 0998086C66BE41E5A6D59DE2276883F4 Ref B: SIN221080719027 Ref C: 2026-02-24T08:48:25Z'
cli.azure.cli.core.sdk.policies: 'Date': 'Tue, 24 Feb 2026 08:48:27 GMT'
cli.azure.cli.core.sdk.policies: Response content:
cli.azure.cli.core.sdk.policies: Body is streamable
cli.azure.cli.core.azclierror: Traceback (most recent call last):
File "/opt/homebrew/Cellar/azure-cli/2.82.0/libexec/lib/python3.13/site-packages/knack/cli.py", line 233, in invoke
cmd_result = self.invocation.execute(args)
File "/opt/homebrew/Cellar/azure-cli/2.82.0/libexec/lib/python3.13/site-packages/azure/cli/core/commands/init.py", line 669, in execute
raise ex
File "/opt/homebrew/Cellar/azure-cli/2.82.0/libexec/lib/python3.13/site-packages/azure/cli/core/commands/init.py", line 737, in _run_jobs_serially
results.append(self._run_job(expanded_arg, cmd_copy))
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/azure-cli/2.82.0/libexec/lib/python3.13/site-packages/azure/cli/core/commands/init.py", line 706, in _run_job
result = cmd_copy(params)
File "/opt/homebrew/Cellar/azure-cli/2.82.0/libexec/lib/python3.13/site-packages/azure/cli/core/commands/init.py", line 336, in call
return self.handler(*args, **kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/azure-cli/2.82.0/libexec/lib/python3.13/site-packages/azure/cli/core/commands/command_operation.py", line 120, in handler
return op(**command_args)
File "/Users/admin/.azure/cliextensions/datafactory/azext_datafactory/generated/custom.py", line 893, in datafactory_trigger_start
return sdk_no_wait(
no_wait,
...<3 lines>...
trigger_name=trigger_name,
)
File "/opt/homebrew/Cellar/azure-cli/2.82.0/libexec/lib/python3.13/site-packages/azure/cli/core/util.py", line 759, in sdk_no_wait
return func(*args, **kwargs)
File "/opt/homebrew/Cellar/azure-cli/2.82.0/libexec/lib/python3.13/site-packages/azure/core/tracing/decorator.py", line 119, in wrapper_use_tracer
return func(*args, **kwargs)
File "/Users/admin/.azure/cliextensions/datafactory/azext_datafactory/vendored_sdks/datafactory/operations/_triggers_operations.py", line 1400, in begin_start
raw_result = self._start_initial(
resource_group_name=resource_group_name,
...<6 lines>...
**kwargs
)
File "/Users/admin/.azure/cliextensions/datafactory/azext_datafactory/vendored_sdks/datafactory/operations/_triggers_operations.py", line 1366, in _start_initial
raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (BadRequest) Resource cannot be updated during provisioning
Code: BadRequest
Message: Resource cannot be updated during provisioning
Target: Manifest Full Upload Event
cli.azure.cli.core.azclierror: (BadRequest) Resource cannot be updated during provisioning
Code: BadRequest
Message: Resource cannot be updated during provisioning
Target: Manifest Full Upload Event
az_command_data_logger: (BadRequest) Resource cannot be updated during provisioning
Code: BadRequest
Message: Resource cannot be updated during provisioning
Target: Manifest Full Upload Event
cli.knack.cli: Event: Cli.PostExecute [<function AzCliLogging.deinit_cmd_metadata_logging at 0x10a5c3560>]
az_command_data_logger: exit code: 1
cli.main: Command ran in 28.795 seconds (init: 0.277, invoke: 28.518)
telemetry.main: Begin splitting cli events and extra events, total events: 1
telemetry.client: Accumulated 0 events. Flush the clients.
telemetry.main: Finish splitting cli events and extra events, cli events: 1
telemetry.save: Save telemetry record of length 4398 in cache file under /Users/admin/.azure/telemetry/20260224141828419
telemetry.main: Begin creating telemetry upload process.
telemetry.process: Creating upload process: "/opt/homebrew/Cellar/azure-cli/2.82.0/libexec/bin/python /opt/homebrew/Cellar/azure-cli/2.82.0/libexec/lib/python3.13/site-packages/azure/cli/telemetry/init.py /Users/admin/.azure /Users/admin/.azure/telemetry/20260224141828419"
telemetry.process: Return from creating process 84877
telemetry.main: Finish creating telemetry upload process.
Expected behavior
I was expecting it to start the trigger and i should be able to see the status of trigger in the ADF studio
Environment Summary
azure-cli 2.82.0 *
core 2.82.0 *
telemetry 1.1.0
Extensions:
datafactory 1.0.4
Dependencies:
msal 1.34.0b1
azure-mgmt-resource 23.3.0
Python location '/opt/homebrew/Cellar/azure-cli/2.82.0/libexec/bin/python'
Config directory '/Users/admin/.azure'
Extensions directory '/Users/admin/.azure/cliextensions'
Python (Darwin) 3.13.11 (main, Dec 5 2025, 16:06:33) [Clang 17.0.0 (clang-1700.4.4.1)]
Additional context
I have listed the event that i have created below
small_test_one % az datafactory trigger list --factory-name smalltestonedev25886 --resource-group rg-smalltestonedev
[
{
"etag": "880098de-0000-0100-0000-699d64c40000",
"id": "/subscriptions//resourceGroups/rg-smalltestonedev/providers/Microsoft.DataFactory/factories/smalltestonedev25886/triggers/Manifest Full Upload Event",
"name": "Manifest Full Upload Event",
"properties": {
"additionalProperties": null,
"annotations": [],
"blobPathBeginsWith": "/containersmalltestonedev/blobs/",
"blobPathEndsWith": "manifest.csv",
"description": null,
"events": [
"Microsoft.Storage.BlobCreated"
],
"ignoreEmptyBlobs": true,
"pipelines": [
{
"parameters": {
"file_name": "@triggerBody().fileName",
"file_path": "@triggerBody().folderPath"
},
"pipelineReference": {
"name": null,
"referenceName": "datapipeline_load_source",
"type": "PipelineReference"
}
}
],
"runtimeState": "Stopped",
"scope": "/subscriptions//resourceGroups/rg-smalltestonedev/providers/Microsoft.Storage/storageAccounts/smalltestonedev23333",
"type": "BlobEventsTrigger"
},
"resourceGroup": "rg-smalltestonedev",
"type": "Microsoft.DataFactory/factories/triggers"
}
]