How to configure PTR record for my VM in Windows Azure
Hello, I need to create a PTR record for my VM in Windows Azure. It has a static IP, for example, 123.456.789.012 I went to this URL: https://resources.azure.com/ And navigated until I have found publicIPAddress. Initially, this JSON appeared…

Windows 10 ntuser.dat changes when hive is LOADED but NOT Changed - Breaks "Delete profiles
There was a Hotfix for Windows 7 but not for Windows 10? https://support.microsoft.com/en-us/help/983544/the-modified-time-file-attribute-of-a-registry-hive-file-is-updated-wh I tested this. Running as System I loaded a users ntuser.dat into Regedit.…

Azure Status alternatives
We've been running our SaaS product on Azure for around a year and while our experience is mostly positive, we occasionally run in to issues, which after troubleshooting for a while we determine aren't our issues, but the Azure status page doesn't…
SignIn B2B guest accounts to B2C through custom policy
Hi there, We have an Azure AD tenant there are quiet a few B2B guest accounts (some MSA, some on their own tenant). We also have a B2C tenant where we have implemented custom policies with multi-tenant azure ad claims provider (specific tenants, not…
Form Recognizer v2.1
I am working on a project in which I am using form recognizer 2.1.Is there any expiry for composed mode or does it depends on the SAS URI.
Getting low accuracy on two fields after labelling using the tool, Form Recognizer, Custom Label API, please help.
I need help with recognition of two particular fields- "credit date" and "credit type". Getting low accuracy (training ~30%) after labelling and even lower on the test set (~10%). The receipts along with the two mentioned fields look…
Msgraph file api - search or filter by lastModifiedTime
Does msgraph file api support search or filter query by lastModifiedTime
Problems wih Downlaoding the Lockdown Browser for AP Classroom
I tried downloading the Lockdown Browser that is required in order to take and AP test and my computer won't let me. It keeps saying "To continue enter an admin username and password." I've also tried downloading it through the software center…
Full Version of TypeHandlerVersion in Get-AzVMExtension
Greetings, when using Get-AzVMExtension in Powershell with the AzureDiskEncryption extension, Get-AzVMExtension shows only two levels of version number (e.g., 2.2), while the portal shows 4 (e.g., 2.2.0.10). Does anyone know how to see the full version…

Is it a must to put Control inside Container to get the Template applied?
Moving forward from the original problem, I've simplified the process of reporting with FixedPage BUT one thing I still don't understand, that is: why do I have to put my custom control inside a grid? Here's what I've to do to print now: void…
Generate Form1.vb[Designer] from Form1Designer.vb ?
Hello & Thanks; I have an example program that has a Form1Designer.vb Tab but no Form1.vb[Designer] . Is there a way to Generate a Form1.vb[Designer] Tab From Form1Designer.vb ? Thanks for your Help...
Adjusting the end dates
I wanted to manipulate the end date to next record startdate or records that happened on same day for shopID and then grab the starttime of later record and update the value in the prior row endtime if the starttime prior to next row start time and end…

ADF Pipeline stuck in queued status
I have an azure pipeline that reads the data from the Onprem SQL server and writes onto the blob storage on Azure. We are using Integration Runtime created using our Azure virtual machine. When I run the pipeline, it gets stuck in Queued status. Can you…
How to join 2 tables where one table has multiple values in single column
Hi All, Can someone please help me on how to achieve this, below is my DDL and input code Create Table #Temp ( ID Int, Code nvarchar(255) ) Insert Into #Temp Values ( 1234,'123,456') Insert Into #Temp Values ( 5678,NULL) …
Using text to speech for video narration (using speech studio)
I hope someone can help. I create local public sector health videos and would like to use the text to speech mp3 downloads to narrate videos. (They are ideal). I'm seeking clarification on whether this is permitted / allowed? I only intend using the…
Azure university
Is there list of the colleges (universitys) that azure accept it cause many of my friends tried to many times in different collages but declined
Is there still a Azure Analysis Services Web Designer (as of 10/09/20)?
Hi, In some blogs I saw people talking about an Azure Analysis Services Web Designer, mostly around 2017. Today I cannot find this Web Designer from Azure Analysis Services portal. Does this tool still exist, and where can I find it today? Best…
Is it suggested to use promotional offer machines in production?
Team, In eastus, various promotional offer machines (suffix _promo) are available which offers less cost in comparison to their standard version. What are the advantages and disadvantages of them using in production. I am writing one disadvantages…
Run Azure Data Factory locally no data transfer
Hello, we have a requirement to run Azure Data Factory locally because the information is private and can not leave the local computer. We have seen the following link provided by Azure Support to "Create and configure a selfhosted integration…
Using Powershell to parse local HTML documents (then replace text within specific tags) fails for specific HTML files - $HTML = New-Object -Com "HTMLFile"
Hi All, Windows 10 - Windows PS 5.1 We have local HTML documents produced with an authoring tool (Madcap flare) which produces well formatted HTML. Unfortunately, it adds non-printing HTML Characters (   ) within <code> tags that then…