292,698 questions

Sort by: Updated
1 answer

Backup Static Web Page in Azure.

I can't find any way to backup Static Web Page in Azure. Is this not available? And is there a reason why if so?

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
777 questions
asked 2024-05-20T22:36:44.79+00:00
Joachim Albertsson 25 Reputation points
edited an answer 2024-05-20T23:05:23.7+00:00
Grmacjon-MSFT 16,446 Reputation points
1 answer

Unable to update Windows Explorer

Using Win11 Pro on new Dell Laptop. Trying to update Windows Explorer. Instructions say to right click taskbar and select Properties. When I right click, there is no Properties, the only things that show up are: Task Manager and Taskbar settings. This…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,829 questions
asked 2024-05-14T15:06:23.3533333+00:00
Victor Messina 0 Reputation points
commented 2024-05-20T23:04:35.9833333+00:00
Victor Messina 0 Reputation points
2 answers

Navigation is unreachable in Chrome Custom Tabs when redirecting from B2C login screen back to Android Custom URI scheme

We have an Android app we are building in Flutter, that uses Azure B2C for authentication. We previously had our authentication flow running in a WebView, we got the authorisation grant, opened the login url, entered the credentials then were redirected…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,782 questions
asked 2024-05-13T04:30:36.5766667+00:00
Greg Quinn 0 Reputation points
answered 2024-05-20T23:03:32+00:00
Greg Quinn 0 Reputation points
12 answers One of the answers was accepted by the question author.

Unable to drag and drop outlook attachments to file explorer after new outlook preview turned on

Hi Everyone, Out organisation is now being prompted to try the new outlook version in preview. We have noticed that in this new version you cannot drag and drop attached files in an email to file explorer (downloads, OneDrive etc) you have to actually…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,089 questions
asked 2023-05-26T02:53:24.7633333+00:00
Elie K 545 Reputation points
commented 2024-05-20T22:47:39.5966667+00:00
Mike Busby 0 Reputation points
1 answer

Problems with Microsoft Remote Desktop on iPadOS and the new Pro M4

I’m not sure if this is the correct place to post this. I selected submit feedback in the app, but that took me to a place to ask questions instead of submitting bugs. I just upgraded to the iPad Pro 11 Gen 2 to the iPad Pro 11inch M4. Remote Desktop on…

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,283 questions
asked 2024-05-16T13:03:15.6+00:00
Nick Sasso 25 Reputation points
commented 2024-05-20T22:43:35.13+00:00
rd user 0 Reputation points
1 answer

Videos on Some Websites Do Not Play in Edge Beta or Stable

Videos on some sites do not play and only give an error message. For example, all game videos from nintendo.com do not play. Only an error message as shown in the image. ""Playback cannot continue. No available working or supported…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,160 questions
asked 2024-05-17T15:06:13.8366667+00:00
Harvestry of Ghosts 0 Reputation points
commented 2024-05-20T22:34:43.5333333+00:00
Harvestry of Ghosts 0 Reputation points
1 answer

AI Document Translate on PDF loses a lot of formating and text color

Hi, I'm building an Azure Frontend-Backend-AI Translate App. Added the DocumentTranslation part using the DocumentTranslationClient on PDFs it works quite ok on technical document with less design build in. But when trying on marketing material it loses…

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
364 questions
asked 2024-05-14T22:02:34.04+00:00
Joachim Albertsson 25 Reputation points
answered 2024-05-20T22:25:16.72+00:00
Joachim Albertsson 25 Reputation points
1 answer One of the answers was accepted by the question author.

External Tables and Polybase in Synapse and Sql Server

So, I thought I knew external tables well in azure but I was reading about external tables with Sql Server: https://learn.microsoft.com/en-us/sql/t-sql/statements/create-external-table-transact-sql?view=sql-server-ver16&tabs=dedicated and it seems…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,447 questions
asked 2024-05-17T21:19:29.67+00:00
Karl Gardner 0 Reputation points
edited a comment 2024-05-20T22:17:13.21+00:00
BhargavaGunnam-MSFT 27,081 Reputation points Microsoft Employee
1 answer

resources remain even when i force delete the whole resource group and it's content

i have created a resource group named "milan" . i supposed to create a VM inside it and i was using Azure portal. during the deployment i faced with some errors and only these resources got created: "public ip" , "Vnet",…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,252 questions
asked 2024-05-13T17:23:46.11+00:00
Nima Azimzadeh 0 Reputation points
answered 2024-05-20T22:10:39.29+00:00
kobulloc-MSFT 23,981 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Severity Code Description Project File Line Suppression State Details Error DEP6701: Bootstrapping failed with unexpected error: ArgumentException - Parameter cannot be null or empty. Parameter name: target [0x80070057] My project

I am trying to build and deploy a project from Unity to my HoloLens 2. It successfully built, but I am experiencing that error message to while deploying it to HoloLens2.

HoloLens Development
HoloLens Development
HoloLens: A family of Microsoft self-contained, holographic devices that enable engagement with digital content and interaction with holograms in the surrounding environment.Development: The process of researching, productizing, and refining new or existing technologies.
386 questions
asked 2024-05-17T19:24:29.7433333+00:00
Oluwaseun Samuel Olabode 20 Reputation points
commented 2024-05-20T22:05:18.4966667+00:00
Oluwaseun Samuel Olabode 20 Reputation points
2 answers

