Questions tagged [azure-service-principal]

235 questions
0
votes
0 answers

Azure Common Credentials: Error in connection to blob storage when retrieving access token in get_token_with_client_credentials

I am trying to connect to a blob storage with the ServicePrincipalCredentials class and I get this error randomly: Error adal-python OAuth2Client:Get Token request failed The code that I use to connect to the blob storage is the following: from…
0
votes
1 answer

Folder level access control in ADLS Gen2 for upcoming users

I have a Gen2 storage account and created a container. Folder Structure looks something like this StorageAccount ->Container1 ->normal-data ->Files 1....n ->sensitive-data ->Files 1....m I want to give read only access to the…
0
votes
2 answers

DbUp SqlConnection AAD outh?

Due to security reason SQL authentication is disabled, only through Azure SPN can I login. From below link, in C#, we are able to…
0
votes
1 answer

Azure Function Authentication: Azure Active Directory: Use Security Group to include identities (users and service principals) to access Function

I have an Azure Function with Azure Active Directory authentication enabled (including "Action to take when request is not authenticated" = "Log in with Azure Active Directory"). Additionally the option "User assignment required?" of the Azure…
0
votes
1 answer

azure login with service principal using certificate from keyvault

I am following the guide https://learn.microsoft.com/en-us/cli/azure/create-an-azure-service-principal-azure-cli?toc=%2Fazure%2Fazure-resource-manager%2Ftoc.json&view=azure-cli-latest to create a service principal to be able to use in shell…
senseiwu
  • 5,001
  • 5
  • 26
  • 47
-1
votes
1 answer

How to use a service principal in azure function (python) to listen to azure service bus

I have an azure function written in python which is listening to an azure service bus. The authentication is done by an azure service bus connection string. I want to change the authentication to a service principal. How can I implement this in my…
-1
votes
1 answer

Stream event hub using service principal

How do I stream event hub data into a spark dataframe with below details: Service Principal Event hub namespace Event hub name Consumer group I need to get data into spark dataframe. I do not have event hub connection string.
-1
votes
1 answer

Please help me on creating ssl certificate for Azure service Principal in Python

I have created service principal but there is no proper code or I don't know exactly how to create SSL certificate for Azure Service Principal in Python.. Please help me on this
1 2 3
15
16