Upload API with NextJS and Azure Portal not working?

Hello, I always get an error message when I upload videos via the API in the Azure Portal. Sometimes it looks like this: Parsed files: { videoFile: [ PersistentFile { _events: [Object: null prototype], _eventsCount: 1, _maxListeners: undefined, lastModifiedDate: 2024-12-17T10:12:37.964Z, filepath: 'C:\\Users\\thoma\\AppData\\Local\\Temp\\19612948a7cd7d81f78632e00.mp4', newFilename: '19612948a7cd7d81f78632e00.mp4', originalFilename: 'sample-2.mp4', mimetype: 'video/mp4', hashAlgorithm: false, size: 30424618, _writeStream: [WriteStream], hash:…

Ionic Angular authentication with EntraID (Azure) in Android app?

Hello. I've correctly set up my Android app in the Azure portal, but I still get the error: Navigation not possible: msauth://[……] is not reachable. What else do I need to configure? Is there documentation for this somewhere? I can't find anything :/ I use MSAL. Thanks 🙂

Having trouble retrieving specific user information via Microsoft Graph API in C#?

Good day, I'm an apprentice and I'm currently working on a small project. I need to automate calendar entries, such as birthdays, anniversaries, or delete entries when someone leaves. I'm now having a problem: when I try to retrieve the user data using the Graph API, I don't get all the information. For example, I…

PowerShell / REST Microsoft Azure: Get-AzPolicyStateSummary?

Good morning! I would like to report the current status of policy compliance in a subscription. So I pull the following data: $azState = Get-AzPolicyStateSummary -SubscriptionId $subscriptionId $exportObject.Compliance.TotalRessources = $azState.Results.ResourceDetails[0].Count + $azState.Results.ResourceDetails[1].Count + $azState.Results.ResourceDetails[2].Count $exportObject.Compliance.CompliantRessources = $azState.Results.ResourceDetails[0].Count $exportObject.Compliance.NonCompliantRessources = $azState.Results.ResourceDetails[1].Count $exportObject.Compliance.Exceptions = $azState.Results.ResourceDetails[2].Count $exportObject.Compliance.Percentage = [math]::Round((1.0 – $exportObject.Compliance.NonCompliantRessources / ($exportObject.Compliance.CompliantRessources + $exportObject.Compliance.NonCompliantRessources + $exportObject.Compliance.Exceptions)) *…

Should I turn down a full-stack position if I won't be working with cloud services like Azure and AWS?

I currently have three offers from companies. The first one offers me around $54k starting as a junior. I'm allowed to work in the Java stack, but there's been no word on whether I'll be allowed to work with large cloud services. Probably not Javascript or TypeScript either, since they primarily work with Java and…