java.lang.NoClassDefFoundError: com/azure/storage/common/policy/StorageBearerTokenChallengeAuthorizationPolicy
Hello I am using a spring boot Java application to upload files into data lake but I am getting below error when trying to run the application Caused by: java.lang.NoClassDefFoundError:…
Integrating Entra ID for Automatic User Registration and Token based Authentication
Is it possible to integrate Entra ID for automatic user registration when a user signs up on my application’s registration page? Specifically, I’d like the user to be added to Entra ID at the time of registration so that Entra ID can handle…
Manage Azure policy using github
Dear community, I'm looking for guidance on how to export azure policy into github and use the git hub actions to deploy the same. I've tried to searching for relevant documentation. However, its not properly available. With github export no longer an…
Azure Guidance for Phi-3.5 endpoint not working
Several weeks ago, I set up an Phi-3.5-mini-instruct endpoint using Azure AI Studio. I then code based on the following tutorial: https://github.com/microsoft/Phi-3CookBook/blob/main/code/01.Introduce/guidance.ipynb The code worked as of Wednesday,…
When will Azure Data Explorer pool for Synapse become GA
When will Azure Data Explorer pool for Synapse become GA
Azure VPN Gateway
Hello Azure experts, Based on simulation, it shows that during VPN gateway creation, portal allows to create the Gateway subnet however i am getting the below error. What i did after this error that i created the Gateway subnet first and then it allows…
Automate daily checks for Azure VMs
Hello, I would like to check the CPU percentage, Disk IOPS, and Memory availability values of Azure VMs daily in an Excel file. I am considering using Azure Automation for this. Is there a script that I can refer to for automating the process of…
How to retrieve variables in Azure API to construct expression for obtaining OAuth token in body
Hi, Below is the set-body code block that I have some problems with.Im having problem constructing an expression for obtaining an OAuth token. I use 3 variables {{clientId}}, {{scope}} and {{clientSecrets}} instead of hardcoding those values. No matter…
Exploring Cost-Effective Solutions for Routing Traffic from an Azure Private Endpoint to a VPN Gateway
Greetings, I would appreciate assistance with a design to a solution I would like to implement on Azure. Below I summarized all the information and approaches I tried. Customer has a private endpoint on a "consumer" VNet, from which I…
How to validate security stamp on next request
When using ASP.NET Core Identity how can I make it so a user's security stamp will be validated on the next request they make? For context I have a logout all sessions feature and I want to logout other sessions immediately on the next request after the…
Azure App + Sharepoint APIs : Error validating credentials due to invalid username or password. Trace ID: axxxxxx-db6a-46b8-be24-60837be19c00
Hi Team, My internal MS365 team has created a Azure app and we are using ROPC flow to authenticate service account ( which is already added in the AD). I trying to generate a Token to Authenticate Sharepoint Graph API. Below API end point -…
IoT Edge 1.0 and 1.1 devices cannot authorize to the IoT Hub anymore
Hello, since last week our Azure IoT edge 1.0 and 1.1 devices cannot connect to our IoT Hub anymore. We use device certificates and DPS and we see that the certificates are valid and DPS registers the devices to the Hub correct, however as soon as the…
Error installing SQL SERVER EXPRESS on Windows 11
I am trying to install SQL Server Express 2019 on my new Windows 11 laptop. I have tried searching errors, but am not experienced enough to link solutions to my specific issue. Any help appreciated!
como resolver este problema de conta de armazenamto no azure
como resolver este problema de conta de armazenamto no azure, sou novo porem nao estou encontrando resposta para esta questao.
How to use function `CreateIconIndirect` with 32 bit bitmaps?
Most icon related documentation is still written with the assumption that the user will want to create a black and white icon, even though we are in the year 2024. A 32 bit bitmap has both the color information and the transparency mask in the same…
Can't run query if defining temp table
I have the following T-SQL: alter procedure myProc_sp AS BEGIN create table #myTable ( retireeId varchar(12) ) select getDate() return END With the 'create table' statement in there, it returns zero rows. If I comment out the 'create table' it…
SQL Server 2022 won't install
Overall summary: Final result: Failed: see details below Exit code (Decimal): -2068119551 Exit facility code: 1211 Exit error code: 1 Exit message: Cannot find registry key…
How do I get a collapsible submenu in the left side navigation menu?
I am rewriting an old ASP.NET WebForms application. I am using Razor, so that I can use Windows Authentication, then Blazor in some of the pages, but at this point my question isn't about Blazor, it is about Razor. I want to add a collapsible submenu in…
Don't see my comment just added
Hi, I just added a comment in this thread https://learn.microsoft.com/en-us/answers/questions/2115332/cant-run-query-if-defining-temp-table?page=1&orderby=newest but I don't see it so I don't know if it was added or not. Also, forum's view doesn't…
How to parse SNMP traps in C#?
Hi All, We have a C# console application built on .Net core. We have requirement to parse SNMP trap in C#. My question is is there any method/class available in to parse below sample SNMP trap? Sample SNMP trap: 2020-08-04 04:56:45 04:56:44 2020/08/04…