Content
How does an organization get started with Azure
How does an organization get started with Azure? Do they need to buy Microsoft licenses beforehand and assign them in the on Prem AD or do they just start utilizing the free version of Azure and start assigning licenses in the 365 admin center? I’m not…


How to add Python package to Azure Function?
I am new to Azure, how do I get to install a Python package for an App Function? I followed the steps to add the required package into the requirement.txt file in the 'wwwroot folder. However this does not work. I also tried installing the package…


Using Azure Iot SDK with Azure Identity Service
Background: I am using the Azure IoT Hub SDK for Python to establish a device connection to IoT Hub. The device authentication method is self-signed x509 certificates. On the device side, I am using Azure Identity Service to manage and rotate device…


How to provide job cluster log read access to other users in Azure data bricks for which the cluster is created through spn
Hi, We are creating Job clusters through SPN for our custom code to run, the driver logs are not accessible to other users apart from admin . We would like to create a script to provide access to users via access groups to read logs. Request you to…


How do we access a microphone in Teams running on a VM?
Teams on our VM plays audio over local speakers, but there is no microphone. How do we solve this problem?


Creating root and intermediate certificates in .NET
Instead of using the bash scripts for root & intermediate certificate generation, the X509 library with .NET is being used to generate the certificates for device provisioning. When attempting to create & sign the intermediate using the root, the…


Syntax for Group to external tables in data bricks
Hello Team, The objects have the granted permission to the data bricks admins group(Admin) at the end of the notebook when creating the managed/external tables. There is admin group created in the data bricks.And i need to assign this admin group to the…


I have a azure frontdoor standard sku with caching enabled on route by deafult the caching is 1 to 3 days how to override it using rules what condition to use to make it run for all requests
I have a azure frontdoor with caching enabled on route by deafult the caching is 1 to 3 days how to override it using rules what condition to use to make it run for all requests and override caching to some lesser duration.


Azure Function: ruamel.yaml not found
My Azure function written in Python is not able to recognize the ruamel.yaml ([https://pypi.org/project/ruamel.yaml/) package. It is listed in my requirements.txt file. Log Snippet: Result: Failure Exception: ModuleNotFoundError: No module named…


List of azure services used by large scale companies
Which azure services are used by large scale companies? Can I get a list of all Companies with the Services they use?
How to fix 'OpenMPI error on compute when running Azure Machine Learning jobs '
Seeing below error in log file: user_logs/mpi_log.txt Error: "Orted process returned unsuccessful exit code: 2. If you are using a version of OpenMPI < 4.0.1, please update to a newer version and try again. If the issue persists, please…


Azure Data Factory or Logic App x Blob Storage
Hello, i made some Apps which move Files to a SFTP Server, the Problem is that the Connectors exceed the Max File Size Limit, so I can only transfer files which are smaller than like 50mb. Should I user Data Factory for my Jobs? Or can i use Azura Blob…


Azure Stroage account was deleted, cannot restore. How to create new and attach to existing cloud service
I deleted a storage account and now my cloud service will not run. The WebRole message is busy or cycling. Please reply how to create new storage account and attach to an existing cloud service. I am in the process of publishing the project with a new…


Azure sql db instance is taking very long time for a simple select query . How can we improve his ?
Hi, I have this azure sql db instance I am having table in database which is having only 12000 rows. A week ago everything was working fine but suddenly since last 3 days even select query is taking very long time . See the snap. For fetching the 12000…


Is there a document on the difference of Windows App service plan and Linux
Looking for some documentation on the difference between linux and windows app service plan ? If a app developers want to know what their missing if their using DOTNET on linux app service plan would like to provide that


How to mount Azure file share without using access key
Hello, I am having an issue where I am only able to mount an azure file share onto Windows 10 machines using the Access key for the storage. The test group of users have SMB elevated contributor access in the parent Storage account as well as the…


Azure Event Hub
Hi, I have a question related to Azure event hub storage, what is the maximum capacity that storage account has for azure event hub? and Will it send any notification, once the threshold is reached ? Do we have any limit on this ? Thanks


AzureRTOS NetXduo SNTP Client Time synchronization issue with Windows 10 NTP server
We are currently developing an edge device that connects to AzureRTOS-based IoTHUB. The device uses NetXduo's SNTP client for time synchronization, Time synchronization with an NTP server on the Internet is successful. However, in the time…


How to Import Binary File to SQL DB
I'm using an ADF pipeline to export a gz csv file from an SFTP to Azure Storage Explorer. It's unzipped as a binary csv file. I can't unzip it as a blob csv file. How do I import a binary file into Azure SQL Server?


Read pdf file from storage account (Azure Data lake) without downloading it using python
I am trying to read a pdf file which I have uploaded on an Azure storage account. I am trying to do this using python. I have tried using the SAS token/URL of the file and pass it thorugh PDFMiner but I am not able get the path of the file which will be…

