Cannot Activate Windows Server 1909 downloaded from My.VisualStudio.com
i, I am an MSDN subscriber. I have downloaded an ISO for Windows Server 2019 version 1909 from https://my.visualstudio.com/Downloads?q=Windows%20Server,%20version%201909. Here is info from the download page in case it is helpful: Released:…
How to get the real-time network speed?
I used to get the data usage and divide the second ,but the result is always 0. private async Task GetSpeed() { ConnectionProfile internetConnectionProfile = NetworkInformation.GetInternetConnectionProfile(); var…
Azure VM-hosted JupyterLab networking config help
I'm worked my way through Quickstart: Set up the Data Science Virtual Machine for Linux (Ubuntu) which is deceptively simple, and am running into a network config problem that is not referenced on the page. I've confirmed I have Data Science…
Sandbox unauthorized access error
I am facing this error "Unauthorized sandbox use detected. Your sandbox access has been removed." while trying to do exercise on Microsoft learn. I have not been able to access the sandbox even once not sure what is causing the unauthorized…
A Small Mistake in Network Fundamental
In module of Networking fundamental, there are IMAP defined as Interactive Mail Access Protocol but also in port section, they defind as Internet Message Access Protocol.. That's Confusing.!
admin permission for MFA setting and conditional access only
Hi, i am deploying the azure MFA with conditional access to my users and i would like to grant limited permissions to my Helpdesk team so the will only have permissions to open the MFA settings for : grant OTP / Block and unblock and also to add…
Azure AD synce with On premise AD
So here's the scenario i'm having. i installed the azure AD connect tool on my on prem DC. everything worked great except one item. I just did the default express install and of course that included my whole OU of the company. which in turned imported…
My Microsoft Learn is not showing the stamps I receive or counting points, what should I do?
I really enjoyed the new learning environment at Microsoft, but it occurred to me today that the stamps I acquired in new modules did not appear and my experience is stuck, I do everything correctly, and the completed activities appear and classified in…
EventcombMt is not working properly in my windows 10 system
EventcombMt issue in windows 10
The points are not getting updated the moment I reached Level5 at docs.microsoft.com/en-us/learn
Hi, The points in the learn path is not getting updated since I moved to Level-5. It is stuck at zero and shows 0/7699 XP even after finishing multiple modules after that. Could you please look into this issue. Thanks, Sen
[MSDN Redirect] Best suitable approach to host Angular 8 application into Azure web app
Hi All, Have one angular 8 app and wanted to host that into azure web app as anonymous access. I have gone through all the available option while creating App Service Plan (Free, Basic, Standard and Premium V2) but confused about the best approach and…
How to consume a SOAP wsdl into APIM hosted on IIS on a VM within same VNet?
Hi Team I’ve hosted an internal APIM instance within a subnet of a VNET and integrated it with Application Gateway in same VNET but different subnet. Later Configured custom domains on APIM, then Configured Application Gateway for all the…
Stream AD B2C logs to Event Hub
In AD logs we can stream logs to Event hub, is this feature will be implemented for AD b2C, any update.
App Service Plan Density check detector incorrect/inconsistent
The App Service Plan Density check detector seems to not account for the used App Service Plan. When you have a App Service Plan with more than 8 App Services and you switch (Scale up) from S2 (Medium) to P1v2 (Small), it wil show the following message…
How to get a secure access token programatically?
I'm trying to implement Azure Active Directory in my API Management instance using the Protect an API by using OAuth 2.0 with Azure Active Directory and API Management doc as a guideline. The doc suggests that in order to get the access token I need to…
Store API does not bring all data of pending submission.
Hi, I had created a new submission using API, when I did that following was JSON returned in 'cloned submission' "applicationCategory": "Productivity", "pricing": { "trialPeriod":…
Azure deployment cfn-signal equivalent?
I am utilizing cloud-init for my deployments both in AWS and Azure. In AWS I can signal success/failure using cfn-signal to my CloudFormation stack. In Azure I have not found anything similar. Example cloud-init: #cloud-config write_files: -…
Unable to configure Custom Domains on B2C so cannot set the correct Application URI. Causes mismatch on SAML ACS lookup
I have created a SignIn Customer Policy based upon the examples for LinkedIn and SAML that I have been able to find. I have correctly configured my SAML based app and it is redirecting to b2c site as expected to start the UserJourney. However currently…
OCR using computer vision API for cropped images
I have an issue regarding results generated from azure I have one image which I want to OCR. (See full.jpg). This works fine with this image and all data is extracted. But when I crop a certain portion of this image and pass this as a new image (See…
Ef core with Xamarin
Is anyone this year (2020) able to successfully run a Xamarin Forms app with Entity Framework Core and an sql database on any platform using Xamarin?