Microsoft Q&A
Questions
Discover questions that will help you on every step of your technical journey.
Content
AZ-900: Microsoft Azure Fundamentals Exam
Hi Support TEam, Good afternoon. I have a few questions regarding AZ-900: Microsoft Azure Fundamentals Exam. Can you help? When I searched AZ-900, two exam titles came up. One is "Exam AZ-900: Microsoft Azure Fundamentals" and the other one…


Get the actual status of Oracle Stored Procedure which calls Insert SQL
Hi, In my logic app step, I am calling a Oracle execute stored procedure where the script adds records to a table based on parameters passed. The records are not getting inserted in the table. I would like to know how to add steps which can provide…


Collect IIS logs with AMA agent into Log Analytics
It does not matter, if this optional field "File pattern" is empty or filled in the error is "InvalidIisLogsDirectory" (see the error in JSON format below). Update Error - 'Log Directories' value 'E:\LOGS-IIS\Default Web…


What does Synapse Commit Unit mean
Hello, I want to evaluate Azure Synapse Link to see whether it is the right tool for our task. But I can't find any good explanations about the pricing model. I see a table of costs of Synapse Commit Units, but there are no explanations about what that…


How does AKS authorized IP ranges work with API server VNet integration?
tl;dr For an AKS cluster with API Server VNet Integration (Preview) enabled and access to the API server via a VPN Gateway established, using the feature API server using authorized IP address ranges breaks any access coming through the VPN…


PHP's copy() fails to copy files within the /home mount on Linux Web App
When both the source and destination is in the /home mount, copy() always fails: copy( "/home/site/wwwroot/sourcefile.txt", "/home/site/wwwroot/destfile.txt" ); // copy() returns $false and an empty destination file is created. // PHP…


Checking resource limits, quotas, and constraints using PowerShell
I am looking for a solution to check for resource limit quotas that have been reached in multiple subscriptions using Lighthouse. Has anyone found a way to accomplish this using PowerShell, Graph, or other methods? Essentially, I am looking for a way to…


output log time
Hi, I just need to know what the 'time' referes in azure data factory output logs ? it is not equal with the actual time.


Unable to create container instance from public docker hub (inaccessible image)
When I try to create (or restart an existing image) from Docker Hub, I get an error response back : (InaccessibleImage) The image 'dependencytrack/frontend' in container group '--' is not accessible. Please check the image and registry credential. Code:…


Unable to change application gateway changes.
Unable to change application gateway settings. I try to add Rules but following Error occurred . """ Failed to save application gateway changes Failed to save configuration changes to application gateway '<my-AGW-name>'. Error:…


SQL Server Migration Assistant (SSMA) for DB2 Vs SQL Server Migration Assistant for Oracle
Hello All, Requesting information regarding SSMA. We are migrating our existing DB2 to Azure SQL. With regard to this we are trying to understand SSMA application which helps us in migration. We referred various documentation with regard to this. We…


Azure Policy - value count not behaving as expected
Hello, I am trying to create a policy that will only allow certain values in a specific tag name. https://learn.microsoft.com/en-us/azure/governance/policy/concepts/definition-structure#value-count-examples According to the examples and the description…


Administrator has no key create or view rights in Azure Managed HSM
After provisioning and successfully activating a managed HSM, I cannot generate or import keys and get the following error. Not authorized to access Microsoft.KeyVault/managedHsm/keys/read/action on '/keys'


Pagination of REST API call with "Link" in Header and rel="next"
Hello, I have a hard time doing pagination in ADF dataflow activity. Tried many of the below, nothing worked. My Link in Header is like below - Any idea how to work on it?


We cant select any other option in time range for running Azure Logs queries
Hi, I am having an odd issue that when I go to the "Logs" under Azure Monitor and try to run some queries, in "Time range" drop down box, when I click on this drop down selection, it doesn't give me any other option other than the…


Accessing my outlook account with no username
I cant remember the outlook email that ive had for my now broken laptop. Ive tried searching for the user name but i cant remember it either, the only thing i remember is my password. Pls help because i had all of my school docs on the drive on that…


Adding Word's search option service
I have defined my own dictionary of legal terms. I would like to display the dictionary I have created in the form of a dictionary in the research window of MS Word. That is, I want to add the dictionary I created to related books in the study…
How to remove shared permission individual wise from an external user using One drive API inc#
I have uploaded a file in one drive using MS graph one drive API. I have also shared this item to external users by using one drive API. These two external users also showing in the manage access section as Link User. i want to remove individual Link…


Assign M365 licence via PowerShell - Set-MsolUserLicense - Invalid
Hi, I am trying to assign a M365 Business Premium licence via PS using "Set-MsolUserLicense -UserPrincipalName <userPN> -AddLicenses reseller-account:o365_business_premium" however it is failing saying the licence is invalid. I have added…


UWP App exposes the dll and winmd
Hi, I have an app which has been uploaded to the windows store. The app actually is exposing the DLL which I'm concerned about. As seen there is an EFS method which locks and encrypts the DLL and thus doesn't allow users to relocate(Copy) the DLL. But…