Skip to main content
The 2024 Developer Survey results are live! See the results

Microsoft Azure Collective

Questions

Browse questions with relevant Microsoft Azure tags

10,835 questions

Has recommended answer
0 votes
1 answer
29 views

How can I add a custom attribute to the Entra ID access token?

I'm trying to add custom attributes to my authentication token but I'm running into an issue with adding custom attribute. I've tried the methods suggested in: Issue to add custom claim "...
Enrico Arnaudo's user avatar
Answer Accepted

To display employeeid as claim in the access token, check the below: Use the below PowerShell script to create a policy and to assign to the application: Connect-AzureAD $claimsMappingPolicy = [...

View answer
Rukmini's user avatar
  • 12k
0 votes
2 answers
41 views

Fetch documents/files from share point drive

We have multiple SharePoint sites, and our application is registered on the domain. Currently, we are trying to fetch documents from SharePoint using a client ID and secret, but we are encountering ...
Pooja Parmar's user avatar
Answer

In OneDrive My files in my environment is like below: Use the below code to retrieve all "My Files" using Microsoft Graph: namespace GraphApiDemo { class Program { private ...

View answer
Rukmini's user avatar
  • 12k
0 votes
1 answer
26 views

Synapse Notebook to Azure SQL Database connection issue

created Linked service to Azure SQL database in Synapse Analytics that uses Authentication type " System Assigned Managed Identity". Than referencing it in PySpark Notebook. Method ...
Balbeer Singh's user avatar
Answer

The error you are facing is because you are creating linked service with incorrect configuration to resolve it while creating linked service you have to select version as Legacy and also ...

View answer
Pratik Lad's user avatar
  • 7,047
0 votes
1 answer
28 views

Azure Data Factory Expression Builder: Error Structuring JSON with Nested Arrays and Objects

I've been working on this for a couple of days now and am reaching out for assistance. I was unable to structure the format properly and need help. I've been trying to create a JSON structure in Azure ...
Shobith k Chandran's user avatar
Answer

However, I receive an error at the line actions=[@(appointment_info=@())], specifically at @() right after appointment_info= I have tried the same expression, and it is saying incorrect parsing error....

View answer
Rakesh Govindula's user avatar
0 votes
1 answer
28 views

Looking for a simple way to stop\start machine with Azure runbook

I am an Azure rookie, I'm struggling to complete a runbook to start stop my VM. I keep getting permissions errors after I added myself as the virtual machine permissions contributor : ERROR: (...
Ori's user avatar
  • 1
Answer

I agree with @wenbo, the error usually occurs if the managed identity does not have required permissions or roles to perform the operation. Initially, I too got same error when I ran the code adding &...

View answer
Sridevi's user avatar
  • 18.6k
0 votes
1 answer
25 views

How can I customize Azure AD B2C Email MFA template?

I have an existing Azure AD B2C "Sign in" user flow that has MFA enabled. I was able to customize the page layouts for all the pages such as Sign in page, Multifactor authentication page ...
Jason Susanto's user avatar
Answer

The only thing you can do is via branding. "The banner logo appears in the verification emails sent to your users when they initiate a sign-up user flow" Not sure if this applies to MFA ...

View answer
rbrayb's user avatar
  • 47.7k
0 votes
1 answer
34 views

Unable to load CSV file while creating table in databricks. Upload error ! unable to processing file.csv [object object]

Unable to load CSV file while creating table in databricks. Upload error ! unable to processing file.csv [object object] I am using community edition I want to create table using CSV Need solution for ...
subash Shan's user avatar
Answer

As mentioned you want to create table using CSV. For example I have tried the below approach using ADLS and using databricks dbfs. , If you have your file in the dbfs location you can try the below ...

View answer
Dileep Raj Narayan Thumula's user avatar
0 votes
1 answer
35 views

How to get and list blobs only in specific folder using Azure Blob Storage

I want to get and list blobs only in the specific folder, not to get whole container and then to filter out results. How is that possible using new Azure SDK for cpp? I have tried ListBlobsByHierarchy,...
Staša Sekulić's user avatar
Answer

For example I have like this -->root -->blob1 -->blob2 -->virtual dir blob -->blob3 -->blob4 I want to ahieve to be able to read only root dir. So when I do "...

View answer
Venkatesan's user avatar
  • 7,951
0 votes
1 answer
27 views

Azure databricks clusters are failing to load while creating a linked service in azure data factory

This is the error I'm trying to learn azure data bricks, data factory... I'm trying to link the data bricks cluster to data factory, but the clusters are failing to load, I've entered the cluster ...
sashidhar chary's user avatar
Answer

I do agree with @Anupam Chand, the above error will occur when you give the wrong Access token. In the above, when the access token is wrong then you can't get the existing cluster ID in the drop ...

View answer
Rakesh Govindula's user avatar
-1 votes
1 answer
32 views

"SyntaxError: Cannot use import statement outside a module" in GitHub Actions

I'm trying to build a workflow that would pull React code from GitHub repo and upload it on the Azure web app, however, I'm getting an error: Below is the workflow code: ERROR: Syntax Error: Cannot ...
devTeam Monconnect's user avatar
Answer

I got the same error when I tried to deploy the react app with axios using GitHub actions. To resolve this error, add the below code in package.json. Thanks @AyoubXwire for the code: "jest&...

View answer
Pravallika KV's user avatar
0 votes
1 answer
31 views

Create Pool in azure batch with user assigned managed identity

We are migrating our Python solution from Service Principal Name (SPN) to Managed Identity (MI) based authentication. We have made the necessary changes to the python code to enable authentication ...
RSK's user avatar
  • 751
Answer

Encountered unexpected exception of type <class 'azure.core.exceptions.HttpResponseError'> when trying to create a pool. Exception details: (GatewayTimeout) The gateway did not receive a ...

View answer
Venkatesan's user avatar
  • 7,951
0 votes
1 answer
25 views

How to get only country phone code instead of country name and country phone code in Azure AD B2C?

I have B2C application where the country code is showing like . However, instead of both name of the country and the country phone code. I want to show the "country phone code" [that is only ...
AskMe's user avatar
  • 2,531
Answer

In a user flow, No. You could do this in a custom policy, where you have a Textbox for the phone number, set countyCode to "1" and then create a phone number by concatenating them.

View answer
rbrayb's user avatar
  • 47.7k
0 votes
1 answer
20 views

Entra B2C Custom Policy - Trying to add Custom Claims for Sign Up that save to User Properties

I am trying to use the Sign up using invitation sample for B2C. We only want users to be able to sign up via invitation. In my Entra B2C tenant, I have two User Attributes assigned: AdvisorId ...
Josh's user avatar
  • 16.5k
Answer

Why do you have "advisorIdAttribute" and "advisorId"? You just need one. In the TP, you output "advisorIdAttribute", but in the RP, you output "advisorId". That'...

View answer
rbrayb's user avatar
  • 47.7k
0 votes
1 answer
40 views

How can I find all Azure app registrations with API permissions to a specific app registration?

I have an app registration in Azure that exposes an API (let's say the app id is 00000000-0000-0000-0000-000000000001) There are many app registrations in our tenant that have been granted access to ...
M.Ob's user avatar
  • 1,827
Answer Accepted

I have one Azure app registration named APIapp that exposes an API as below: For sample, I granted this permission to few applications that displays below resourceAppId in App's Manifest: To list ...

View answer
Sridevi's user avatar
  • 18.6k
0 votes
1 answer
46 views

Dynamic SQL query in ADF pipeline

I am trying to replace a table in a SQL query dynamically in ADF pipeline. I tried these queries to get it: select * from c where timestampToDateTime("@{concat(variables('lastUpdatedColumn'),'*...
ramesh reddy's user avatar
Answer

select * from c where timestampToDateTime("@{concat(variables('lastUpdatedColumn'),'*1000')}"") < "@{formatDateTime(utcNow(),'yyyy-MM-ddTHH:mm:ss.fffffffZ')}"" You ...

View answer
Bhavani's user avatar
  • 4,135
-1 votes
2 answers
48 views

How to create a continuous sequence id irrespective of the runs in Databricks

I have a Databricks DataFrame with Columns : tno,data_value Output of first Databricks run: tno, data_value 1,hdjsjsjnsns 2,dhjdjdjsnsn 3,jdjsjsjsjsjjs When I run again the same notebook after some ...
Rocking Surya's user avatar
Answer

To achieve your requirement, you need to get the maximum value in the dataframe of last run and using that, you need to transform the column in the current run. After the first notebook run, store the ...

View answer
Rakesh Govindula's user avatar
0 votes
1 answer
23 views

Document Intelligence custom model not applying

I am new to coding and trying to use my custom extraction template model in python file to read more documents. I made the model using Document Intelligence Studio, applied my own labels, trained it ...
HaniaZ8's user avatar
Answer

Training a custom model with specific labeling, it should be able to handle the types of data it was trained on. Check the labeling in Document Intelligence Studio matches the data structure of the ...

View answer
Suresh Chikkam's user avatar
0 votes
1 answer
28 views

Windows Azure Firewall not blocking traffic to the external URL of the Application Gateway Associated to it

Trying to block all the traffic from the internet, except from our two main gateways external IPs. Created a rule but nevertheless no traffic is being blocked Any given help will be very much ...
jma's user avatar
  • 37
Answer

created an application gateway, associated a WAF into it and created a rule, nevertheless the whole internet got access to the app. Make sure to check the WAF Policy rule and Policy Mode in your case....

View answer
Venkat V's user avatar
  • 5,572
0 votes
1 answer
43 views

How to use REST API to delete message on Azure Storage Queue in bash?

I would like to know how to delete a message on Azure Storage Queue. Currently I keep getting the following error. <?xml version="1.0" encoding="utf-8"?><Error><Code&...
Xynanxdb's user avatar
Answer

How to use REST API to delete message on Azure Storage Queue in bash? You can use the below script to Delete Azure Storage Queue message using Bash. Script: #!/bin/bash # Function to convert base64 ...

View answer
Venkatesan's user avatar
  • 7,951
0 votes
1 answer
32 views

How to supply a certificate while creating a linked service to presto in Azure Datafactory

I am trying to connect to Presto using linked service in Azure Data Factory using the link below: https://learn.microsoft.com/en-us/azure/data-factory/connector-presto?tabs=data-factory I have entered ...
Praveen Kumar's user avatar
Answer

According to this MS document trustedCertPath property can only be set when using TLS on self-hosted IR. You should create self-hosted integration runtime and connect presto server with it. Provide ...

View answer
Bhavani's user avatar
  • 4,135
0 votes
2 answers
38 views

How to hide server details(Kestrel) in response headers for Function Hosted applications in .NET8?

I'm working on an Azure Function Hosted application and I need to hide the server details from the response headers. I tried the following code, but it didn't work: .ConfigureWebHostDefaults(...
ASHWANI MAURYA's user avatar
Answer

I have also tried to hide the Kestrel server details in .NET 8.0 isolated Azure function using webBuilder.UseKestrel(option => option.AddServerHeader = false);, but it didnt work as expected. The ...

View answer
Pravallika KV's user avatar
1 vote
1 answer
51 views

Integrating AWS Cognito and Azure AD: Allowing access for any Microsoft User even if they are not in the Azure AD?

Okay so my goal was to integrate google and microsoft with aws cognito to give allow users to signup/signin using their google and microsoft accounts. The google one works perfectly but since there ...
Ali Javed's user avatar
Answer

AADSTS50020: User account '{{email}}' from identity provider 'live.com' does not exist in tenant '{{Azure app name}}' and cannot access the application '{{application id}} in that tenant. The account ...

View answer
Rukmini's user avatar
  • 12k
0 votes
1 answer
33 views

How can i monitor a Function App in Azure without App insights?

I have a function app in azure and this function app runs thousands of jobs. Now at time it says the job is running and it actually hasnt ran at all or a time frame has been exceeded.I can see that on ...
Jenny's user avatar
  • 11
Answer

You can make use of diagnostic logging, which allows to log information related to execution of the functions. Configure the Function App to write logs to Log Analytics workspace under Diagnostic ...

View answer
Pravallika KV's user avatar
0 votes
1 answer
31 views

How to configure Azure Function App to process Service Bus messages in parallel?

I have created an Azure Function App and created a function from a docker image in the Azure Container Registry. The function is triggered by a new message being placed on an Azure Service Bus queue. ...
demajh's user avatar
  • 1
Answer

Based on the provided configuration and subscription (pending validation as the function code wasn't shared at this point), I suspect you're processing messages individually, not as a batch and not as ...

View answer
Sean Feldman's user avatar
  • 25.4k
0 votes
1 answer
32 views

Isolated worker function apps can't find queues with custom storage connections

I have an isolated worker function in .net 8 that i want to use appsettings.json for all the configuration (NOT Environment Variables). Why? Because we use appsettings.json in the other three ...
Mike McKinnon's user avatar
Answer

having a "flat" local.settings.json file with similar setup works fine. In Function Apps, One should store connection string in local.settings.json and not in app settings. { "...

View answer
RithwikBojja's user avatar
  • 9,119
0 votes
1 answer
51 views

databricks_metastores Data Source - I'm trying to use this in Azure to find out the metastore id. Getting the error invalid databricks account config

databricks_metastores Data Source issue: terraform code used: data "databricks_metastores" "all" {} output "all_metastores" { value = data.databricks_metastores.all....
user26489951's user avatar
Answer Accepted

Fetching the IDs of Mutiple megastores using the terraform The issue seems to be with the way you try to access to the databricks accounts. Even though we provide the complete info in the provider to ...

View answer
Vinay B's user avatar
  • 1,117
0 votes
1 answer
26 views

Azure API Management Referencing Query Parameters

I have created an Azure API Management Service to connect to the API of Autotask. Now I want to Query all tickets of a user, but I have to retrieve the tickets with pagination, as the tool I'm trying ...
drmgames's user avatar
Answer

If Autotask API returns nextPageUrl then you need to store it in a variable and use the given policy to meet your requirement. <policies> <inbound> <base /> <...

View answer
Ikhtesam Afrin's user avatar
1 vote
1 answer
37 views

I need to setup set programmatically - via Terraform - the 'Outbound internet traffic'

Like in the image, i need to setup the 'Outbound internet traffic' programmatically but I don't understand where to search for it. In the azure portal I go to the web app -> click on network name ...
Buda Florin's user avatar
Answer Accepted

need to setup set programmatically - via Terraform - the 'Outbound internet traffic' To enable outbound internet traffic under the web app's virtual network configuration, you need to set ...

View answer
Venkat V's user avatar
  • 5,572
0 votes
1 answer
56 views

How to add custom claims to Azure AD users

I am developing a web application that uses Microsoft Azure AD (Entra) as identity server for single sign-in. So I have users defined in Azure AD. Now I want to add additional properties or claims to ...
Luka's user avatar
  • 4,131
Answer Accepted

Note that: AFAIK there is no way to create or assign custom claims to the user via Azure Portal. You can create extensions for the application using Microsoft Graph API or PowerShell: POST https://...

View answer
Rukmini's user avatar
  • 12k
0 votes
1 answer
41 views

Permission Denied Error in Databricks Key Vault

com.databricks.common.client.DatabricksServiceHttpClientException: PERMISSION_DENIED: Invalid permissions on the specified KeyVault. Wrapped Message: Status code 403, "{"error":{"...
Azat Baatyrbekov's user avatar
Answer

If databricks doesn't have permission to access azure key vault, then you may get above error. To resolve the error Add Key Vault Administrator role to AzureDatabricks Service principle as shown below:...

View answer
Bhavani's user avatar
  • 4,135
0 votes
1 answer
42 views

Azure: there is no package called ‘dynlm’

Context: I have uploaded the zip file of the proper package version related to the R version inside the src dir of the compute instance. I have the following code: # R version: 3.5.1 # The script MUST ...
Gabriele Giordano's user avatar
Answer

That is because the installation is not successful. You need to check whether the src file present or not. But whatever you uploaded in compute instance it will not be shared while running the ...

View answer
JayashankarGS's user avatar
0 votes
1 answer
78 views

How to use appsettings in Azure Container App?

Currently we are migrating our .NET Framework WEB APIs to .NET 8. Along with that, we are migrating from service fabric to Azure Container App. We want to use app setings from AppSettings.json file in ...
Bharti Tijare's user avatar
Answer

Configuring settings in Container App is much similar and easy as Configuring them in the Normal Web Apps. By default, the appsettings.json file is deployed to the application root directory. My ....

View answer
Harshitha's user avatar
  • 6,556
0 votes
1 answer
42 views

Remove or Hide the results pane side bar buttons (Save to CSV/XML etc)

How do you remove the buttons on the right hand side of the results pane in Azure Data Studio (ADS)? The buttons fixed height means multi query result sets take up (at least) twice the vertical space ...
Morphed's user avatar
  • 3,599
Answer Accepted

To remove the buttons on the right-hand side of the results pane in Azure Data Studio you can follow below procedure: Go to File --> Preferences --> Settings --> Data, select Query editor and ...

View answer
Bhavani's user avatar
  • 4,135
0 votes
2 answers
52 views

Azure AI Search native soft delete problem?

I enabled the Native blob soft delete feature in the Azure AI Search datasource (Azure Blob Storage kind). I enabled also soft delete in the ADLS. When I try to verify it, I see the file hasn't been ...
FreeGor's user avatar
  • 614
Answer

Since you already created the index, the existing index fields cannot be changed. Refer this what changes you can make on index schema. So, create a new index with metadata_storage_path as key. Go to ...

View answer
JayashankarGS's user avatar
1 vote
3 answers
46 views

Incrementally copy new files by LastModifiedDate with Azure Data Factory

[enter image description here] (https://i.sstatic.net/MBwbT11p.png) "I need to copy files under the condition that only the files that were last modified are copied. Since I have a total of 6 ...
Tarn Kanlayanee's user avatar
Answer

Currently, Azure storage event triggers in ADF or other trigger options like Azure functions or logic apps does not support Azure File share. As a workaround, you can use a Schedule trigger to ...

View answer
Rakesh Govindula's user avatar
0 votes
1 answer
59 views

While Hierarchical namespace enabled cannot upload blob with metadata hdi_isfolder

I am using Azure Datastorage Gen2 and I have came across problem that I cannot create virtual directory when Hierarchical namespace option is enabled. If I try to do this const std::string ...
Staša Sekulić's user avatar
Answer Accepted

to create virtual directory in ADLS Gen2 blob storage You can use the below code to create directory in Azure Data Lake Gen2 blob storage using C++. To create directory, you need to install azure ...

View answer
Venkatesan's user avatar
  • 7,951
0 votes
1 answer
60 views

Move resource from one region to another region

I have tried to move a resource from one region to another region but when I'm trying to Azure resource mover to move a particular resource I'm getting a message saying that it is unsupported. Is it ...
reel Media's user avatar
Answer

Move resource from one region to another region: Moving a resource from one region to another region is supported for few Azure resources such as VM's and function apps. Refer MS Doc to verify what ...

View answer
Jahnavi's user avatar
  • 6,336
0 votes
2 answers
46 views

How do I designate the 2nd subscription name for Application Insights CLI Create command

My command: az monitor app-insights component create --app $appin --subscription $sub --resource-group $rg-for-insights-component --workspace workspace-in-different-Subscription --location centralus ...
josh's user avatar
  • 21
Answer

How do I designate the 2nd subscription name for Application Insights CLI Create command: You cannot directly pass the workspace existed in another subscription with az monitor app-insights component ...

View answer
Jahnavi's user avatar
  • 6,336
0 votes
1 answer
37 views

Failed to connect to Azure SQL server from android due to TLS version mismatch using jtds connection

I also tried added ssl=require in connection string it returned error as "Network error IOException: SSL handshake aborted..." if I added sslProtocol=TLSv1.1 since in Azure server it set as ...
Dya's user avatar
  • 1
Answer

Login failed due to client TLS version being less than server According to this customers who are using a TLS version lower than the minimum TLS version of the server will fail to authenticate. ...

View answer
Bhavani's user avatar
  • 4,135
-1 votes
1 answer
28 views

Frequent 400 Errors in Blazor App on Azure: 'Ms-AspNetCore-Token' Mismatch

I’m encountering frequent 400 status code errors with my Blazor web app deployed in Azure App Service. The app is using interactive render mode as server and interactive location as global, and it's ...
Bharat Ram's user avatar
Answer

You're going to want to review your Azure App Service's configuration to make sure that it's correctly setup for Blazor deployments. You can find full documentation regarding this here. I believe that ...

View answer
akseli's user avatar
  • 2,433
0 votes
1 answer
38 views

Azure AI Search Scoring Profiles are not modifying the score retrival

I have been using azure ai search and scoring profiles to boost the documents of my index that come form the 'reviewed' source that means I want to send to the very TOP documents that have the string '...
R_Student's user avatar
  • 711
Answer

Actually, you need to give the scoring parameter in below format. <name>-<comma-separated values> Here, name is the parameter name. You can see in below image it is catTag. Next, values ...

View answer
JayashankarGS's user avatar
0 votes
1 answer
48 views

Can you create 'User Flows' in Azure with a pay-as-you-go account

I'm trying to follow the tutorial here: enable auth web api and here set up user flows i have a pay-as-you-go account and I don't see the 'user flows' option anywhere in the AAD B2C UI. Any advice?
Chris Hayes's user avatar
  • 4,016
Answer Accepted

Yes, you can create 'User Flows' in Azure with a pay-as-you-go account. Make sure to switch to created B2C directory to find User flows option. Initially, I created one demo Azure AD B2C tenant in ...

View answer
Sridevi's user avatar
  • 18.6k
0 votes
1 answer
42 views

KQL query returns available memory but not Total Memory

When i run this KQL query it does not return total memory of a VM just the available memory. I am trying to calculate the % available memory but i cant without the total memory on the VM. What am i ...
Akeem Rajifuja's user avatar
Answer Accepted

KQL query returns available memory but not Total Memory You can use below KQL query to fetch the VM Total memory, free memory and percentage of free memory InsightsMetrics | where Origin == "vm....

View answer
Venkat V's user avatar
  • 5,572
0 votes
1 answer
34 views

Score Profiles Azure AI search NOT WORKING

I have configured on my Index a default score profile to use on all of my seacrhes, I have an test index that has a field named 'source' if the filed is == to 'reviwed' I want those docs to be move up ...
R_Student's user avatar
  • 711
Answer

According to this documentation you need to give a scoringParameter to avoid the error you are getting and in the format like below. <parameter_name>-<value_to_boost>. In your case it is. ...

View answer
JayashankarGS's user avatar
0 votes
1 answer
37 views

How to match multiple values in a list of lists?

I have a list of items and I need to split each of the items by a delimiter to convert that to a list. let apps = ['a', 'a.b.c'] ... SummaryTable | where column has(apps) Note: If all the parts of an ...
mohanakrishnavh's user avatar
Answer

To match the list of lists, you can try the below approach. I have taken sample data for summarytable and apps. //sample data for summary table let summarytable= datatable ( column:string ) [ 'a b c', ...

View answer
Aswin's user avatar
  • 6,791
0 votes
2 answers
63 views

SchemaColumnConvertNotSupportedException: column: [Col_Name], physicalType: INT64, logicalType: string

I am trying to read data from parquet file in blob storage in databricks and writing to a delta table. Cluster config = 14.3 LTS (includes Apache Spark 3.5.0, Scala 2.12) 1.df = spark.read.format(&...
Saswat Ray's user avatar
Answer Accepted

As per this article by @shanmugavel.chandrakasu, From Databricks 7.3 and above, when reading the parquet files, spark will read the files in vectorized format. This might be the reason that it is ...

View answer
Rakesh Govindula's user avatar
0 votes
1 answer
40 views

Access a storage account with private link (public access disabled) on local machine with P2S VPN setup

I have created an Azure Storage account with a private link and disabled public access. I was able to connect to the storage account from a VM (on Azure) that didn't have public address. I tried to ...
AshutoshTripathi's user avatar
Answer

Access a storage account with private link (public access disabled) on local machine with P2S VPN setup If you are unable to access the storage account via VPN there might be issue with DNS. To ...

View answer
Venkat V's user avatar
  • 5,572
0 votes
1 answer
697 views

Not able to set module name in Terragrunt config

I have a multi-environment infrastructure in Terragrunt where I want to deploy multiple instances of a module "resource-group" up to this Point the configuration is identical besides later ...
MJWcodr's user avatar
  • 11
Answer

Set module name in Terragrunt config The issue you're facing replacing the name can be overcome by each module instance has a unique identifier. We can use dependency in terragurnt to generate unique ...

View answer
Vinay B's user avatar
  • 1,117
0 votes
1 answer
38 views

How can I automate uploading a PFX Client Certificate for Azure AD B2C custom policies

Can anyone point me to a functioning process to automate the upload of a client certificate (PFX/Password) to Azure AD B2C as a Policy Key for a Custom Policy? I can manually upload the certificate no ...
BenAlabaster's user avatar
  • 39.7k
Answer

To upload PFX certificates you must POST to the Graph Beta endpoint trustFramework/keySets/{policyKeyId}/uploadPkcs12 POST https://graph.microsoft.com/beta/trustFramework/keySets/{id}/uploadPkcs12 ...

View answer
bolt-io's user avatar
  • 1,530
0 votes
1 answer
38 views

Azure function :error executing function Microsoft.Azure.WebJobs.Host.Could not create an instance of type Microsoft.AspNetCore.Http.HttpRequest

H All , Getting below error while sending request to azure function from a web app . all hosted local Visual studio 2022 mscorlib: Exception while executing function: FuncToQ. Microsoft.Azure.WebJobs....
Mitali's user avatar
  • 1
Answer

I am able to send message to Azure Queue from Web App using the given code. I have the below code in Azure function. using System; using System.IO; using System.Threading.Tasks; using Microsoft....

View answer
Ikhtesam Afrin's user avatar


15 30 50 per page
1
2 3 4 5
217