403,112 questions

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Pushing to a remote repository using Azure Pipelines releases

I am working on a project where we are pushing to a github remote repository when we have a successful build in Azure. How would I configure the agent/task in the release pipeline to do a git push deployment master command?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,311 questions
asked 2020-05-04T15:56:50.49+00:00
Eli Miller 46 Reputation points
accepted 2020-05-04T16:02:05.637+00:00
Eli Miller 46 Reputation points
1 answer One of the answers was accepted by the question author.

Azure App Service using a Windows container Failing and restarting - Modify Compute System failed

Hey all, This question has been asked before, but the answer didn't seem to work for me. I've set up a simple hello_world (Python, Flask) windows container with the following image: mcr.microsoft.com/windows/servercore/iis:windowsservercore-ltsc2019 …

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,241 questions
asked 2020-04-21T10:38:10.437+00:00
tlcs 26 Reputation points
commented 2020-05-04T13:37:23.293+00:00
tlcs 26 Reputation points
2 answers

Can't login on portal.azure.com

Hi. I have a problem to login on portal.azure.com using Microsoft authenticator. I recently change my phone and and I installed the microsoft authenticator. I can login to microsoft.com but when I try to login in azure portal I don't get nothing on my…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,096 questions
asked 2020-05-04T12:53:40.027+00:00
Ovidiu-Constantin Iacob 6 Reputation points
answered 2020-05-04T13:26:46.397+00:00
Ovidiu-Constantin Iacob 6 Reputation points
1 answer

Subscription tags time-lag

Help me please. I am tagging Subscription through 'Tags - Create Or Update At Scope', in the azure portal, the tag appears instantly, but when I get the tags, it is not there. After 1-15 minutes, the tag appears in the api - 'Subscriptions - List'. Why…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,096 questions
asked 2020-05-04T08:41:23.3+00:00
oisman 21 Reputation points
answered 2020-05-04T13:00:23.71+00:00
abdelrahman omar amin ali 11 Reputation points
3 answers

Could not connect my webapp in Filezilla in Azure Free Trail Subscription

Yesterday I've registered in azure as a free trial subscription. Then i have created a web app "https://rammesarandemo.azurewebsites.net/". The problem is that i could not able to access my web app through Filezilla. I could not able to see…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,241 questions
asked 2020-04-30T08:08:40.987+00:00
Ram kumar 1 Reputation point
commented 2020-05-04T12:49:43.62+00:00
SnehaAgrawal-MSFT 22,171 Reputation points
1 answer

Delegated permission - Send email with Microsoft Graph

Hi I use application permissions to obtain a valid token to send a email with Microsoft Graph. I followed the link: https://stackoverflow.com/questions/50483154/access-token-for-microsoft-graph-api-is-immediately-expired. But, i want to use…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,096 questions
asked 2020-02-25T04:10:30.27+00:00
juan maximiliano aguilar abanto 541 Reputation points
commented 2020-05-04T11:14:47.36+00:00
soumi-MSFT 11,811 Reputation points Microsoft Employee
2 answers

Integration of Azure Active directory Domain controller with Oracle cloud Infra

I have below use-case - Currently in my OCI infra one of the region datacenter is using RW AD domain controllers which further going to connect customer tenancies through VPNs and each customer tenancy have their RO ADDC, now that datacenter is…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,096 questions
asked 2020-04-30T13:37:36.873+00:00
Gaurav D 1 Reputation point
commented 2020-05-04T11:14:30.943+00:00
soumi-MSFT 11,811 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

WPF label not updating value on the UI

Hi All, I am currently working on a C# WPF application. The UI contains a tree view with checkboxes. I need a label on the UI to update the number of checked checkboxes. However, even though i get the value and try to update the UI, the 'Property…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,822 questions
asked 2020-05-04T05:30:35.5+00:00
abijith gowda 61 Reputation points
commented 2020-05-04T09:59:50.183+00:00
abijith gowda 61 Reputation points
1 answer

Azure SignalR Service/Azure WebApp (NodeJS) Integration

I have a NodeJS application that is hosted in an Azure WebApp. I am interested in integrating Azure SignalR Service with this WebApp. I am wondering if it is possible to do so? All the documentation/samples I have seen talk about integrating Azure…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
153 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,241 questions
asked 2020-04-30T14:28:39.19+00:00
Gaurav Mantri 11 Reputation points
commented 2020-05-04T09:20:52.857+00:00
Gaurav Mantri 11 Reputation points
1 answer One of the answers was accepted by the question author.

