Network Reset in Windows 11 Pro 22H2 NOT Working as Described
Windows 11 Pro - 2H22 (22621.4317) In Network & Internet -> Advanced network settings, there is an option to Network reset - described as "Reset all network adapters to factory settings". However, after selecting this option and waiting…
Can Azure Sphere device be configured as a TCP client over Ethernet (eth0)?
The TCP Echo Server sample work great. However, I have a requirement where I need my Azure Sphere device as a TCP client. I modified the private network services sample application to work as a client (commented out Echo TCP Server) but the connection to…
Command 'CREATE LOGIN FROM EXTERNAL PROVIDER' is not supported as Azure Active Directory is not configured for this instance.
We have an SQL Server on an Azure VM. For our main instance, which is our live one, Entra euthentication works without any problem. We can create and login directly using Entra authentication. We also have another instance of SQL on the same server…
Need a solution to divert a particular ip range from a particular site in S2S connection to deliver all traffic to path to access internet
We have a Virtual Machine (10.0.0.6) in Azure (on Linux OS )running a particular application with internet connectivity though the default route 0.0.0.0/0 via internet. The Virtual Machine (10.0.0.6) is connected to two on prem sites say S1 & S2 via…
How do I set custom domain to storage account with HTTPS without using Azure CDN.
The document said that if I'd like to set a custom domain to the storage account with HTTPS, I'm required to use Azure CDN, but Azure Student doesn't support Azure CDN, so is there any method to use HTTPS without Azure CDN?
When trying to fetching the keys from the application getting 429 error
My application encounters a status code 429 error when attempting to fetch the keys from key vault.
How to check text in row 1 of Excel file for about 10 column headers?
I'm using Azure Data Factory (ADF) on the portal. I use the latest Chrome browser to get to ADF. I'm not an admin and have no admin rights. I have an Excel file I want to read. I'm still fairly new to ADF. I'm guessing this could be done in a data flow.…
Convert solution of class libraries in framework to .NET
Hi, I have solution with list of clsss libraries in framework 4.6.2. I would like to know full steps of converting this solution to .NET 8/9 using visual studio. Thanks in advance,
Will I be billed even when my Free Trial is expired and have no active resources?
Hi Everyone! I am new to Azure and wanted to try the free trial to learn things out which got expired in September. Today I got a mail stating that I am currently using Azure Databricks. How is that possible even when I don't have any resources active.…
How to replace product demo link if the first one was declined?
We were declined of the new credits because product demo video does not demo the software solution. I redid the video, but there is no way to change product demo video link. How can I submit the new video?
How to Get the Positions of Strings Filtered by Multi-Split Method in VB.net With LINQ
According to the previous question, the method of multi-splitting (Multi-Split) I'm working on a VB.net script and need help extracting the positions of specific substrings from a given input string based on a multi-split condition. The input string is…
Azure cost management and billing billing account invoices
I receive message 'invoices are only available for billing accounts billing profiles and pay as you go subscriptions. please change to a supported scope'. when accessing Azure cost management and billing ; billing account invoices in my Azure tenancy.…
Azure Open AI Studio / add your data / disabled API key for OAI -> Error: ""We couldn't connect your data"
I am using the "Add your data"-feature in Azure OpenAI. For security, I have disabled key access for Azure AI Services as per this Azure Policy using the command Set-AzCognitiveServicesAccount -DisableLocalAuth $false ... . I have also…
How to move item specifying @microsoft.graph.conflictBehavior
Hello, I need to move items but need to set the @microsoft.graph.conflictBehavior to replace. What I'm currently trying to do in python but doesn't set the @microsoft.graph.conflictBehavior strategy: import requests import…
403 Forbidden Error while trying to access authorized routes in a .NetCore 8 WebAPI -
Hi All, Let me discuss my problem in clear detail. I am trying to build a backend webAPI for an app using .NetCore 8. I created the database for my webapi by using code-first migrations on AspNet Identity. The respective tables have been created. In…
Teams Extension composeExtensions request payload channelData.team.id not in GUID format
Hi Everyone, I am trying to use Graph API to download the message attachment in teams channel. But we found the channelData.team.id not in GUID format "team": { "id": "19:-Ml7DKbJkZVh9gO......cKEwmWw1@thread.tacv2" } that we…
Can Visual Studio 2019 be Upgraded to Visual Studio 2022 Directly Using Visual Studio 2022 Installer?
I know you can install both versions side by side. And according to this: https://learn.microsoft.com/en-us/answers/questions/1283358/can-i-upgrade-from-vs2019-to-vs2022, one cannot directly upgrade directly from VS2019 to VS2022 currently. Is that…
Updating Surname in Microsoft Exam Profile
I need to change my surname on the Microsoft exam interface because I recently got married and now use my husband's surname. I cannot use my new identification card with the old surname. Could someone please help me update this information in my profile?
How to rewind failed orchestration instance of durable azure function
I am working on migration of azure function from .net core 3.1 to dot net 8 and also migration from in-process to isolated worker process. In the .net core 3.1 version of function, we are using 'RewindAsync' function of IDurableOrchestrationClient from…
Second SCCM Server Build-up for Dev environment(Primary/Secondary)?
We already using Single primary site server to manage our SCCM Infra for both Dev and Prod. Now the client requesting us to build new SCCM Server for Dev environment separately. They are Planning to Isolate complete Dev environment from Production.…