349,578 questions

Sort by: Updated
0 answers

erro no navegador edge em atalho de webapp

erro ao tentar abrir um atalho do webapp [Window Title] C:\Program Files\WindowsApps\Microsoft.MicrosoftEdge.Stable_124.0.2478.105_neutral__8wekyb3d8bbwe\pwahelper.exe [Content] O Windows não pode encontrar 'C:\Program…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,179 questions
asked 2024-05-29T19:47:54.2666667+00:00
Douglas Fernandes 21 Reputation points
5 answers One of the answers was accepted by the question author.

Why is i7 Not Compatible with Windows 11!

I have a decent setup for my desktop (CPU i7-7700 3.6ghz 4-core, 32Gb Ram, GPU NVIDIA GeForce GTX 1060 3Gb, 256Gb-SSD, 1T-HD, 1T-Samsung 860 EVO SSD, 2T-Samsung 860 EVO SSD). I play games and record at the same time sometimes without maxing out my CPU or…

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,465 questions
asked 2021-11-10T01:29:05.99+00:00
Andel, Preston 126 Reputation points
answered 2024-05-29T19:47:08.5866667+00:00
Johnny55 0 Reputation points
0 answers

Tokens per Minute Rate Limit

The training doesn't say what Tokens per Minute Rate Limit should be This question is related to the following Learning Module

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,070 questions
asked 2024-05-29T19:47:04.81+00:00
Kris B 0 Reputation points
0 answers

Authentication Token Issues with Azure Data Factory When Accessing Microsoft Graph API

I am currently facing challenges with an Azure Data Factory pipeline that's configured to access data from the Microsoft Graph in a production environment. While I can successfully fetch authentication tokens using a POST request…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,888 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,778 questions
asked 2024-05-29T19:46:22.4333333+00:00
Xavier Ibanez-Padron 0 Reputation points
2 answers

how can I run PySpark in an Azure Function App?

Hi. I'm struggling to run pyspark in an Azure Function App. It returns me Java Runtime error. Is there a way to set Az Function App configuration to run PySpark?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,403 questions
asked 2022-11-10T14:41:45.833+00:00
Eduardo Soares Penido 11 Reputation points
answered 2024-05-29T19:45:03.5266667+00:00
InfraAdmin 0 Reputation points
2 answers

How to build Visualization charts for complex Json data stored in Azure Cosmos DB

Hi, We have a use case to build Visualization Dashboard(charts) on top of complex Json data stored in Azure Cosmos DB. we tried with different approaches 1)we have done some research regarding MongoDB Atlas which has inbuilt feature to develop charts but…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,470 questions
asked 2024-05-08T13:13:15.2533333+00:00
Sathya Sai Cheetirala 0 Reputation points
commented 2024-05-29T19:43:22.4833333+00:00
GeethaThatipatri-MSFT 27,987 Reputation points Microsoft Employee
1 answer

Query to identify queries executed in a specific Azure SQL DB

Hi All, I am trying to monitor queries running on Azure SQL Databases on a Premium tier Elastic Pool with ReadScale replication enabled. We redirect reporting for our OLTP system against the replicas (using ApplicationIntent = ReadOnly) which means Query…

Azure SQL Database
asked 2024-05-08T12:31:13.2233333+00:00
Matthews, Darren (Capita Retain) 0 Reputation points
answered 2024-05-29T19:41:45.87+00:00
GeethaThatipatri-MSFT 27,987 Reputation points Microsoft Employee
0 answers

Microsoft Intune connection with defender endpoint grayed out (A Microsoft Intune license was not found. )

I have a dev tenant with E5 Dev license, but i am not able to connect Intune with endpoint defender.

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,499 questions
Microsoft Defender for Endpoint Training
Microsoft Defender for Endpoint Training
Microsoft Defender for Endpoint: A Microsoft unified security platform for preventative protection, postbreach detection, and automated investigation and response. Previously known as Microsoft Defender Advanced Threat Protection.Training: Instruction to develop new skills.
21 questions
asked 2024-05-29T19:39:42.62+00:00
Hamed, Ali 0 Reputation points
0 answers

Need APK file for MS Authenticator app to publish on corporate app store in China environment for Android devices

I have a customer asking this: Need APK file for MS Authenticator app to publish on corporate app store in China environment for Android devices. I told him it was not possible to provide the APK file as per article:…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,690 questions
asked 2024-05-29T19:37:07.7366667+00:00
Susan Vargas Calero 0 Reputation points Microsoft Employee
1 answer

Expected behavior of an application launched through SSH in two different scenarios

Hi, I have a C++ application which can also runs as a Service. I am trying to launch my application on a remote machine from a client machine. For this, I am using the 'Open SSH' software. Want to understand what is the expected behaviour from the OS…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,569 questions
asked 2024-05-28T15:14:06.4566667+00:00
Rohan Pande 335 Reputation points
commented 2024-05-29T19:35:37.6+00:00
Bruce (SqlWork.com) 58,126 Reputation points
1 answer