What is a good way of track link clicks in Asp.Net Core 7 MVC app in Application Insights?

I have an MVC app with several <a> tags, and I want to have a way of tracking link clicks, preferably without doing redirects (i.e., without changing link addresses). Is there any way this can be done? and the link clicks are tracked on Application…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,229 questions
asked 2024-05-20T07:49:05.8166667+00:00
Astha Gangwar 0 Reputation points
answered 2024-05-20T22:00:43.68+00:00
Bruce (SqlWork.com) 57,646 Reputation points
2 answers

What is the correct way to upgrade dotnet SDKs for MAUI

Can someone tell me the proper way to upgrade .net? I have kept mine on an older version for a while now because it has been working with xcode 15.3 for me. Since it appears the issues with xcode 15.3 have been resolved in the latest version, I would…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,963 questions
asked 2024-05-16T15:01:48.6366667+00:00
Tony Pitman 40 Reputation points
answered 2024-05-20T22:00:36.68+00:00
Tony Pitman 40 Reputation points
2 answers One of the answers was accepted by the question author.

gpresult /r report shows user as a domain admin when he is not

I was troubleshooting a GPO for a windows user when i stubble into something weird. The gpresults /r show he is a member of Domain Admins, Enterprise Admins and Schema Admins. I have check AD for those groups and he is not a member of any listed above.…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,970 questions
asked 2024-05-17T21:57:44.9533333+00:00
Orlando Guerra 20 Reputation points
accepted 2024-05-20T21:58:29.2733333+00:00
Orlando Guerra 20 Reputation points
1 answer

Why am I limited to what VM size is available to me on my new pay-as-you-go Azure subscription?

I created a new Azure pay-as-you-go subscription using my credit card last week and today I went to create a new Vm and many of the VM sizes are unavailable to me (ie. sizes 'A', 'B', 'D', 'E') None of these VM sizes are available to me. They all have…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,252 questions
asked 2024-05-20T18:01:08.19+00:00
Damon Villar 40 Reputation points
commented 2024-05-20T21:58:07.9333333+00:00
TP 78,666 Reputation points
1 answer

Is there any particular KB that would take care of curl update to 8.4.0

Is there any particular KB that would take care of curl update to 8.4.0 if yes what is that KB number?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,252 questions
asked 2024-04-29T17:30:28.2366667+00:00
Varma 1,190 Reputation points
edited a comment 2024-05-20T21:57:16.67+00:00
Diptesh Kumar 101 Reputation points
9 answers One of the answers was accepted by the question author.

Removing OneDrive traces remaining after uninstall

I can't unpin the Desktop shortcut from Quick Access in File Explorer. It doesn't point to C:\Users\myusername\Desktop but instead to C:\Users\myusername\OneDrive\Desktop even though I uninstalled OneDrive after a day or two of trying it. …

OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,145 questions
asked 2021-06-16T17:15:28.783+00:00
Ron Sipherd 236 Reputation points
commented 2024-05-20T21:56:11.5733333+00:00
Alphan V 0 Reputation points
2 answers

The Azure Synapse resource provider (Microsoft.Synapse) needs to be registered with the selected subscription

Hi Team, I am unable to use synapse analytics even though I have registered with Microsoft.Synapse and Microsoft.Sql. Can you please look into this? The below is screenshot for registered ones.

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,447 questions
asked 2024-03-17T20:59:34.6633333+00:00
Srini v 0 Reputation points
answered 2024-05-20T21:55:57.8966667+00:00
Kuriel Karrales 1 Reputation point
1 answer

renewal issue

microsoft azure certification renewal ....when trying to schedule the exam, error coming

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,020 questions
asked 2024-05-20T18:49:33.33+00:00
S Ravi bharathi 0 Reputation points
edited the question 2024-05-20T21:54:56.1566667+00:00
kobulloc-MSFT 23,981 Reputation points Microsoft Employee
1 answer

with b2c custom policy, capture checkbox state during profile editing

We have b2c custom policy, we have checkbox to give user options on "Agree to receive email..." checkbox implemented with CheckboxMultiSelect as the only option, it capture value for the first time. But when user later on uncheck the checkbox,…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,675 questions
asked 2024-05-20T16:04:16.6066667+00:00
Steve Bi 0 Reputation points
edited a comment 2024-05-20T21:50:34.5+00:00
Steve Bi 0 Reputation points
2 answers

Is is possible to replicate Azure SQL Backups to a external cloud

I have configured backups for my Azure SQL database and I'm interested in replicating the LTR backups to an external cloud like AWS or GCP. For example, if I can configure Azure to place the LTR backups into a storage account, then I could build the…

Azure SQL Database
asked 2024-05-14T21:10:30.66+00:00
Kevin Schmidt 0 Reputation points
commented 2024-05-20T21:50:01.6666667+00:00
Oury Ba-MSFT 16,731 Reputation points Microsoft Employee