Skip to main content

Questions tagged [azure]

Microsoft Azure is a Platform as a Service and Infrastructure as a Service cloud computing platform. Use this tag for programming questions concerning Azure. General server help can be obtained at Super User or Server Fault.

azure
0 votes
0 answers
10 views

How to modify token expiration date in Blazor Hybrid (.NET 8 MAUI + Blazor)?

I'm adding authentication with Entra ID (previously Azure AD) for Blazor Hybrid (.NET 8 MAUI + Blazor). I'm having a lot of trouble getting it to work smoothly. The majority of the code is from this ...
Lukas's user avatar
  • 2,091
0 votes
1 answer
24 views

Dot Net packages to work with resources inside Azure Kubernetes service

I am working on .Net tool to check statuses of resources inside Azure Kubernetes service (nodes in Node pool, pods etc.). But I do not know, how to get that internal resources like nodes etc. I am ...
IndianCodeMaster's user avatar
0 votes
0 answers
10 views

Unable To Enable Prometheus Lifecycle API In Azure Container Instances

I've been having difficulty adding the --web.enable-lifecycle flag to prometheus, to enable the lifecycle api. I have this working locally with docker compose, like so: prometheus: image: prom/...
Greggo's user avatar
  • 127
0 votes
0 answers
16 views

Scheduled alert rule created in Terraform doesn't work

I try to create scheduled alert rule in terraform. This is my code: resource "azurerm_monitor_scheduled_query_rules_alert_v2" "failed_alert" { name = "test&...
michasaucer's user avatar
  • 4,978
0 votes
0 answers
10 views

Unable to get User email using graph api

I am using Graph api https://graph.microsoft.com/v1.0/me to access user email from a different tenant using access token I am getting . I have used profile and openid scopes but can't use User.read as ...
Rik's user avatar
  • 28
0 votes
1 answer
49 views

Not able to get Transcript content through Graph API

Following the microsoft documentation, we are tried to calling the Graph API for getting transcript content. Useful information: MicrosoftAppType=MultiTenant MicrosoftAppId=2dacff5b-9494-45b4-90f1-...
shweta chikhalikar's user avatar
0 votes
0 answers
12 views

Issue with installing MISE Library

Error on installing MISE Library I have added the following package to our project: But I am getting this error: Severity Code Description Project File Line Suppression State Error (...
ASH's user avatar
  • 1
-5 votes
0 answers
21 views

Is there a way to run Linux runner on Windows in Gitlab?

I tried to create a Linux runner to run on my Windows system in Gitlab, but somehow it gets changed to Windows when it is created. I wanted to deploy my code to Linux server. Is there a way to resolve ...
user23324639's user avatar
0 votes
0 answers
9 views

mount an external azure storage account with aks cluster

i have created a storage class in my aks cluster and i have mounted it with my 2 pvc of sonarqube "data and extention" volumes , and every thing works. i have created the storage class in a ...
Lahmar Oussama's user avatar
0 votes
1 answer
19 views

SSLHandshakeException: Spring boot with Azure IDP in Docker

I have integrated Azure Idp with spring boot for single sign on, it works well in local or windows deployment as service, but throws SSL exception when deployed in docker, below is the application yml ...
Nishu's user avatar
  • 105
0 votes
1 answer
29 views

Unable to create Win11 VM with OS Image under 126GB

My goal is to create a Win11 image in Azure with a OS disk size of 80GB (so it can be used as an image for AWS Workspace). I can see that the UI in Azure does not let me create a VM with a disk size ...
degan93's user avatar
0 votes
0 answers
20 views

How to get details of an Azure AD group from az cli

I am trying to get the following information from an Azure group. (my plan is to delete any of the unnecessary groups that are floating here and there with 0 users, 0 groups, 0 group memberships (that ...
Jananath's user avatar
0 votes
1 answer
28 views

Why are PublicClientApplicationBuilder requires client(app) Secret?

My final goal is manage user's access token by refresh token. I need token from user. So, I tried this logic. var app = PublicClientApplicationBuilder.Create(clientId) .WithRedirectUri(redirectUri)...
손동진's user avatar
0 votes
0 answers
23 views

How to collate code coverage from multiple jobs in Azure Pipeline?

Essentially, I have a pipeline, that sort of works how we expect it to. Everything works with a single runner, in a waterfall way. Setup > Build > Unit tests > e2e tests Then in 2nd stage, ...
Umair Ahmed's user avatar
0 votes
0 answers
25 views

How and when to use Salesforce features with website or can we use salesforce as backend?

I have a website based on Angular and backend in C# + SQL Server hosted on Azure. The website is a portal where any company can register with a main user on our system, and they can use our website's ...
josh's user avatar
  • 107

15 30 50 per page
1
2 3 4 5
9430