Is there a way to access custom metadata set on a block blob in logic app?
Hi, Is there a way to get the custom metadata set on a blob as key-value pairs using logic app connectors?
Windows Copying of Many Small Files Slow - New Process IDEA! Change transmission technique or "Zip many files into one, on the fly" to Speed up Transfer/Copy Job!
When transferring files from one pc to another or a network location to a local drive or vice versa, files transfers have forever been extremely slow with say thousands of small files are involved. I will often Zip up the folder locally, transfer(fast)…
A self-marking Quiz in MS Forms that gives the total score but not showing correct answers for questions that respondent had answered incorrectly
I had set up a self marking Quiz in MS Forms (that gives the total score upon submission). This is done by selecting in the Settings "Show results automatically". Unfortunately, this shows Responders ALL the correct answers including the…
AzureADKerberos RODC disabled any potential issues eventually?
I noticed that our AzureADKerberos object was disabled 2 months ago.... No bad actor technically but a person that causes extra work. I have not reenabled the object just to confirm it is needed so I don't need to deal with this again. I've ran…
Minecraft Red Screen
I am having an issue with Minecraft Windows Edition. when ever I open it through the launcher it goes to a red screen and stays there. I am on Windows 11, with an nvidia RTX 4060 (Laptop version) I have tried uninstalling, reinstalling going back on…
Failed to upload/delete doucments on Custom Translator
When I tried to upload training documents, it says "Uploading failed. Double check that your documents meets all requirements. If the issue persists, contact us at aka.ms/translatorsupport." The documents I want to upload is the revised version…
Resource mailbox auto declined meeting Rejection reason is: Organizer is missing in Reserve.
When booking calendar its getting approved and immediately getting rejeceted. How to fix it ? Rejection reason is: Organizer is missing in Reserve.
ost Access to My Organization in Azure DevOps (Linked to Microsoft Entra Default)
Hello everyone, I've recently lost access to my Azure DevOps organization, which is connected to the Microsoft Entra Default Directory (formerly known as Azure AD). It seems like I can no longer see or access the organization when I log in. I’m unsure of…
The certificate chain was issued by an authority that is not trusted.
Hello. I've got an existing server a few years old that we've never had any issues connecting to. However, all of a sudden when trying to create new connections we are getting the message "The certificate chain was issued by an authority that is…
Upgrade free subscription to standard
Hello how can i upgrade my subscibtion to standart i can anywhere find where to upgrade my subscription i followed guide…
Prevent application failure by upgrading to the application to minimum recommended version (4.48.2) of the Azure Cosmos DB Java SDK by 10 October 2024
I have dotnet 8 azure function app, which is using cosmos db. I am seeing warning as "Prevent application failure by upgrading to the application to minimum recommended version (4.48.2) of the Azure Cosmos DB Java SDK by 10 October 2024." I…
I dont see Account Console in Databricks. Please advise
I have personal account and when I log into databricks I dont see account console to admin stuff
How to configure a new DCR to ingest to an existing Custom Log table?
Hi All, I am currently migrating existing syslog logfeeds running over Logstash pipelines with the "microsoft-logstash-output-azure-loganalytics" output module to Logstash pipelines with the…
I have been paying for a subscription but i have forgotten the username nad apssword
I have been paying for an azure subscription but, I do not have the username and password for the said account. i have forgotten the same. how can i recover this?
Issues with GetAppLicenseAsync in MFC C++ Application.
In the application, there is an MFC project and a Windows Runtime Component (Universal Windows) project, see my previous question…
Azure Function App can't call Azure Open AI Studio
I am trying to call Azure OpenAI from a Function App, but no matter what I do it responds with 404. The function app is in region "North Europe", but the OpenAI resource is in "Western Europe". Does this matter? If not, what else…
How to enhance the power of the tasks performed by my CPU AND GPU for online tasks using Azure?
I want to increase my PC's power to carry out some tasks now being done by its CPU and GPU. How can I increase the power of my PC, that is, the power of its CPU and GPU, as if more CPUs and GPUs have joined to carry out the task that my PC is currently…
Required endpoints for Migration Manager
In the Prerequisites & Endpoints for Migration Manager guide, it lists the "Required Endpoints" but does not say how to go about opening them up on a Windows Server where the Migration Manager agent is installed. Will someone please provide…
Azure function is not reading my http post body using python
I have an azure function that has this code: async def main(req: func.HttpRequest) -> func.HttpResponse: try: req_body = req.get_json() endpoint = req.url.split('/')[-1] if req.method == 'GET' and endpoint ==…
Occassional Issue with passing parameters between activities
We are having a spotty issue where once in every few pipeline runs an activity will not fill in the parameters even though we run the same code 50 times and 49 of those times works. There doesn't seem to be any difference that we can find. Has there been…