Batch Account. Batch Pool Configuration
2 TopicsUnable to Create Batch Pool in Batch Account with Batch Explorer Tool
Description: I am encountering an issue while creating a batch pool using the Batch Explorer as mentioned in the msdn https://learn.microsoft.com/en-us/azure/batch/tutorial-run-python-batch-azure-data-factory. Despite following the standard procedures, I am unable to successfully create the pool. I have detailed the steps and configuration below. Issue Details: Service: Batch Account Tool: Batch Explorer Error Message: ["resizeErrors": [ { "code": "OperationsRestrictedByPolicy", "message": "Assigned policy on resource has blocked pool operation.", "values": [ { "name": "Code", "value": "OperationsOnNetworkSecurityGroupRestrictedByPolicy" }, { "name": "Reason", "value": "Policy is forbidding operations on the Network Security Group resource, which has blocked resize/create/delete of the pool. Check policy assignment." } ] }] Error Screenshot: Steps to Reproduce: https://learn.microsoft.com/en-us/azure/batch/tutorial-run-python-batch-azure-data-factory Sign in to Batch Explorer with Azure credentials. Select the Batch account. Navigate to Pools on the left sidebar, and select the + icon to add a pool. Complete the Add a pool to the account form as follows: Under ID, enter custom-activity-pool. Under Dedicated nodes, enter 2. For Select an operating system configuration, select the Data science tab, and then select Dsvm Win 2019. For Choose a virtual machine size, select Standard_F2s_v2. For Start Task, select Add a start task. On the start task screen, under Command line, enter cmd /c "pip install azure-storage-blob pandas", and then select Select. Enable network configuration with virtual network to use private endpoints.[Error is coming when we enable the network configuration with private virtual network] Select Save and close.342Views0likes0CommentsAzure Data Factory Linked Service to connect Batch Account and Node with private endpoint
HI All, I am trying to connect batch account and batch pool from Azure Data Factory where batch pool is configured in private network. Steps followed. 1. created private link service to connect batch account and node by adding the domain names of batch account and node 2. tried to establish connection but it failed to connect to batch pool (pool with virtual network). I am not clear on the steps to be implemented in loan balancer which needs to be configured for private links service. I have added front end ip as Virtual network IP, backend pool as batch pool ip. I couldn't find proper document for this setup. please help if anyone come across this scenario or any document which explains in detail. Thanks, Sathish260Views0likes0Comments