@@ -235,11 +235,11 @@ resource "time_sleep" "wait_for_rbac" {
235235 azurerm_role_assignment . terraform_deployment_container_storage_access ,
236236 azurerm_role_assignment . terraform_deployment_container_file_access ,
237237 # Script identity storage permissions
238- azurerm_role_assignment . script_deployment_container_storage_contributor ,
239- azurerm_role_assignment . script_deployment_container_blob_owner ,
238+ # azurerm_role_assignment.script_deployment_container_storage_contributor,
239+ azurerm_role_assignment . script_deployment_container_blob_contributor ,
240240 azurerm_role_assignment . script_deployment_container_file_owner ,
241241 # Main storage permissions (write access needed for upload_data.py to upload data files)
242- azurerm_role_assignment . script_main_storage_queue_contributor ,
242+ # azurerm_role_assignment.script_main_storage_queue_contributor,
243243 azurerm_role_assignment . script_main_storage_blob_owner ,
244244 azurerm_role_assignment . script_main_storage_file_contributor ,
245245 # AI Search permissions
@@ -455,11 +455,11 @@ resource "null_resource" "verify_rbac_propagation" {
455455 depends_on = [
456456 time_sleep . wait_for_rbac ,
457457 # Storage permissions
458- azurerm_role_assignment . script_main_storage_queue_contributor ,
458+ # azurerm_role_assignment.script_main_storage_queue_contributor,
459459 azurerm_role_assignment . script_main_storage_blob_owner ,
460460 azurerm_role_assignment . script_main_storage_file_contributor ,
461- azurerm_role_assignment . script_deployment_container_storage_contributor ,
462- azurerm_role_assignment . script_deployment_container_blob_owner ,
461+ # azurerm_role_assignment.script_deployment_container_storage_contributor,
462+ azurerm_role_assignment . script_deployment_container_blob_contributor ,
463463 azurerm_role_assignment . script_deployment_container_file_owner ,
464464 # AI Search permissions
465465 azurerm_role_assignment . script_search_service_contributor ,
0 commit comments