Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
92 views

I'm working with an Azure Function App that contains multiple functions. By mistake, I deployed a new function with a name that already existed in the project. After fixing this, the Azure Portal ...
Airton Gomes de Lima's user avatar
-1 votes
1 answer
176 views

I have a web app (Blazor, C#) that monitors Azure resources. I need to add functionality for a user to be able to switch between different databases, and depending on which one selected, I display the ...
Natashanoob's user avatar
0 votes
1 answer
193 views

We want to get the power-automate data like all environments, flows (single and multiple), Apps (single and multiple) using REST API. Same way you can get the SharePoint site information using Graph ...
codeOverLoad's user avatar
0 votes
0 answers
127 views

System context Am using Azure Machine Learning Studio with this config: Public network access: "Enabled from selected IP addresses" Private endpoint connections: 1 Private Endpoint ...
R. Maier's user avatar
  • 436
0 votes
2 answers
456 views

I am trying to share a file from OneDrive using Microsoft Graph API and then allow another user to download it. However, when I attempt to download the file using the shared link, I receive a 403 ...
Anzil's user avatar
  • 1
0 votes
1 answer
436 views

I'm having trouble determining a clear answer on tagging Service Principals as the documentation seems to say you can't do it (https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/...
not_a_generic_user's user avatar
1 vote
1 answer
168 views

I'm currently working on an Azure Front Door Application that contains cache. The idea is that we have a webhook that would call our API to fetch the endpoint and purge the cache. I've already added ...
Bonhart's user avatar
  • 47
0 votes
1 answer
316 views

You can use specific urls like https://shell.azure.com/ or https://portal.azure.com/#cloudshell/ to open the azure portal with the azure cloud shell in focus. How can I select the specific flavor of ...
JJS's user avatar
  • 6,828
1 vote
1 answer
223 views

I'm using Application Insights configured for my application. You can refer to this documentationApplicatioInsight Here is my code: static TelemetryConfiguration telemetryConfiguration = new ...
Raghu's user avatar
  • 11
1 vote
1 answer
4k views

I am trying to find the Resource id of an Azure function app in the Azure web portal but cant seem to find it anywhere? For most other services it is either in endpoints, configuration or properties ...
Frankenstine Joe's user avatar
0 votes
1 answer
185 views

My app contains a way to authenticate using email address and password, currently done using Firebase. I want to transition my app from Firebase authentication to an Azure service. I think I found ...
user274595's user avatar
1 vote
0 answers
143 views

I would like to know, how can an Azure logic app workflow be modified from the Azure portal when: The source code for the logic app is managed at a remote repository. Deployment is done via CICD, ...
user27058369's user avatar
0 votes
1 answer
582 views

I have an application registered in the Azure Portal that has been converted into an Enterprise application. The client secret for this application has expired, and I need to update it. However, since ...
Sigar Dave's user avatar
  • 2,648
0 votes
1 answer
185 views

We are planning to connect Azure DevOps with Azure AD. We Know that users, who have correct organization emails in azure DevOps, will inherit all accesses after connection with AAD, however users with ...
Tutul Ckul's user avatar
0 votes
1 answer
46 views

I Can't find 14.65.0.1 version for packages Microsoft.Portal.Extensions.Hubs and Microsoft.Portal.Tools pakages in visual studio I want to upgrade Microsoft.Portal.Extensions.Hubs and Microsoft.Portal....
jing's user avatar
  • 1
0 votes
1 answer
269 views

Thanks Alot for the help in advance I'm using Azure Portal for the first time and have deleted my default directory. Now im trying to figure out to recover it or add new and set it as default. I have ...
Palash Doshi's user avatar
0 votes
1 answer
245 views

I have created the Premium File Storage Kind of Storage Account in the Azure. I want to convert it to Standard General Purpose V2 Account which has all items such as Blob Storage, Tables, file ...
VivekAnandChakravarthy's user avatar
0 votes
1 answer
330 views

I myself am the Global Administrator and Owner of the Resource Group and Key Vault, but I am unable to "Access Policies" in Azure Portal. I have even gone into to give myself further ...
Mohsin Khubaib Ahmed's user avatar
0 votes
2 answers
822 views

I am having issues running a Time Triggered Function App in the Azure Portal, these are the replication steps: Function App Deployed to the Azure Portal, Click on the Time Triggered Function I want ...
cacharry's user avatar
  • 115
0 votes
1 answer
309 views

I'm trying to run a simple Bash script file from Azure CLI in Azure portal. But it is throwing error as "Operation returned an invalid status 'Bad Request'" . What is the correct syntax for ...
MarsRoverII's user avatar
0 votes
1 answer
2k views

I created an AKS cluster using the following azure cli command: az aks create --resource-group "${RESOURCE_GROUP}" --name myAKSCluster --node-count 1 --enable-oidc-issuer --enable-workload-...
Mohamed's user avatar
  • 273
0 votes
1 answer
868 views

We have close to 20 subscriptions of Azure, How can I check the disk usage (free space) we have on all disks in Azure Portal? In the disk view I cannot find the column disk usage / space. We have both ...
progrAmmar's user avatar
  • 2,680
0 votes
1 answer
2k views

I am working with Microsoft Entra ID and trying to manage access rights more dynamically within my organization. Currently, I'm facing a scenario where I need to restrict specific Azure Active ...
IlayAsayag's user avatar
0 votes
1 answer
488 views

I've got an Azure function that consumes messages from an Azure Service Bus and publishes messages to an Event Hub for another team to consume regularly. Is there any default/out of the box metrics ...
Bhav's user avatar
  • 2,287
0 votes
1 answer
2k views

Have created a multiproject solution in C# .NET6 in which there is a Function project. Function project contains a timer triggered function: [FunctionName("Function1")] public async Task ...
JoBo's user avatar
  • 367

1
2 3 4 5
17