Merge badges, accomplishments and courses from 2 different profiles
Hello, I have 2 profiles - profile1@Anonymous .com and profile2@Anonymous .com. I want all the badges, reputations etc from the first one to be moved to 2nd one. Once done, also want to close the profile1@Anonymous .com profile and account. …
Unable to add App Service to VNet
Hi, I've been able to add an App Service to a VNet using the Networking > Add VNet (preview) functionality. I would like to add a second App Service to a different VNet, but whenever I attempt to do this I receive the following error: VNet…
datagrid print and pagination
Is there a way to make the datagrid only display whole rows? It can sometimes, depending on row height, show a partial row at the bottom of the grid. This is fine when on screen - you can scroll - but when I am rendering this for printing this is a…
How do I follow someone with like interests?
I'm trying to learn how to find students like me. What's the best way to find peers on this training program?
Provide ARM variant
We have some ARMs running on Debian where we eventually would like to be able to run Teams. Would be nice to have also an ARM deb.
service account in Azure
Folks, Question about service account in Azure AD. I have MFA enable. I need an account to run my Microsoft flow (to create Azure user account and add user to Azure SG group). Issue is when I create AAD account, it uses MFA. What is the best way to…
Is it possible to raise multiple Azure Alerts from one Custom Log Search result?
Hi there, I have a several Linux vms (very dynamic environment) which sends SysLog to single Log Analytic Workspace. I would like to raise an Azure Alert whenever a warning appears in SysLog Log Analytic Workspace. How can I write a Custom Log Search to…
Microsoft Ads not displaying in UWP App
Hi, I build an UWP desktop app, that is launching an exe inside it, It requires full trust permission, app is working fine, but when I integrated Microsoft ads in it, Test ads were displaying fine but when I publish it to store live ads are not…
Is the OCR API supported from Win32 Applications without package identity?
I am trying to use the UWP OCR API from a Win32 application. https://learn.microsoft.com/en-us/uwp/api/windows.media.ocr.ocrengine I've succeeded in actually using it using it from both C#:…
What is best practice to secure admin script account in AAD?
Looking for best practice ideas to secure an elevated account used in scripts. MFA really isn't an option. THX> Eric
Azure Web App Linux Container WEBSITES_ENABLE_APP_SERVICE_STORAGE=true Warmup timeout error
Hi I have a docker container with a asp net core 3.1 app inside (using SQLite with files stored on /home/db.sqlite) The app is up and running without problems - with WEBSITES_ENABLE_APP_SERVICE_STORAGE==false. If i change this setting to true then…
Why am I not receiving responses from posts via email?
I'm not receiving responded email messages from Forums> maccount@microsoft.com from my posts since Tuesday. Tuesday I received a response. But since none, there has been responses I just do not get them. I have checked my spam filter. nothing there.…
Consume a web ASP.NET Core App api with Azure AD authentication from a console application
Hi, I published a Web ASP.NET Core App with Azure AD authentication successully on our Azure subscription. The business logic of this web app is developed as api route, with json objects as input and output parameters. I would like to expose this…
vm created in the sandbox cannot reach https://dot.net
I am working on the following lab: https://learn.microsoft.com/en-us/learn/modules/host-build-agent/4-create-build-agent the step to get dontnet-install.sh is not working: Install .NET as the sudo (non-root) user sudo -i -u $SUDO_USER…
Local server authenticating Azure AD users
hello, I am trying to find a way where an onpremise server such as a file server is able to accept azure AD credentials but itself not being azure AD joined. we are moving new devices do azure AD and still require local server access for files etc. …
Domain Controller in Azure also need FW rules to allow on-premises authentications
We are extending our domain into Azure. I am setting up an AD site for Azure and deploying a domain controller there. I have always thought the best design of AD is to allow any client to authenticate to any DC. That way if a DC goes down or there is…
Stop azure deployed time triggered webjob
I've read that the "proper" (debatable) way to stop a scheduled webjob is to get to scm and delete the settings.job file. However, my project is deployed as a zip through devops so I can't delete files. Trying gives 409. I also can't delete…
my windows 8 store is not working, it says "This version of windows is no longer supported by store, get the newest version of windows". in that case how would i update my windows 8 to 8.1?
my windows 8 store is not working, it says "This version of windows is no longer supported by store, get the newest version of windows". in that case how would i update my windows 8 to 8.1?
Query Azure AD DS with PowerShell
Hi, Can you query Azure AD DS from PowerShell on your local machine like you can Azure AD? Using CLI or Powershell. Thanks Shane
Web apps call web api on-behalf-of signed in user: Missing solution for pure web front-ends
Hi, I have a razor web page that calls a web api and display the result on the page. The razor page signs the user in and calls the web api on-behalf-of the user. The authentication is done via Azure AD. I have read the section on "web apps call…