Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
97 views

In the last months I have been using Azure Machine Learning using the Python SDK v2 to launch jobs on remote Compute Instances, sometimes exploiting the GPU-enabled computes. However, I noticed that ...
Diego Stucchi's user avatar
0 votes
1 answer
70 views

How to get existing OS disk & multiple data disk id for multiple vms with for loop from Azure Python SDK I tried different ways to get. But no luck
satish B's user avatar
0 votes
0 answers
68 views

I am working on training yolov8 model using azure ml studio and I use data labeling tool to label my dataset but after this I have difficulty in understanding how this labeled dataset when exported (...
Abhishek Jain's user avatar
0 votes
1 answer
64 views

How to enable replication for multiple VMs with existing OS disk & data disk using Azure SDK. I tried to get details from multiple blogs. but its not helped out.
satish B's user avatar
0 votes
1 answer
323 views

"I'm receiving this response. Could you please assist me in resolving the issue? I have already enabled Advanced settings and allowed public client flows. Exception: Content type text/html does ...
Lokeshwar V's user avatar
0 votes
1 answer
265 views

Hoping someone can help me with some gaps in my understanding of how to use the azure app service authentication component. I'm trying to write a simple web app (in this case python/flask) that allows ...
Chris W's user avatar
  • 53
0 votes
3 answers
174 views

I’m trying to assign "Reader" role to user under Azure subscription using Azure Python SDK. I’ve found a way to do it using Azure REST API following MS documentation https://learn.microsoft....
James Wilton's user avatar
0 votes
1 answer
113 views

Looking in Azure portal I see this: Further I have run with great success the following cli commands: az monitor metrics alert list --subscription "$sub" az monitor activity-log alert list ...
Mr. Developerdude's user avatar
1 vote
1 answer
836 views

I'm currently working on integration of Azure Service Bus queue and custom gateway service. Every time service receives an event, it should send message to the dedicated queue. I've managed to ...
Danylo's user avatar
  • 11
0 votes
1 answer
365 views

I am following the example from this link: https://github.com/Azure/azureml-examples/blob/main/sdk/python/jobs/pipelines/1a_pipeline_with_components_from_yaml/pipeline_with_components_from_yaml.ipynb ...
Bharath Kumar L's user avatar
-1 votes
1 answer
364 views

I am trying to automate the creation of a new Azure resource group, with storage and Azure function, from an admin Azure function. So whenever i get a new customer, i want to send a http request, with ...
theproductivepickle's user avatar
0 votes
1 answer
181 views

I am currently trying to update a property in device twin using python. but unable to do it due to SSL error. below is the code from azure.iot.hub import IoTHubRegistryManager import certifi import ...
sai's user avatar
  • 51
0 votes
1 answer
1k views

I'd like to be able to treat an azure blob like an IO object using the python SDK. As far as I can tell, this requires me to either: a) use .readinto() to read the blob into an IO object (thus loading ...
ChickenWing's user avatar
0 votes
1 answer
110 views

I am writing a code to create dynamic VM's on azure based on certain values of CPU/Memory selection, so I have written code to hit "https://management.azure.com/subscriptions/{SUB_ID}/providers/...
thebadguy's user avatar
  • 2,140
0 votes
1 answer
160 views

I want to fetch the usage details for each month of an azure log analytics workspace, same as below. Is there any API or which 'metric' that can be used to get the details? I checked the 'ingestion ...
Manjunath Rao's user avatar
0 votes
1 answer
99 views

I have a Python script that lists all VMs in a specific Azure resource group. The script collects and prints details such as VM name, location, size, and OS type. Here is the current script: from ...
user15042420's user avatar
0 votes
1 answer
188 views

When looking at the possible event types for an EventGrid Subscription, one is Blob Renamed. How is this event triggered when using the Azure Python SDK? I don't see a Rename Blob method in the SDK.
ericOnline's user avatar
  • 2,046
1 vote
1 answer
319 views

Is there currently any way to create a service principal using python SDK in azure? I have tried doing it with azure-graphrbac but it currently is deprecated and it fails to load ...
pranoy k's user avatar
0 votes
1 answer
80 views

I have an azure function app in python with a blob trigger. It will trigger a function when a db file is uploaded in the following path in my storage account: abc360/sqlite_db_file/{name}.db The ...
Rahul Sharma's user avatar
0 votes
1 answer
167 views

So here is my scenario: Let's say I have 3 nodes in my batch pool. I submit 1 job with 9 tasks. I want task 1,2 and 3 to be executed one after each other on the same node. The same goes for task 4-6 ...
stelo's user avatar
  • 1
0 votes
1 answer
117 views

Working in V2 Python Cloud Function in Azure, I am trying to implement a parameter from URL to a query to Azure SQL database. I am unable to do so when using SQL LIKE. I have managed to set up a ...
jarekko's user avatar
  • 15
0 votes
1 answer
93 views

I write in python and use logging.info() to print my logs. When I enter log stream in azure functions I see many other logs among my logs. It makes the debugging harder. For example I have those ...
Solomon Shubaev's user avatar
3 votes
2 answers
1k views

We have deployed our ML pipeline (using SDKV2) on batch endpoints using PipelineComponentBatchDeployment. This pipeline takes multiple arguments (all of str type). How can we trigger or invoke the ...
Obiii's user avatar
  • 854
0 votes
1 answer
255 views

I am going from a manual setup of my RAG solution in Azure to setting up everything programmatically using the azure python sdk. I have a container with a single pdf. When setting up manually is see ...
Mike B's user avatar
  • 3,629
0 votes
2 answers
180 views

I am using Azure ComputeManagementClient.images.get() function to search and match images based on 'resource_group_name' and 'image_name' parameter and print the image details. Azure python sdk Azure ...
Vinay Gowda's user avatar

1
2 3 4 5