8.8 million GB Seconds for 42 Azure Functions requests?
I am evaluating Azure Functions at home, with a view to adopting them at work. I setup a small demo project. This morning, I made 42 requests to my Azure Functions endpoints, within about 35 minutes. The Azure portal is now showing I used 8.8 million…
Flowlayoutpanel control in a child form can not be modified
when the father form has a flowlayoutpanel control, child form can not modify its any attribute though the modifiers of flowlayoutpanel is public. But other controls of father form like button can be modified in child form.
Speech Service throwing Exception
Im new to azure and xamarin mobile. I went through the first quickstart for speech services, and the app always throws this exception: Exception: System.DllNotFoundException: libMicrosoft.CognitiveServices.Speech.core.soassembly:<unknown…
Linear Regression Large Values
I am trying to make a model that does simple counting (ex when I input 14, it outputs 15 or when I input 273 it outputs 274). OLS linear regression comes out to be the most accurate model, and it works really well for numbers with up to 7 digits.…
HTTP POST to Azure Data Catalog under Company network is returning null response
I have written a python script to populate assets on Azure Data Catalog and it is working fine on my private pc and my private Azure account. When I run the same script on company PC, my http post requests return "None" value. (See Attachment).…
Guests access to Teams meetings issue
I have MS 365 for Business - I have set up a number of Teams and added guests to them. I have gone into the settings to allow guest access to Team etc. I have sent out invites to guests for a Team meeting BUT only some can access the meeting - others…
how to bind with and height of relative panel
Hi I have a relative panel named board located inside a relative panel . the size of board is set only at realtime here the xaml <RelativePanel x:Name ="Boardgame" RelativePanel.AlignVerticalCenterWithPanel="True"…
Microsoft.Azure.WebJobs.Extensions.Storage: Storage account connection string for 'xx' is invalid
Hi, I have created a Azure Function App were I want to add a incoming message to another queue in the same service bus namespace. Here is my function: I store all my connection strings (to service bus namespace and storage account) in a…
UWP startup doesn't work on New User on 20H1, but work on 2004(20150.1000)
Hi, assistant. I make an uwp app, and make it startup work. It works well on system version before 20H1. When I test on 20H1, and 20H2, it doesn't work. I used uap startup manager, and cmdline background startup, all don't work. I update system…
ApplicationView.GetForCurrentView().ViewMode Returns 2 When Switching From Dual to Single Screen
In my dual screen app, one of the events I attempt to use to detect when my app switches between single & dual screen is SizeChanged. In this event, I look at the following property: ApplicationView.GetForCurrentView().ViewMode However, when the…
EMAIL - Mailbox export period limitation during initial sync with new device
Dear community, I was wondering if there is a possibility to limit export periods upon logging in from a new device. We just want to limit the exposure of confidential information to potential bad actors. I tried to find if we could do this for…
MS Teams 'Get Email' Function not working from private channel: "We won't be able to deliver this message to [email] because this email address is no longer valid"
On MS Teams, I'm trying to send an email to a private channel using the 'get email address function'. However, when I enter the email address into Outlook, Outlook shows the following error message: "We won't be able to deliver this message to…
Can I reformat a Surface HUB to a Normal Touchscreen Window 10 System?
Currently have this Surface Hub in our Clients Conference Room and their Director wants us to format it as a very large Windows 10 O/S Touchscreen and eliminate all the cool Hub features. The Client's IT Dept has a full Windows 10 License but unsure if…
Unable to peroform Patch operation on DB Account
Hello , Im trying to update Virtual network on Cosmos DB Account, though I dont see any activity on that particular Account I see below error while using Patch Rest API There is already an operation in progress which requires exlusive lock on this…
Disable archiving emails
If I disable the exchange archiving of emails, where do the emails go? The ones in the archive online folder?
Trouble starting Win 10 Virtual Machine with Bastion for first time
I was able to add the subnet and create the Bastion. When I login to Azure Virtual Machine using Bastion with User name and password it times out "OOBESETTINGS" I found a page saying this can be normal the first time. How do I find what I need…
Can anyone help me understand the best way to use Microsoft Teams?
Hi All, I'm a newbie to use Teams as I have got it suggested by one of my friends. I'm a web developer and currently working on my project of a housekeeping service providing company (this website). I would like to make a proper use of Microsoft Teams…
Get Dataflow debug Runtime consumption for Calculating Cost
I need the debug run session info of each integration runtime to calculate the debug runtime cost consumption. Is there any way to know which user has active which debug runtime with its core optimization option and total active time for each debug…
is it possible to call a UWP class Library in a win32 console?
I have encountered a requirement to launch a UWP app in a win32 normal c++ (not c++/clr or c++/winrt) console. So the first thing is that using LaunchUriAsync to luanch my UWP and i find that win32 c++ doesn't support it. So I want to create a UWP dll to…
LLDP API in Windows 10 without admin access
Hello, are there any APIs in Windows 10 to access LLDP info (switchport id, switch name etc) without local admin access.