352,410 questions

Sort by: Updated
0 answers

My aurhorization shows fore alittle my mainlayout and then redirect to unauthorizedpage

<Router AppAssembly="@typeof(Admin).Assembly"> <Found Context="routeData"> <AuthorizeRouteView RouteData="@routeData"…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,278 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,447 questions
asked 2024-06-11T08:22:45.62+00:00
Ioannis Karakostas 0 Reputation points
1 answer

Dispose File stream and stream

Hi, Does I handle the dispose in correct way ? Note: This line contentStream.CopyTo(fileStream); can take long time. I got contentStream here from download file from our website. var zipPathForFolderOrPathForFile =…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,507 questions
asked 2024-06-11T07:29:35.66+00:00
Dani_S 3,046 Reputation points
commented 2024-06-11T08:21:16.5933333+00:00
Olaf Helper 42,361 Reputation points
2 answers

How to restart the service when time is reach only once a day

Hi, in continue to https://learn.microsoft.com/en-us/answers/questions/1663229/service-monitor how to restart the service when time is reach only once a day ? protected override async Task ExecuteAsync(CancellationToken stoppingToken) { while…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,507 questions
asked 2024-06-06T10:23:27.6266667+00:00
Dani_S 3,046 Reputation points
commented 2024-06-11T08:19:54.9333333+00:00
Dani_S 3,046 Reputation points
0 answers

Looking in message tracking logs does not show message which is received

Goodday, We have a hybrid environment. The mail flow is as described: 1/ Incoming message passes the first antispam server 2/ then it is sent to the on-prem Exchange Server 3/ on-prem we see that the message has been sent via the…

Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,944 questions
asked 2024-06-11T08:18:06.0466667+00:00
Kurt Stichelmans 521 Reputation points
2 answers

Azure document Intelligence Custom classification model in logic app

Hi, I have created an Azure document Intelligence Custom classification model called SLA and user Power Automate to classify documents in SharePoint Online without any issue, but I used HTTP POST and GET in the Power Automate. But in Logic App I tried…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,920 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,463 questions
asked 2024-05-14T07:28:32.8033333+00:00
Nipuna Weerasinghe 21 Reputation points
answered 2024-06-11T08:17:29.1233333+00:00
Yevhenii Mamloienko 0 Reputation points
0 answers

Desktop shortcuts on Onedrive - Company\Desktop-FAB missing after FSLogix redirection to ODFC, how to fix?

We have a VMWare VDI solution and using VMWare DEM for the the shortcuts. The Desktop is redirecteds to the %userprofile%\OneDrive - company\Desktop-FAB. We have several VDI pools and each of them have it own Desktop. So the Desktop-FAB is then used for…

FSLogix
FSLogix
A set of solutions that enhance, enable, and simplify non-persistent Windows computing environments and may also be used to create more portable computing sessions when using physical devices.
469 questions
asked 2024-06-11T08:17:19.73+00:00
Odd Eirik Skjolde 0 Reputation points
0 answers

.NET MAUI Blazor App - CapturePhotoAsync() Opens camera in small size window. How to open camera in full size window?

IN .NET MAUI Blazor App (WINDOWS platform) , I'm using IMediaPicker interface to call CapturePhotoAsync(). It Opens camera in small size window in my desktop/tablet. Every time I have to resize manually. How to open camera in full size window by…

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,447 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,035 questions
asked 2024-06-10T15:46:18.47+00:00
Srm 0 Reputation points
commented 2024-06-11T08:16:33.6066667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 37,266 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to install php composer extension on azure web app?

My existing Azure Web App is running on Linux PHP Laravel. I successfully deployed the app from bitbucket but I still need to install and run composer update inside azure web app. The extension option in Deployment tool is disabled/grayed out. …

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,123 questions
asked 2022-06-12T11:00:48.9+00:00
Nelson Mendaros 61 Reputation points
commented 2024-06-11T08:16:00.28+00:00
Tharanga Kulasekara 0 Reputation points
0 answers

Can We please Edit Application Frame Host so that it doesnt Pop-up that black window and steal focus? that black window to popup periodically that only lasts for like a split

Hi. I think its called Application Frame Host, the windows function which causes that black window to popup periodically that only lasts for like a split second. I'm sure most of You have seen it popup and wonder "**** was that?", thinking its…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,915 questions
Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
875 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,389 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
959 questions
Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
993 questions
asked 2024-06-11T08:15:33.1966667+00:00
CleetZ 0 Reputation points
1 answer

Synchronizing a Synapse table from an on-premise Oracle table

Hi, I've a Synapse table on a dedicated SQL pool and I need to update it reading from an Oracle table. I've already implemented a Self-hosted IR and I've already read from the Oracle table rightly with the Oracle connector. The requirement from my…

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,531 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,855 questions
asked 2024-06-06T15:45:42.77+00:00
pmscorca 837 Reputation points
commented 2024-06-11T08:15:05.39+00:00
phemanth 7,190 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to Retrieve Team Name Using Tenant ID and Channel ID in Microsoft Teams?

