333 questions
0
votes
0
answers
40
views
Can't list blobs in azure blob container even with shared access signature token
I already managed to create an account shared access token not a user delegated token
from azure.identity import DefaultAzureCredential, ClientSecretCredential
from azure.storage.blob import ...
0
votes
0
answers
43
views
on_message_received on IoT Client not Calling on Incoming C2D Message
I have followed these docs to make cloud-to-device-messages work. Sending the C2D message with IoTHubRegistryManager in the backend works: I can confirm in the portal that on that specific device C2D ...
0
votes
1
answer
171
views
How to Monitor Azure Automation Python Runbook Status via Python Code?
I'm looking for a way to monitor the status of an Azure Automation Python runbook through code, so I can create a function to send alerts using a specific template like this:
Azure Automation Runbook ...
0
votes
1
answer
406
views
Azure speech service continuous speech recognition
I'm pretty new to Azure speech service and I'm using twilo/plivo service for connecting a number with azure stt and process it further after transcription.
My problem is when I speak something, it's ...
0
votes
1
answer
351
views
Filter on Azure Search AI vector db based on metadata using Python SDK
I am using Azure Search AI service to store my documents chunk along with some information inside the metadata. However when I try to filter on metadata the filter does not work.
Here is an example of ...
0
votes
1
answer
143
views
Support Request for Concurrent Device Connections and Telemetry on Azure IoT Hub
azure-iot-device : 2.14.0 azure-iot-hub : 2.6.1
asyncio : 3.4.3 Python Version : 3.10.12 Azure IoTHub Details: Tier:
S1
Description of Issue:
This issue is on Linux/Ubuntu 22.04 LTS It is working ...
0
votes
1
answer
954
views
Is there a safer way to use the WorkloadIdentityCredential Python class in Azure SDK?
I previously was using the ClientSecretCredential class to authenticate with the Azure SDK but the Service principals changed to a workload identity federation model, because of this I switched to ...
1
vote
1
answer
351
views
Azure DevOps Pipeline Creation Error: "Value cannot be null. Parameter name: Path"
I'm trying to create a YAML-based pipeline in Azure DevOps using the Python SDK (azure-devops), but I'm encountering the following error:
azure.devops.exceptions.AzureDevOpsServiceError: Value cannot ...
0
votes
1
answer
301
views
Azure Python SDK - how can I know the latest API version for a resource ID?
I'm using the python Azure SDK, and for things like subnets, ipConfiguration objects will have a generic resource ID for the attached device - sometimes it's a NIC, or a PEP or something else. I know ...
0
votes
1
answer
444
views
How to ensure UDF containing api call is being run across multiple worker nodes in Databricks
Working in an Azure Databricks environment.
I have a spark dataframe containing 200 rows, each of which represents a container in ADLS. For each row I need to sum the size of the blobs in that ...
2
votes
1
answer
2k
views
Azure Container access via Python SDK fails with AuthorizationPermissionMismatch but I am owner
I'm trying to list the blobs in a container in Azure Storage in a python script using the Azure SDK.
However, I'm getting the error "AuthorizationPermissionMismatch".
This surprises me, ...
0
votes
1
answer
1k
views
Azure Machine Leraning Compute Cluster User Assigned Identities
I'm having a hard time to understand how User assigned identity works on Compute Clusters on Compute Clusters.
Today, I have a Compute Instance with a User assigned identity that will connect to other ...
0
votes
2
answers
252
views
Get all VMs with Monitoring Insights enabled
In the Azure portal, I can check/enable VM Monitoring Insights:
In the portal, we can get a list of VMs that are monitored here: https://portal.azure.com/#view/Microsoft_Azure_Monitoring/...
0
votes
1
answer
818
views
Azure Machine Learning: The access token is from the wrong issuer
I am new on Azure cloud and using my personal account for Microsoft Azure Cloud. I have installed Azure ML Client library for Python using this resource.
I am trying to connect to Azure Machine ...
1
vote
1
answer
577
views
Update Azure Machine Learning Compute Instances with Python SDKv2
At first, I have some terraform code that will deploy compute instances for AML. But there's a lack of update of the terraform code so we can not add the option of schedules and auto shutdown. https://...