What is the outlook .bak file and can I delete it?
What is the .bak file in Outlook? Can I delete it?
Need Clarification on a Service Endpoint limit
I found the following point in service endpoint limitations: A virtual network can be associated with up to 200 different subscriptions and regions by each supported service with active VNet rules configured. Can you please explain what does it…
Azure APIM WebSocket API Connection Issue
I have created a backend using app service (websocket connections is alwayson), I would like to add APIM as a pass thru websocket API. However, I received InvalidWebSocketUpgrade. Sample backend url from the Dev Tools:…
Visio shape numbering causing errors with other #s in process boxes
My team at work uses Visio extensively for process documentation. Some of our workflows can get quite large, so we use the Shape Numbering add-on to help reference specific boxes. It's not uncommon for the Shape Numbering to have issues if there are…
Reminder for the last mail
Screenshot 2025-01-14 094706.png Hello Microsoft I am reminder to you that there is no reply on my further Question that i asked to you on 6 jan . I am attach a screenshot with you Please find the screenshot and and take some acting quickly . Regards…
SymFromAddr api returning 487 error code
SymFromAddr api returning 487 error codex for the following code: DWORD64 dwDisplacement = 0; char buffer[sizeof(SYMBOL_INFO) + MAX_SYM_NAME * sizeof(CHAR)]; PSYMBOL_INFO pSymbol = (PSYMBOL_INFO)buffer; pSymbol->SizeOfStruct =…
Trying to open a device using HidDevice FromIdAsync in UWP always returns null unless using FileAccessMode.Read
I can confirm that my HID device can have read and write capabilities, because this has been verified in WPF application, where one Endpoint can read and the other can read and write. I thought it might be a permissions issue, but I defined almost every…
Request for discount on AZ-104
Respected team, Last week I have attempted AZ-104 exam and unfortunately, I was not able to pass it. Now I am again preparing for it. I want to request to Microsoft to provide a discounted voucher this time as it would be highly difficult for me to pay…
Azure IAM Role
Hello, I assign a user as network contributor and as reader, but why this user is able to doing write operation such as create VM, turn off the VM etc?
Not able to create VM getting CORS blocked error
I tried to create VM from learning sandbox. I am getting CORS blocked error for one of the calls hence VM creation is broken. GET: https://catalogartifact.azureedge.net/publicartifacts/Microsoft.VirtualMachine-ARM-1.1.0/UIDefinition.json Error: Access to…
What is alternative of App center as it is going to deprecate by March 31, 2025?
I am using App Center Analytics, App Center Crashlytics, and App Center Distribution for my .NET MAUI application. Are there any alternative options available for all three of these services? If so, which ones are considered good alternatives? App…
We will upgrade our SCCM to latest version 2409 och newer
We are going to upgrade our SCCM environment to the latest version. I needed new Telementary files fort this three sites The are in offline mode Best Håkan Johansson
Cannot process Codes to New Phone on authenticator app
I have a new Phone, how can I bring all the Codes to the New Phone?
im getting "unauthorized" status code 401 although i added the neccessary permissions
im trying to send logs from my storage to an event hub by using logic app. i added the permission "Azure Event Hubs Data Sender" to the logic app (managed identity). im getting "unauthorized" status code 401 on the last step, which is…
Firebase Analytics not logging events in MAUI .net9 for both iOS and Android ?
Hi, Firebase dashboard is not registering any logs for my MAUI app. I am using Xamarin.firebase.Analytics for Android and AdamE.Firebase.iOS.Analytics for iOS. .csproj <ItemGroup Condition="'$(TargetFramework)' == 'net9.0-ios'"> …
Deploying of NodeJS Express Typescript API on IIS
I'm trying to deploy my NodeJS Express Typescript API App on my IIS. While searching, I came across using the iisnode which is outdated and not maintained module these past few year. Also I came accross using reverse proxy. What is the best way or more…
How to Retrieve Children of OneDrive Personal Folder Named 'v1.0' Using MS Graph ?
Hi, I’m trying to retrieve the children of a folder named v1.0. The response is a 404 error. According to the instructions here, the request should be GET /me/drive/items/root:/Test/v1.0:/children Interestingly, when the folder name is v1.1, the…
How to setup a vm with public IP address from Los Angeles California
How to setup a vm with public IP address from Los Angeles California
Why are all the news articles listed as automatic?
I want to reorder the news but its difficult to do when all the articles have the same name "automatic", anyone know how to fix this?
Proper query
Hi, ALL, Right now I'm using following query SELECT object_id FROM sys.objects o, sys.schemas s WHERE s.schema_id = o.schema_id AND o.name = ? AND s.name = ? Is there a simple way to bring in sys.databases table? Thank you.