Verify domain ownership in Azure website to add subdomain
I followed tutorials from Azure and can't verify the domain ownership. Y created the App Service, Resource Group, DNS Zone and everything. I created the CNAME, A, TXT records (in the registrar). I've been trying for a few days, and still…
Microsoft Security | Microsoft Entra | Other
I have created a web application in c#.net to access the key vault from azure ,it is working when if we run using iis express, but not working if we host on iis.. Why? since app will be hosted on iis only.. it is only due to some permission issue..
I have created the Web application to access the key vault from azure, it working fine if we run using IIS Express, but not working if we host on IIS. I want know the solution here .. since app will be hosted on IIS only OR it is only due to some…
Azure App Service
SwapChainPanel.SizeChanged crashing
Related to https://xtls-v4.hkg1.meaqua.org/answers/questions/13613/strange-fileloadexceptions.html If I subscribe to SwapChainPanel.SizeChanged with an empty method, it resizes. But if i have a line of code in there with a breakpoint the app crashes. Am…
Developer technologies | Universal Windows Platform (UWP)
DataSync Agent Schema - Azure SQL
Hi, We have setup Azure SQL DataSync on-prem -> cloud and working fine. SQL Sync Agent created DataSync schema and all of the objects for that schema, under the source database. Q1. Is it possible in any way to move the tracking tables into a…
Community Center | Not monitored
Conditional Access Grant rule based on username and location only no other limiters? Location for IPV6?
I am trying to setup a few simple rules. I work at a school and access is almost all US with a little bit of France. I started by making a block rule for all locations other than US and France. That seems to have worked great. However I now have students…
Microsoft Security | Microsoft Entra | Microsoft Entra ID
I found a bug about the @nextLink data returned by the Microsoft Store analytics API
Microsoft Store analytics API Docs https://xtls-v4.hkg1.meaqua.org/en-us//windows/uwp/monetize/access-analytics-data-using-windows-store-services promotion Docs …
Community Center | Not monitored
Consent screen is not appearing when auth app changes the list of existing scope
Hi Team, I created one AAD app and added A, B, C Permissions and user authorize app via granting permission from their admin. But as an OAuth app owner, if I add more permissions let b x,y and when user retry to authorize. New consent screen is not…
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Windows是如何实现离线激活码激活的?
因为最近在使用.NET写项目,最近上级要求激活机制,但是这个问题就很麻烦了,在线激活我们可以学习Windows的KMS,但是离线怎么回事就不知道了,还请微软官方权威解释下。 我很好奇的是: 1.Windows机器假设有1000台,如果假设永不联网,时间正确,那么Key是如何判断激活次数的呢? 2.在1的基础上如何跟电脑的信息进行强类型绑定,就是重装系统或更改硬件仍保持激活状态,但是copy到另一台相同电脑就会失效。 …
Community Center | Not monitored
Node.js Linux App Service raising Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException: Request body too large error
We are using Azure Node.js Linux App service, we are running into below error when we try uploading large files ~30MB
Azure App Service
v4 - Nested Virtualization?
Hi, Does anyone know if v4 instances should support nested virtualization? The original documentation specifically mentions v3, but that dates back to 2017. I can't get a v3 instance due to the capacity issues, but v4 doesn't appear to be supported…
Azure Virtual Machines
Uploading of custom apps is not allowed
I cannot upload custom apps even though I have set the permissions in both the teams app and the teams admin centre to allow them. I uploaded an app yesterday and it worked after I resolved this issue by adjusting the settings but today for some reason…
Microsoft Teams | Microsoft Teams for business | Other
How to ignore key and pass it next to the window?
I display WPF UserControl inside HwndSource. I want ignore certain keys from keyboard and ignore that keys, but pass it next to the host window or host application. That means, if spacebar key is pressed, WPF UsuerControl ignore it, but host application…
Developer technologies | Windows Presentation Foundation
DataGrid with data won't fill parent's width
Hi, I met a very weird thing. I have a DataGrid in my WPF program. The overall setting for the DataGrid is as following: <Grid> <Grid.RowDefinitions> <RowDefinition Height="*" /> …
Developer technologies | Windows Presentation Foundation
Web application working on local but not working on azure! Asp.Net MVC (c#)
I got one application hosted on other services and it is working, but when i publish on Azure it does not let only the app use it, but by post with insomia is working good
Azure App Service
Custom Reset Password Policy
I created a custom reset password policy and I would like to know how to change the password reset history to not use the last password when the user resets a forgotten password.
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Repeated BSOD
Repeated BSODs particularly on removal of plug-in charger Everything runs fine while plugged in but as soon as charger removed or start the laptop without connected to the charger would lead to such BSOD. System Information (local) Computer name:…
Community Center | Not monitored
Hybrid-AD and new user signing into a laptop
With the recent push to work remotely, I'm trying out ways simplify the initial on-boarding process for new employees. Normally new employees need to sign in on an AD-joined domain so that they can set their initial password (using a default,…
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Hanging on installing a missing framework
This morning I started a new UWP project to test something. This is a very simple project. I have a textbox, button and textblock. That's it. I've added MVVMLight to it. I built it next. That worked fine. Then I've tried to debug it. That's where it…
Developer technologies | Universal Windows Platform (UWP)
Unable to create new lab in Azure Lab Services
I tried all of yesterday and today to create a classroom lab. I tried with Windows Server 2019, Windows 10 1903, Windows 10 1909, and Ubuntu Linux 19.10. Every single time it fails on Creating Template Virtual Machine and all I can do at that point is…
Azure Lab Services
How do I in UWP in Tabview add buttons for navigation?
<Page x:Class="Frost.Browser2" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:Frost" …
Developer technologies | Universal Windows Platform (UWP)