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":…
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…
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…
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…
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…
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:…
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…
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.
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…
Netskope reverse proxy for Azure and O365
Hello Wondering if anyone has every used Netskope's reverse proxy for Azure and O365? I have read some of the documentation for this product, and it appears they of some of the same security features that come with a P1 or P2 Azure license. I'm trying…
Changing settings in Azure Web apps with powershell.
I am making a powershell script that deploys an app service and changes the configuration automatically. An example of such configurations are: the platform setting to set the azure platform to 64bit. i changed this with: $WebAppPropertiesObject =…
antivirus and WAP
hi! Are there any concerns for installing antivirus on a couple of load balanced wap servers that are the front ends to the adfs 3? Thanks!
Suggestions for Build 2020
I can't find where to post these, so I'll put them here. I would love to see the following session at Build 2020 ... Wrapping C++/DirectX using C++/WinRT for C# developers. A complete spinning cube sample walking through how to wrap C++ and DirectX…
Why am i seeing different error codes after upgrading bing news search API from v5 to v7?
I have recently upgraded from v5 to v7 version of the bing news search API but i see different versions of an error when they occur? How do i handle the new errors? Do you have a documented set of error codes to update in my client repository? [Note:…
Can we filter Open Datasets by column, e.g., country during access
Is there a way to filter Open Datasets by column, e.g., country during access. The use case we are looking for is simply to get German Weather and German Holidays by selecting just the rows with country code for Germany. The data access mechanisms…
Why am i seeing different error codes after upgrading bing web search API from v5 to v7?
I have recently upgraded from v5 to v7 version of the bing web search API but i see different versions of an error when they occur? How do i handle the new errors? Do you have a documented set of error codes to update in my client repository? [Note:…
Why am i seeing different error codes after upgrading bing video search API from v5 to v7?
I have recently upgraded from v5 to v7 version of the bing video search API but i see different versions of an error when they occur? How do i handle the new errors? Do you have a documented set of error codes to update in my client repository? …
What is bing visual search API ?
What is bing visual search API? How is this different from the bing image search API which provides similar results? [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] Source:…
Authorization Header missing in webapp
Hi everyone. I have an api developed with symfony that use jwt tokens toa utenticate ours users. When i send a Authorization Bearer {JWT Token} header, the webapp remove this, and our code can't access. I try to use another name for the header and…
adding stacked pages in xaml at runtime
hi what is the appropriate way to show pages vertically (something like MS word...) and adding pages at run time? thanks in advance.