API throttling limits for multi-tenant app apply where?

Hi, For a multi-tenant OAuth based enterprise application calling the Graph API... ....do the published app and tenant API throttling limits apply to: the single global application and the "home" tenant OR each instance of the application…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
628 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,888 questions
asked 2023-09-01T18:59:41.3233333+00:00
R Depping 5 Reputation points
answered 2024-05-29T19:35:10.4966667+00:00
Raonny L 0 Reputation points
1 answer

Visual Studio theming not applied correctly to custom Control property's UITypeEditor

Visual Studio: 2022 Community (17.10.0) Visual Experience Color Theme: Dark I'm working on a custom UITypeEditor (drop-down control) for a custom type that's a part of my custom control. When I trigger the UITypeEditor to drop down, I can see it in the…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,858 questions
asked 2024-05-29T19:27:50.2633333+00:00
gb 66 Reputation points
answered 2024-05-29T19:33:45.6166667+00:00
gb 66 Reputation points
1 answer

Provision apps using enterprise modern app management

Hi, I was trying to provision apps for multiple users using the enterprise modern app managment CSP. ./Device/Vendor/MSFT/EnterpriseModernAppManagement The applications are installed only for the users that were logged in while the app was…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,833 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,465 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,499 questions
asked 2024-05-29T13:49:52.7633333+00:00
Bevan Thomas 20 Reputation points
commented 2024-05-29T19:33:30.99+00:00
Bevan Thomas 20 Reputation points
0 answers

How do I override the default Blazor scaffolding template in Visual Studio 2022

I want to edit the scaffolding template for Blazor CRUD pages, but my changes to the template are not being reflected in the output. I tried researching this issue, and the closest answers I could find are how to edit Razor templates, or MVC component…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,249 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,427 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,715 questions
asked 2024-05-28T21:54:43.2466667+00:00
Andrew Karpinski 0 Reputation points
commented 2024-05-29T19:31:31.6966667+00:00
Andrew Karpinski 0 Reputation points
0 answers

Rebuild server from core to desktop

I accidentally installed server core on an old PC i have and want to rebuild the server to Desktop, I have seen all the answers online and am aware that the only option is to rebuild the server. i have searched all over the internet on how to rebuild a…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,314 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,416 questions
asked 2024-05-29T19:30:15.68+00:00
Abdulla Al-Haroon 0 Reputation points
0 answers

How do I find the subscription_id of my Azure Fabric Trial?

https://app.fabric.microsoft.com/ shows my Azure Fabric trial and the workspaces I created. I don't find the associated subscription_id. The "Explore the Python SDK" training has us enter the subscription_id, resource_group, and…

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,070 questions
Microsoft Fabric Training
Microsoft Fabric Training
Microsoft Fabric: A Microsoft unified data platform.Training: Instruction to develop new skills.
14 questions
asked 2024-05-29T19:29:15.97+00:00
Steve Folkerts 0 Reputation points
0 answers

Connecting Azure web app service (.net8) to SSRS on Azure VM by using private DNS

My azure web app service(.net8) connect to SSRS on VM by using the private DNS name provided by Azure to the VM, but my credentials did not work when I run the report on my azure web app server. The private DNS name works fine with my credentials via url…

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,831 questions
asked 2024-05-29T19:10:30.8133333+00:00
Billey 0 Reputation points
edited the question 2024-05-29T19:29:04.7166667+00:00
kobulloc-MSFT 24,326 Reputation points Microsoft Employee
0 answers

How can we run the different level of folders in a heirarchy in batches?

I have a doubt if we can approach something like this in ADF. I have created a for each activity where I'm iterating through an array of folders. Let's say I'm passing folder I'd of A and then I'm calling a pipeline in for each that will return sub…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,778 questions
asked 2024-05-28T16:27:31.67+00:00
Mansi Yadav 20 Reputation points
commented 2024-05-29T19:28:53.4466667+00:00
BhargavaGunnam-MSFT 27,741 Reputation points Microsoft Employee
1 answer

Error Creating Thread in Azure OpenAI Assistant - "Failed to create file operation"

I am trying to use the Azure OpenAI Assistant with the file search tool. I successfully uploaded the files and created a vector store, but I encounter a 500 - server_error when attempting to create a thread. Here is the relevant part of my code: from…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,313 questions
asked 2024-05-29T10:50:17.9833333+00:00
Adriano Frota 0 Reputation points
answered 2024-05-29T19:26:36.8566667+00:00
Adriano Frota 0 Reputation points
0 answers

Create an Azure OpenAI Service resource in the Azure portal - missing help

Create an Azure OpenAI Service resource in the Azure portal Started the training, created the first page with the a subscription name, resource group name, region, unique instance name, and select a pricing tier but it doesn't' mention anything about…

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,070 questions
asked 2024-05-29T19:26:00.6466667+00:00
Kris B 0 Reputation points