(C#) Show message before Shutdown when DVD is burning.

Hi I want to create a APP to Show message before Shutdown when DVD is burning. The situation is: 1, I use a third party APP to burn DVD. 2, I create a APP that can Shutdown OS and before Shutdown, I should check burn process is running or not.…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,822 questions
asked 2020-05-01T08:39:33.293+00:00
jackygedeju 21 Reputation points
commented 2020-05-04T08:55:37.153+00:00
jackygedeju 21 Reputation points
3 answers

Side panel for open tabs for beginners

How do I in UWP create a sidebar or side panel to view open web tabs? I've been watching tutorial videos and researching Microsoft Learn I already have a tab for it as a place holder labeled as a TabViewItem. I am a beginner for UWP, I know more about…

Universal Windows Platform (UWP)
asked 2020-05-04T00:19:23.693+00:00
Mark Mather 156 Reputation points
commented 2020-05-04T08:17:59.783+00:00
Roy Li - MSFT 33,671 Reputation points Microsoft Vendor
1 answer

Azure B2C link signup&signin policy with password reset policy

Hello Experts, I would to like to link up the signup&signin policy with password reset policy. I have Signup&signin policy that is working fine. I have changed the page layout to custom. Also I have password reset policy, applied the…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
3,009 questions
asked 2020-04-30T18:27:25.267+00:00
Datta Pawar 46 Reputation points
answered 2020-05-04T07:49:50.48+00:00
AmanpreetSingh-MSFT 56,741 Reputation points
10 answers One of the answers was accepted by the question author.

Windows10 1909 Upgrade - An App Default Was Reset

My org is using WIn10 Pro (volume license) build 1809. We want to upgrade to 1909. We use PDQ Deploy to download the install.wim and run this command to install: start /wait c:\UpgradeInstall\1903\setup.exe /auto upgrade /Compat IgnoreWarning…

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,960 questions
asked 2020-04-02T13:01:20.147+00:00
Ben Kosar 26 Reputation points
answered 2020-05-04T06:31:07.863+00:00
IT Buchs 1 Reputation point
0 answers

Unsolved problem with 'NoteViewer' in XML。

Dear sir, I managed to create a sample mentioned here with WPF App and Blank App (Universal Windows) http://musicengravingcontrols.com/en-US/Articles/Display?id=2 However, if I use Universal Windows Application, I get a problem here. Error Lists say…

Universal Windows Platform (UWP)
asked 2020-05-02T05:25:50.827+00:00
寛明 水崎 1 Reputation point
commented 2020-05-04T06:02:59.53+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer

Deploying Node.js Web App

Im trying to deploy a hello world node.js web app. Tried it using both Visual Code Editor, building express app from scratch, and also using Visual Studio, using the Node.js app template. Both run fine locally, and appear to deploy to Azure fine. But…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,241 questions
asked 2020-05-02T17:54:24.893+00:00
Richard Hsnson-Graville 1 Reputation point
answered 2020-05-04T05:25:17.637+00:00
Ryan Hill 29,651 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

First Learn Android ?

I would really love to learn how to Master android Linux and making "hacking" scripts to root for excample. It is the future of Mobiles :D THX i would love some good ideas and no i wanna make my own 1 click rooter ! Have a nice day

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,817 questions
asked 2020-03-21T18:48:42.977+00:00
Birgir Snær Snæbjörnsson 21 Reputation points
accepted 2020-05-04T03:52:49.64+00:00
Birgir Snær Snæbjörnsson 21 Reputation points
1 answer

Cant enable admin account due to drive being full, stuck in guest account with no provileges

I cant enable my admin account. When i try enabling admin account, it says successful but on top of WRE command line, it says "Not enough memory resources available to process this command". Yet when i write down "net user administrator…

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,960 questions
asked 2020-05-04T01:57:31.847+00:00
Samiha Sabrin 1 Reputation point
answered 2020-05-04T02:40:55.327+00:00
Don Cuthbert 411 Reputation points
0 answers

[uwp] audio graph with 2 media files, the second starts later

Hi, I'd like to create an audio graph to play on the default sound card. It has 2 media (.mp3) files. The first one has 2 minutes, while the second one has 10 seconds. I want to play the first media for 25 seconds, then play the second media along…

Universal Windows Platform (UWP)
asked 2020-04-27T07:57:39.717+00:00
John Torjo 861 Reputation points
commented 2020-05-04T01:03:41.127+00:00
Richard Zhang-MSFT 6,936 Reputation points
2 answers

Apakah ini Benar Shortcut Keyboard Windows 10?

Saya menemukan informasi terkait beberapa shortcut keyboard Windows 10. Apakah ini bekerja dengan benar?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,817 questions
asked 2020-05-03T22:03:34.917+00:00
johnny saketeng 1 Reputation point
answered 2020-05-03T23:50:27.923+00:00
Leon Laude 85,871 Reputation points
3 answers One of the answers was accepted by the question author.

How do I code Enter Key down?

Im creating a web browser UWP, I have the text box but the key down code I'm using seems not to work. I'm providing the code. enter code here private void TextBox_KeyDown(object sender, Windows.UI.Xaml.Input.KeyRoutedEventArgs e) { …

Universal Windows Platform (UWP)
asked 2020-05-02T03:28:55.49+00:00
Mark Mather 156 Reputation points
answered 2020-05-03T17:19:29.48+00:00
Mark Mather 156 Reputation points