Microsoft Q&A
Questions
Discover questions that will help you on every step of your technical journey.
Content
Azure CLI ML extension v2 - az ml environment commands to find image build status
I'm constructing a CI/CD pipeline using the Azure ML v2


Can an end user in a microsoft environment be able to see what files she/he has shared with others.
Hello, we would like to know if it is possible for an end user to extract a log of which files she/he has shared with others and also external users who do not belong to the same organization?


Auditing SSRS Administrator role events
We have multiple users assigned to Administrator role of our SSRS product. So, how shall we audit what those individuals have done with the power of Administrator role, such as changing folder/report securities, deleting/adding folders/reports etc..?


excel2016选中单元格中部分文字的同时,按Ctrl+C复制,表格会卡死,无法保存无法关闭,只能任务管理器关掉
例如这样,选中部分文字同时按Ctrl+C,表格就会卡死


embedding a pdf file in my chrome browser
I am trying to embed a pdf file on my web page. In order to achieve this, I have the following code in my controller: public IActionResult Index() { string path = Path.Combine(_environment.WebRootPath, "packageFiles"); …


How to measure network latency in AKS or App service?
Team, Trust all are doing great. For hosting rest api, we can use Azure Kubernetes or App services but how to measure the network latency especially after months of hosting them in production. At times, we host single file binaries made in .net…
need to copy OTP
Hello, My use case is that my user has an outlook account and I am doing automation so when a person login a 2FA is required, so I need to copy the OTP and paste it into my application I m writing code in c#, is there any way to connect to outlook? my…


Teams Desktop Device Settings missing
I'm trying to setup Teams Desktop on my computer at home. I've downloaded and installed the application and I've setup my account. Next I want to make a test call. However the Device section in Settings is missing: I'm using Teams Desktop…


How to access the SSRS report from another computer?
I have created a SSRS report on my local computer. Now I want to access (view) that report from another computer. Is it possible? If yes, please kindly suggest to me the procedure for that.


Access on-premise File Share when in the Office and Azure File Share when outside
Hi there, I just set up an entire domain network from scratch for our sub department. So there is a Windows Server 2022 with Fileserver Role installed. I've also created an Azure Storage Account and made a Fileshare in that. They already had an…
access to Sharepoint Site
Hi All I am using exchange 2016 hybrid environment. I have an office365 unified group( SharePoint Team Site) .i want to add external users as member to this sharepoint site. if i create an external contacts and add these contacts to this unified group…


How to force logout from azure ad b2c while the user logged out from federated identity?
Hi, I have b2c policy, and in that policy I have added google (for example) as identity provider in my b2c. And I have made enough configurations to sign in to my application using my b2c as a google user. As of now everything works fine. Lets assume…


software popping for app installation keeps in software center
Hi There, I have deployed application on 100 machines but on few machines, software popping for app installation keeps in software center. even same application already installed and found app detection logic in machine. also, app getting detected in APP…


How to get Microsoft Teams guest users
Hi I want to get a list of guest users who have access on microsoft teams. Please look snapshot. How to get these guest users by powershell. thanks


Is it possible to implement the custom security to the SSRS 2019?
Please share the code, if we can implement the custom security to the SSRS 2019


How to remove nested OU's from Azure AD cloud sync?
We just recently moving from Azure AD Connect to Cloud Sync, now there are many nested OU's which initially were not syncing as we have not selected them. Just want to know is there any possible way to exclude nested OU's from Cloud Sync Configuration?


Error code 400: AciDeploymentFailedin Azureml
Hi Everyone, I have been trying for last 3 days but couldn't able to fix this issue. I have checked the model is also registered. Below code is my score.py #score.py import json import joblib from azureml.core.model import Model def init(): global…


how to keep title bar min/max/close buttons to right when arabic language is selected
HI Team, Its a Winui3 application. how to keep title bar min/max/close buttons to right side when arabic language is selected. Now i have selected arabic as default language in my system and launched my application. Here Min/Max/Close icons in the title…
Azure_Synapses_parent-child-hierarchies
The need is to get the company hierarchy from employee and supervisors. Currently I'm able to do this directly in powerbi by using DAX functions: HierarchyPath = PATH(workforce[employee_number],workforce[supervisor_number]) The result is this: …


How to create environments with appSettings?
In previous projects i could click the Configuration or Debug menu (in the top bar) and set a new Configuration. This was displayed when i expanded web.config and i could use this to change environments to use different database connection strings…