Function didn't respond to HTTP pings on port: [PORT] - Azure Function - Timer Trigger - Vnet Integration - Docker Image
Hello! I have a azure cloud funcion with this setup: Time Trigger Function in Docker Container Image Written in Python 3.6 VNet Integration When the function starts, I see the following messages: 2020-02-27 15:20:05.810…
x:Uid cache
Hi, Is there some way to disable or reliably refresh localized string resources cache in UWP app? I am working on the wizard where user should select preferred language on the welcome page, which is always in English, and then navigate to next…
Enable sharing calendar room Exchange 2010
Hi, I need to enable sharing the calendar of a room, with the possibility that users who have permission can create, edit and delete events, which has not worked for me. I have occupied the following command Add-MailboxFolderPermission…
Microsoft Azure active Directory Sync Issues
Azure AD sync has been running for over a year now but recently it failed. We are now getting an error message when we run Azure AD connect. the error message is "Unable to install the Synchronization Service." I've tried making the admin…
Azure B2c OIDC - The key type 'EC' from the JSON web keys endpoint 'https://akztest/pf/JWKS is not a supported key type.
While setting up Azure B2C OIDC to PingFederate I get the following error: The key type 'EC' from the JSON web keys endpoint 'https://akztest/pf/JWKS is not a supported key type. I am using the proper .well-known\openid-configuration endpoint. I…
Secure cluster with App Gateway SSL certificate
We have our cluster sitting behind an application gateway. We have a certificate from digicert for SSL on the app gateway. In order to not have to get another cert from digicert for the cluster would it be ok to use the app gateway certificate to secure…
When will Azure AD B2C with SAML be in GA?
I'm working on azure AD B2C using SAML. Got to know from support team that it is in preview. From when does B2C with SAML is in preview? and when will that be in GA?
Asking for credentials while accessing web app
Dear team, I deployed a war file in Tomcat server. Now while accessing the web app it is asking me to authenticate. Tried entering both azure and deployment credentials but no luck. Could you please help me here? Thanks Soumya
UWP - show html data
Hi, In our UWP app we need to show data in different places which are html content. Currently we are using web views to do that. But with that we are getting different issue when it comes to aligning things. So would prefer if we can use uwp controls…
How to make fact bot in azure?
I'm a beginner in azure. I just tried to make a simple bot with the help of Microsoft Learn. I want to know that can I make a fact bot or skill like we make for Alexa Skill and Google Assistant.
Error : Click Authorize to configure an Azure service connection. A new Azure service principal will be created and added to the Contributor role.
I am getting this error while configuring Azure Web App deployment. The build pipeline already contains a web app deployment, I am trying to add one more.
Windows container reference
Where could I get some AKS windows container samples
UWP InkCanvas crash
Hi, In our UWP app we have used the InkCanvas in several pages. In one machine the app crashes giving the attached error message. Cannot create instance of type 'Windows.UI.Xaml.Controls.InkCanvas' Noticed this crashing only in one machine so far…
What are the steps to create a trusted app in uwp
Hi For testing i try to create a trust app in uwp. I create a very basic uwp project containing one button and then and publish it using sideloading method and the installation failed. Thanks Here the error message
PTA Staged rollout Manage groups not available.
When we try to enable Azure Pass through Authenication - Staged rollout option. "Manage Groups" option is not getting enabled. Its greyed out. Trying to setup Stage Rollout for PTA, using this manual:…
How to connect a joystick USB.
How can I connect a joystick USB from my main pc to the VM I have already tired the local resources tab for the USBs, but that unticks it every time I connect. Thanks in advance.
Invoking webview's DomContentLoaded event in the view model
I'm having problems implementing the webView's DOMContentLoaded event within my view model. I want to execute the code on the web page after the DOMContentLoaded event. I read the documentation about the event here,…
Can we control these three buttons:"The system Back, Close, Minimize, and Maximize buttons"
Based on the doc: https://learn.microsoft.com/en-us/windows/uwp/design/shell/title-bar#how-much-to-customize-the-title-bar "When you opt for full customization, you are responsible for putting content in the title bar area, and you can…
Prevent "emergency access" users from syncing to on-prem AD when using AD Connect
I'm looking for guidance on preventing (filtering) "emergency access" users from syncing to on-prem AD when using AD Connect. From the reference doc Manage emergency access accounts in Azure AD: "*Create two or more emergency access…
How to show MenuFlyout in code?
The MenuFlyout shows up perfectly upon right-clicking the ListView <ListView Name="lvDeviceTiles" ItemsSource="{x:Bind listDeviceItems}" DataContext="{x:Bind}" Margin="0"> …