349,894 questions

Sort by: Updated
0 answers

Issues with old Application on RDS, AppVirtualization?

I am in the process of testing an RDS server for a subset of users. One application that they need to use is fairly old and appears to only allow one user to run it at a time. When a user launches the application it appears to lock several files that…

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,875 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,329 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,305 questions
asked 2024-05-30T17:52:17.1466667+00:00
Vincent Sprague 0 Reputation points
0 answers

How to deploy APIM in availability zones, with Public IPs disabled through PowerShell?

How to deploy APIM in availability zones, with Public IPs disabled through PowerShell? New-AzApiManagement -ResourceGroupName "myRG" -Name "myAPIM" -Location "West US2" -Organization "Contoso" -AdminEmail…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,818 questions
asked 2024-05-29T22:46:59.5466667+00:00
bkyllonen 0 Reputation points Microsoft Employee
commented 2024-05-30T17:52:03.5266667+00:00
bkyllonen 0 Reputation points Microsoft Employee
0 answers

Issue: The title of reported spam questions will still be visible on my profile page

Background: When I report a question, an activity appears as "You made an edit" with the title of the question and a link to it - see the screenshot for an example. However, in some cases, this is the title where the spam is. See the…

Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
602 questions
asked 2024-05-30T17:31:38.17+00:00
Caozhi Li 0 Reputation points Student Ambassador
commented 2024-05-30T17:51:45.49+00:00
TP 79,156 Reputation points
0 answers

How to show 3 picture per line on pages Blazor.

