RestAPI Query SQL Server BackupJobs
I want to monitor all my backup jobs with size information and error messages so i use the endpoint "backupJobs" from the recovery services. https://learn.microsoft.com/en-us/rest/api/backup/backupjobs/list I get all my VM backups and…
Azure Backup
How to Change Apache Hadoop MapReduce memory settings in HDInsight R Server cluster?
How to Change Apache Hadoop MapReduce memory settings in HDInsight R Server cluster? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] Sourced from Docs - Azure HDInsight…
R Server for HDInsight
Azure Backup cost calculation confusions
Lots of confusion over Azure backup cost calculations. My questions are as follows. Does this represent only VMs? If I have data files to backup using MARS agent can we apply the same here? What is meant by churn? Can you give examples? …
Azure Backup
AzureAD Sign out bindings
Does Azure AD supports HTTP-POST ? I can see HTP-Redirect is used in metadata but need to confirm if HTTP-POST can be used as well. Some applications may have hard dependency on HTTP-Post and unless it is supported by AzureAD, sign out on those apps wont…
Microsoft Security | Microsoft Entra | Microsoft Entra ID
What is Azure Synapse Analytics
Hello All, What is Azure Synapse Analytics? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] Sourced from Azure Synapse FAQ
Azure Synapse Analytics
Will ADLA support ADLS v2?
Hello ADLA folks, Is ADLA planning to support ADLS v2? If so, can anyone provide an approximate date of when this will be available. Some background: We have a client who uses ADLS v2 and would prefer to use ADLA for their analytics needs. However…
Azure Data Lake Analytics
How to determine datetime when U-SQL Database object was compiled?
I have a few U-SQL databases that I've created in ADLA, and in each database I have compiled objects (stored procedures, table functions, views, etc.). I want to see WHEN each item was last compiled similar to how I might query sys.objects in SQL…
Azure Data Lake Analytics
Why should we use Azure Lighthouse ?
Why and when should we use Azure Lighthouse [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] Source: Azure Docs
Azure Lighthouse
Get rid of OAuth 2.0 pop dialog browser
My team is trying to embed Power BI reports into our Salesforce visualforce pages. So far, I have followed the Embedding a Power BI Report into Salesforce blog from Microsoft:…
Microsoft Security | Microsoft Entra | Microsoft Entra ID
How to do arithmetic with textboxes
I have two textboxes on a wpf window that contain numeric values; call them txt1 and txt2. I want a third textbox (txt3) to show the difference between those two values. I created a Property in code-behind called Diff defined as: Diff =…
Developer technologies | Windows Presentation Foundation
Does Azure ADDS need a Domain VM for only on cloud setup
I have installed Azure ADDS for configuring windows virtual desktop environment. The setup is totally on the cloud and there are no on-premise network. Do I need to install a VM to manage the ADDS services?
Azure Virtual Machines
Microsoft Security | Microsoft Entra | Other
rds.wvd-provision-host-pool - provisioning failed - "code": "VMExtensionProvisioningError",
While creating Host pool for windows virtual desktop - It gave an error after creation of VM machines. the error was on dsc extenstion with status showing as "Conflict". The error code was "code":…
Azure Virtual Machines
Rate limit of Text Content Moderation
we are developing a chat service for our customer, so we need to moderate profanity in chat messages. We found your Cognitive Service really useful, are this page referring to text content moderation ? At the moment we cannot estimate the number of…
Community Center | Not monitored
Model file is not found for Registration of model in training Pipeline.
"We want the model to automatically register model every time there is a new model. we created the model in the process and write it out to a pipeline data set.To persist it then we upload and read it for registration. We are using ./output to…
Azure Machine Learning
Request Failing for Bing Entity Search.
"I am trying to make a request using the following URL and Keys. URL : https://eastus.api.cognitive.microsoft.com/bing/v7.0/entities/ KEYS: mkt:en-US q:restaurants However, I get the following response - (even though there is a valid…
Bing | Bing Search APIs | Bing Entity Search API
Save R objects in Azure ML and use them in other experiment?
"Is it possible to save R object in Azure storage (not a trained model) and then use it in a new ML experiment? My specific example is: Running PCA with R (""prcomp"") and then apply the transformation over new data. It…
Azure Machine Learning
Does bing autosuggest API support HTTP requests?
Can I use Bing auto suggest API with HTTP only requests to get suggestions for my search terms for my internal website? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] Source:…
Bing | Bing Search APIs | Bing Autosuggest API
Azure Web Job and PowerShell Module
Hi All, Is it possible to install PowerShell module in Azure Web Job? because I need to implement a console application which will host in the Azure Web Job will use PowerShell command for Power Apps…
Azure App Service
Generate custom report from SQL Server Express
Hi, Is there a way to generate custom reports from a SQL Server Express database? I'm building a UWP app from which the user should be able to print or export the report to PDF. Any help appreciated. Regards, Preveen R.
Community Center | Not monitored
WPF - Is there a way to get Windows to ignore the manual WindowStartupLocation I'm using for a particular window?
I'm using WindowStartupLocation.Manual to open a window on my app and I wonder if there is a way to tell Windows to ignore that location and do not open the next window after this one (where it is not mentioned a specific location for it) following my…