I have a Tenant ID and one of the Channel IDs within that tenant in Microsoft Teams. I need to find out the name of the team that this channel belongs to. I've been using the Microsoft Graph API for other tasks, but I'm not sure which endpoints or…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,003 questions
asked 2024-06-11T03:05:48.8966667+00:00
abbas izadipour 165 Reputation points
commented 2024-06-11T08:14:05.4066667+00:00
abbas izadipour 165 Reputation points
0 answers

How to retrieve both debug and triggered pipeline run details for ADF using a single REST API call using ADF web activity

How can I obtain the latest run date of a pipeline (both Triggered and Debug run details) utilizing just the pipeline name? The first URL retrieves the triggered pipeline details with the ADF web activity, and the second URL retrieves the debug pipeline…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,855 questions
asked 2024-06-10T08:51:06.91+00:00
Cherukuri, Praveen Kumar 0 Reputation points
edited a comment 2024-06-11T08:13:54.1+00:00
phemanth 7,190 Reputation points Microsoft Vendor
0 answers

How to fix below error , I'm trying to Create a Linux virtual machine and install Nginx through BASH.

Code: AuthorizationFailed Message: The client '***' with object id '############' does not have authorization to perform action 'Microsoft.Resources/subscriptions/resourcegroups/read' over scope…

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,124 questions
asked 2024-06-11T08:09:51.9833333+00:00
Harsha Mallula 0 Reputation points
edited the question 2024-06-11T08:13:23.9733333+00:00
AmaranS 3,025 Reputation points Microsoft Vendor
0 answers

JS variable assigned a value is always undefined in Microsoft Edge, but not in Google Chrome

I am encountering an issue where a variable is assigned a value, but the value is always undefined in Microsoft Edge. Strangely, the same code works as expected in Google Chrome. I have confirmed the assigned value is not undefined, and checked that the…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,199 questions
asked 2024-06-10T04:23:29.7766667+00:00
Luke Vo 1 Reputation point
commented 2024-06-11T08:12:07.5633333+00:00
ShiJieLi-MSFT 8,266 Reputation points Microsoft Vendor
2 answers

SCIM validator: What is the `DELETE /Groups/Id` validation looking for to pass?

I'm using Microsoft's SCIM validator, and I've gotten most of it passing now, but I'm down to one test that fails and without explaining why exactly. The test is DELETE /Groups/Id on the substep GET filter on deleted Group should not return any Groups.…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,026 questions
asked 2024-06-07T19:52:22.55+00:00
Brandur 0 Reputation points
answered 2024-06-11T08:11:20.68+00:00
Shweta Mathur 28,461 Reputation points Microsoft Employee
0 answers

Windows Server activation

i activated my windows server 2022, but i had to reinstall the windows with the desktop experience, now i am trying to activate my windows but its giving me error, what do i do?

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,913 questions
asked 2024-06-11T08:11:05.61+00:00
Samuel 0 Reputation points
4 answers One of the answers was accepted by the question author.

What is the best way to show the loader while uploading the file in gridview

I am using gridview for displaying and inserting new records. i'm using loader wherever it is required in the gridview. it is working fine. i'm trying to use animation loader for specific upload column in gridview. will it possible to show the loader…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,356 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,456 questions
asked 2024-06-07T17:12:49.2366667+00:00
Gani_tpt 2,006 Reputation points
commented 2024-06-11T08:10:48.2366667+00:00
Gani_tpt 2,006 Reputation points
1 answer

How to Purge a Deleted Azure App Service to Free Up the Domain?

Certainly! Here is the revised version of your text: I created an Azure App Service in Subscription A under Tenant A, and then I deleted this App Service. Now, when I try to create the same App Service in Subscription B under Tenant B, I receive an…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,123 questions
asked 2024-06-09T22:07:11.28+00:00
Mohammed ZYADI 1 Reputation point
answered 2024-06-11T08:09:21.92+00:00
SnehaAgrawal-MSFT 19,361 Reputation points
0 answers

Notebook fails in pipeline due to error 6002 , user error

**Notebooks function well when run normally, however they malfunction when utilized in a pipeline. The cause of the error is data write in csv, however the reason for the failure is unknown. ** Operation on target Notebook 3 failed:…

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,531 questions
asked 2024-06-11T08:08:46.39+00:00
NANDARAJ M 0 Reputation points
3 answers One of the answers was accepted by the question author.

How to get assigned RBAC roles in a resource group which has only apps and managed identities as owners and administrators?

I want myself to have Managed Identity Contributor role in an azure resource, but I cant find the admin or owner. Only managed identities and apps are listed as owners and administrators. Whom to ask for role assignment?

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
693 questions
asked 2024-06-04T09:13:11.47+00:00
Aniruddha Acharya Kadlabalkoti 20 Reputation points Microsoft Employee
accepted 2024-06-11T08:07:07.8266667+00:00
Aniruddha Acharya Kadlabalkoti 20 Reputation points Microsoft Employee