Content
How do I unzip files in a blob from the command in Batch Service?
Hello, I am trying to run a python script from my batch service activity in ADF as follows: cmd /C python main.py However, this runs into an error since there are multiple files to be processed by the python script which leads to error code: 2504 [The…


Azure Computer gallery VM Image version cannot be deleted
Hello, Just wanted to say: Azure portal > Azure Compute Gallery > VM Image Definition > VM Image Version: Clicking "Delete" and error message appears: "Failed to delete VM image version '[gallery]/[definition]/[version]'. Error:…


How to solve Azure Batch node out of memory?
We're using Azure Batch to run a large number of custom job (python script) through our Azure Data Factory. We are encountering an issue where our pool node (VM=dsvm-win-2019) will process our datasets, but eventually it crashes with an…


Is it possible to create a Batch pool with a snapshot of a non-generalized VM OSdisk ?
If possible, what are the appropriate steps to do so? It seems to me that the documentation is split in this, it recommends using Azure Compute Gallery, where it says: "Batch only supports generalized Shared Images; a specialized Shared Image can't…


helps to fix the status in the Pool "Start task failed" IN AZURE BATCH
I am using azure batch for a project that I did with the python language, I get the following message., It should complete but stays in the active state. and at the same time you can see that it is not being allocated to the pool and node …


Multiple blob deletion through rest api is failing
I tried to do batch deletion at Azure blob through REST API. I have created the subrequest const test = `--batch_357de4f7-6d0b-4e02-8cd2-6361411a9525\r Content-Type: application/http\r Content-Transfer-Encoding: binary\r \r DELETE…


Cannot accept marketplace conditions for Azure Batch: "Allocation failed due to marketplace purchase eligibilty"
Hi, I keep getting this error in my Azure batch account: "Allocation failed due to marketplace purchase". My pool allocation is set to "User subscription". I have tried multiple things already, but without success. I followed the…


Azure Batch account start task to install powershell module
Hi, I try to use azure batch service's pool start task to in stall powershell modules, I used the pool user with admin, run cmd as : powershell "install-module sqlserver -force" , but it got stuck at nodes start. If I use remote…


How to assign a managed identity to an Azure Batch Pool using the Azure CLI
Hello, I am trying to create an Azure Batch Pool using the Azure CLI by submitting a JSON file. The reason for using the Azure CLI rather than the portal, is a need for a specific version of the VM image which, to our knowledge, cannot be set…
How can I automatically delete the files from the nodes of Azure dwpool
Hi , I have set "RetentionTimeInDays" of azure batch in Azure Data Factory to 0, seeing the answer in this site. But seems like its not working. I can see the files in the Node wd directory even after one day. Is there are any other way to…


IoT Device App Simulation In Batch
I want to deploy an IoT device app (. Net SDK ) as a console app or as background service in a batch using Azure Batch, App service, microservice, or any other method. It seems possible, as explained in the archived github projects. …


Creating a pool throws: "Pool quota for the account has been reached."
Hey, I am currently trying to run a small python script using the Azure Data Factory. I am following this tutorial tutorial-run-python-batch-azure-data-factory. I am trying to create a new Pool using the azure Batch Explorer, this generates the…


Python | Azure Batch
Hi I am trying to run python scripts inside azure batch accounts. I have provided managed identitiy access to batch accounts with permissions to storage in my python scripts, I am accessing azure storage account to list blobs in a container …


SSMS Log File Summary only shows one day log
Hello, My job history only shows one day data. How can I change this to view all of the log file summary? I have checked the filters but there isn't any filters applied. I have also ran the sysjobhistory and sysjobstepslogs queries but it only has…
Batch jobs need to schedule in between specific time
Hi Team, I want schedule azure - batch job between between 6 pm to 10 pm.


OS version of the custom image used in Azure batch
When creating a pool in Azure Batch using an image from the Marketplace, there is a possibility that the OS version may be updated (due to security patches, etc.) depending on when the image is created, right? When creating a pool using a custom…


Hi Team, Try to upload large file > 10 gb on azure blob storage in chunk using rest API from salesfroce using LWC.
Hi Team, Try to upload large file > 10 GB on azure blob storage in chunk using rest API from salesforce using LWC. How to resolve the issues of upload file in chunks in Azure from Salesforce to Azure through Lighting Web Components.


"RetentionTimeInDays" of azure batch in Azure Data Factory
What does "RetentionTimeInDays" mean of azure batch setting in Azure Data Factory? When I set this to 0, what will happen?


drop tables from sql server using batch file
Hi All I am trying to create a batch file to be able to drop tables from the sql server. The list of table names to drop will be provided in the excel spreadsheet. Is there a way to write a code which can update the table names every time it's…


undefined symbol: cublasLtGetStatusString at Endpoint Deployment Error
Hi I am getting this error while deploying an end point. This was working fine for 3 months and I had to rebuild due to a minor change and started getting this error. File…

