Can anyone help me with this MS Azure question?
I am currently preparing for the AZ104 exam and came across this question that I just can't figure out: Why are there 2?
I am currently preparing for the AZ104 exam and came across this question that I just can't figure out: Why are there 2?
I hope I express myself clearly. If, as a company/freelancer, I use a server instead of a physical Windows server, which is located as an IaSS in a cloud farm, such as TERRA from Wortmann… …how do I install software that I have physically on CD/DVD or USB stick at my desk? Let's assume that…
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:…
Can you also distribute updates with Microsoft AD, like with Azure Update Manager?
Can someone give me instructions on how to add clients to Azure AD using Microsoft Intune?
Hello I have a question about hybrid joining to Azure AD. First, what is it and what does it do? And what other options are there for joining Azure?
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 🙂
Hello everyone, I'm currently setting up pfSense in Azure. I also had Azure generate an IP address for me, but I can't access it publicly. Does anyone have any idea why this is happening? Do I need to configure any special settings? SSH, HTTPS, ICMP are enabled in the NSG. Ping and nslookup both don't…
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…
Hello everyone, Can someone help me with a trigger condition in Azure Logic Apps? I would like the Logic App to only trigger if {VersionNumber} (of the SharePoint item) is greater than a number field. The number field has the format 12.34 and the {VersionNumber} field of the SharePoint List has the format 12.3
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)) *…
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…