@page "/"<PageTitle>Home</PageTitle> <h1>HOUSE</h1> @for (int i = 0; i < images.Count - 1; i = i + 3 ) { <img src=@($"/Images/{i}") /> } @code { // Define the list of image file names private…

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,414 questions
asked 2024-05-30T15:54:21+00:00
MIPAKTEH_1 80 Reputation points
edited a comment 2024-05-30T17:50:53.45+00:00
Viorel 113.3K Reputation points
0 answers

Azure Push Notification Hub is not sending notification on Andriod device using FCM V1

I have created a push notification hub and configured the FCM v1 credentials on Azure hub page. I'm calling CreateFcmV1TemplateRegistrationAsync to add registration And SendTemplateNotificationAsync to send the notification to FCM v1 device. However…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
274 questions
asked 2024-03-17T23:23:28.1333333+00:00
AT 35 Reputation points
commented 2024-05-30T17:49:59.6333333+00:00
srilatha cingireddy 0 Reputation points
1 answer

How to show 3 picture per line on pages Blazor.

@page "/" <PageTitle>Home</PageTitle> <h1>HOUSE</h1> @for (int i = 0; i < images.Count - 1; i = i + 3 ) { <img src=@($"/Images/{i}") /> } @code { // Define the list of image file names …

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,414 questions
asked 2024-05-30T15:49:57.01+00:00
MIPAKTEH_1 80 Reputation points
answered 2024-05-30T17:49:06.51+00:00
Viorel 113.3K Reputation points
2 answers

Hash table creation issue in Sql server

I have created hash table in outer procedure with 2 columns and trying to create another hash table with same name but 3 columns. Now if i try to insert into hash table in inner procedure i get error saying not able to access third column (which was not…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,934 questions
asked 2024-05-30T09:15:06.0866667+00:00
yashwin g shetty 20 Reputation points
edited an answer 2024-05-30T17:49:01.2266667+00:00
Zahid Butt 556 Reputation points
1 answer

Changing email address on account

Where do I change the email address for all billing and Alerts? I thought that I have changed the billing profiles, but the wrong email address is still being used to get the Alerts and some of the billing items.

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,013 questions
asked 2024-05-30T15:19:20.9633333+00:00
Shawn W. Morris 0 Reputation points
commented 2024-05-30T17:48:54.4633333+00:00
Shawn W. Morris 0 Reputation points
1 answer

SSRS Report Server 22 Native Scale Out with a network Load Balancer not working as expected.

I have setup a 2022 SQL Instance. Using the DB from a 2012 r2 instance. I have looked over documentation. I can only get the last report server joined to the instance to display the webserver and the reports server. Example node1, 2 and 3 were installed…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,934 questions
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,832 questions
asked 2024-05-29T23:10:13.39+00:00
AP 0 Reputation points
commented 2024-05-30T17:44:32.07+00:00
AP 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
commented 2024-05-30T17:44:31.7633333+00:00
gb 66 Reputation points
0 answers

System-assigned managed identity to request an access token

I have an Azure Function app, calls Azure text translate service restful API endpoint. https://api.cognitive.microsofttranslator.com/translate?api-version=3.0&to=zh Now I want to use the system assigned managed identity to request an access token and…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,413 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,917 questions
asked 2024-05-30T17:44:09.3333333+00:00
Chunhui You 0 Reputation points Microsoft Employee
1 answer

Script to export csv/excel file of what groups a user is owner of in Azure/Entra

Is there a script to find what groups a user is owner of in azure or Entra admin center? for ex: i want to know what groups Ted Brown is owner of in Azure

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,917 questions
asked 2024-05-29T16:20:07.3533333+00:00
David Stahlmann 0 Reputation points
edited an answer 2024-05-30T17:43:31.5733333+00:00
Carlos Solís Salazar 17,021 Reputation points MVP
0 answers

How to sign into Student account if it doesn't appear on authenticator ?

How to sign into Student account if it doesn't appear on authenticator ?

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,773 questions
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,700 questions
asked 2024-05-30T17:43:19.6966667+00:00
Armaan Katkodia 0 Reputation points
0 answers

How to move my resource (VM) to another subscription under a different directory without impacting my associated data disk?

My lab has been running a VM (and a data disk on it) on an account for a while under the default directory and a regular subscription. My university later assigned us some education credits to our account, but as a different directory and a different…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,306 questions
Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
583 questions
Azure Resource Mover
Azure Resource Mover
An Azure service used for moving multiple resources between Azure regions.
213 questions
asked 2024-05-30T17:04:01.5933333+00:00
DY 0 Reputation points
commented 2024-05-30T17:40:50.5233333+00:00
kobulloc-MSFT 24,401 Reputation points Microsoft Employee
0 answers

Microsoft Authenticator after lost my phone

I lost all data on my phone a few days ago. Today, when I tried to reconnect on Microsoft Authenticator (problem) the app kept asking me to enter a code I'm supposed to find precisely on the app (of my now lost phone). Then, when I press the button…

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,700 questions
asked 2024-05-30T17:40:39.7366667+00:00
Antoine Dunant 0 Reputation points
0 answers

Not able to Add custom sender in email servcies

Hello, I am trying to add multiple sender addresses but the option to add a sender is disabled. Can help to activate this?

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
712 questions
asked 2024-05-25T09:26:34.8166667+00:00
Rahul Khairnar 0 Reputation points
commented 2024-05-30T17:40:32.6333333+00:00
ajkuma 22,936 Reputation points Microsoft Employee
0 answers

Error publishing notebook.

I am trying to publish my notebook. I get the following error : CreateOrUpdateNotebook failed: BadRequest. The operation failed because the entity “notebookA” is being renamed to “notebookB”. A retry of rename from exact source to target may work”. It…

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,498 questions
asked 2024-05-30T17:31:34.6033333+00:00
Candy T 0 Reputation points
edited the question 2024-05-30T17:40:04.6866667+00:00
Candy T 0 Reputation points
0 answers

Azure DevOps webapp site fails to load all site objects.

Developers on my team are receiving the error "Refused to apply style '

Internet Information Services
asked 2024-05-28T21:13:00.09+00:00
Ikechukwu Nwabara 0 Reputation points
commented 2024-05-30T17:39:07.84+00:00
ajkuma 22,936 Reputation points Microsoft Employee
0 answers

How to remove page navigation animation in .Net MAUI?

I am using Appshell for navigation. Appshell.Xaml.cs Routing.RegisterRoute(nameof(LoginPage), typeof(LoginPage)); In Viewmodel relay command i am call the below AppShell.Current.GoToAsync(nameof(LoginPage)); Animation is moving from left to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,006 questions
asked 2024-05-21T05:43:55.4466667+00:00
Sowndarrajan Vijayaragavan 350 Reputation points
commented 2024-05-30T17:38:52.9733333+00:00
Sowndarrajan Vijayaragavan 350 Reputation points
1 answer

testing reading from dedicated pool error

Following

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,498 questions
asked 2024-05-22T15:12:18.18+00:00
Jon Z 20 Reputation points
commented 2024-05-30T17:37:19.2166667+00:00
BhargavaGunnam-MSFT 27,896 Reputation points Microsoft Employee