812 questions
0
votes
1
answer
92
views
Azure Function Deployment Fails Due to Duplicate Function Name in Kudu SyncTriggerStep [closed]
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 ...
-1
votes
1
answer
176
views
How to display all active IP addresses for SQL Server on Azure?
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 ...
0
votes
1
answer
193
views
Retrieve Power automate Apps and Flows data by using a app registration and not a delegated or signed in user
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 ...
0
votes
0
answers
127
views
Azure Machine Learning - Custom environment build failed
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 ...
0
votes
2
answers
456
views
Access Denied (403) When Downloading File via Microsoft Graph API Using Shared Link
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 ...
0
votes
1
answer
436
views
How can I apply name=value tags to service principals in Azure?
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/...
1
vote
1
answer
168
views
Azure CDN Rest API Returns an empty array of Profiles and Endpoints
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 ...
0
votes
1
answer
316
views
Open Azure Cloud Shell to bash or powershell
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 ...
1
vote
1
answer
223
views
Azure Application Insights in C# .NET Core
I'm using Application Insights configured for my application. You can refer to this documentationApplicatioInsight
Here is my code:
static TelemetryConfiguration telemetryConfiguration = new ...
1
vote
1
answer
4k
views
Where can I find the resource id of an Azure function app in the Azure portal?
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 ...
0
votes
1
answer
185
views
Cannot create Azure B2C Tenant
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 ...
1
vote
0
answers
143
views
Modify an Azure logic app workflow from Azure portal
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, ...
0
votes
1
answer
582
views
IS there a way to update expired client secret for Enterprise Application in Azure Portal
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 ...
0
votes
1
answer
185
views
How to clone user accesses from one to another?
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 ...
0
votes
1
answer
46
views
Can't find 14.65.0.1 version for packages Microsoft.Portal.Extensions.Hubs and Microsoft.Portal.Tools pakages in visual studio
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....
0
votes
1
answer
269
views
Recover or add a default directory
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 ...
0
votes
1
answer
245
views
How to convert the premium file share to premium block blob storage account or standard general purpose v2 storage account?
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 ...
0
votes
1
answer
330
views
Unable to Access Policies in Azure Portal while permissions have been extended to the User
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 ...
0
votes
2
answers
822
views
Testing manually a Time Triggered Function App in the Azure Portal fails
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 ...
0
votes
1
answer
309
views
Azure CLI - Bash script with variables not working
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 ...
0
votes
1
answer
2k
views
Azure AKS : how can i get OpenID Connect Issuer (oidc-issuer) and Workload identity from the PORTAL (not from Azure cli)?
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-...
0
votes
1
answer
868
views
Azure Portal: Check available disk space for Managed Disks
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 ...
0
votes
1
answer
2k
views
Restricting User Access to Specific AAD Actions Using Conditional Access in Microsoft Entra ID
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 ...
0
votes
1
answer
488
views
Azure Event Hub metrics on Application Insights
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 ...
0
votes
1
answer
2k
views
Timer trigger function in azure portal is not working
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 ...