To create a premium plan in planner
Hello Please i need your help on this issue. We subscribed to plan1 to be able to create premium plans, then it appears this message: Looks like you're the first one in your org to use a premium plan! Please create a plan in Project for the web to get…
Convert solution of class libraries in framework to .NET
Hi, I have solution with list of clsss libraries in framework 4.6.2. I would like to know full steps of converting this solution to .NET 8/9 using visual studio. Thanks in advance,
Does azure function support basic authentication?
Hi there, Does azure function support basic authentication? Not use app key in url , use authorization header in request. Thanks
get month first date and last date using my data
Hello Example 1:- My asp.net label1 show example April-2024 In Label2 I want to show 01-APR-2024 In Label3 I Want To Show 30-APR-2024 Example 2:- My asp.net label1 show example September-2024 In Label2 I want to show 01-SEP-2024 In Label3 I Want To…
access tty ports
Hi, I try to access with the tty ports on my tablet but the use of _usbManager = (UsbManager)activity.GetSystemService(Context.UsbService); but the result is just the regular usb ports. i check in terminal ls -l /dev/ttymxc* and i get a complate…
New Outlook for Windows use in VBScript
Can the NEW Outlook for Windows (free) edition be used with the Visual Basic Script context as follows: Server.CreateObject("Outlook.Application") ? If so, what is the correct literal to use instead of "Outlook.Application" ?
Ethernet drops internet connection constantly.
I recently upgraded my modem/router as suggested by my ISP. They sent me a Hitron CODA-4680 just over a week ago. Ever since I’ve had this router/ modem combo, I’ve had nothing but issues staying online. The Ethernet seems to disconnect automatically…
Where is the difference between "Real-Time-Intelligence" in Fabric and "Azure Stream Analytics"?
HI, https://learn.microsoft.com/en-us/fabric/get-started/microsoft-fabric-overview has as components (a.o.) Real-Time Intelligence and some Synapse-Services. But in https://learn.microsoft.com/en-us/fabric/real-time-intelligence/overview Stream Analytics…
How to use a private key to connect to an SFTP datasource in AppFabric?
I am creating my first data factory in app fabric. One feature I found missing is that I cannot connect to a SFTP source unless, I have basic authentication. In the previous version of Azure Data Factory, I had an option of selecting the authentication…
The sign-in method your trying to use isn't allowed. Try a different sign-in method or contact your adminstrator.
I have created a VM in Azure which is Entra ID joined. I have checked the Entra join status of the VM. I have verified that VM is able to login through local admin. I've added the user the remote desktop users group and also disabled network level…
java Webapp is shutting down immediately after start up due to appdynamics configs
We are trying to deploy webapp with appdynamics, earlier it was running with appinsights. After deploying appdynamics configurations, webapp it shutting down immediately after starting up. webapp_logs.txt
find mds team
hello I need to speak directly with Mr. Tyler Graham from the master data services team
the skbitmap not work why paint on it?
SkiaSharp.SKBitmap bitmap = new SkiaSharp.SKBitmap(309, 60); var canvas = new SkiaSharp.SKCanvas(bitmap); var paint = new SkiaSharp.SKPaint(); paint.TextSize = 12; paint.Typeface = SkiaSharp.SKTypeface.FromFamilyName("Arial"); paint.Color =…
Xamarin Android memory leak issues
In our Android app, We are facing memory leak issue. so we tried with simple Lable. But issue remains same. Please find below details for leak information. ////////////////////////////////////////////////////////// ┬─── │ GC Root: Global variable in…
Challenges in Managing Client Secrets for High-Scale API Integrations in Azure API Management
Currently, we are using an open-source API management application to manage APIs. This product primarily consists of two components: the Publisher, which is used to publish APIs, and the Store, which allows applications to subscribe to APIs. Once an…
Azure/Entra and Exchange online sync issues
I have modify SMPT address on on-premises on AD and running sync but the changes are not replicating in exchange online. Whiles the changes are reflecting in entra portal, it seems there is some issue with exchange online. I have run Delta sync and…
How to fix Session Cookie attributes not set application hosted in web app ?
How to remediate the issue or vulnerability of Session Cookie attributes not being set when the application is hosted in an Azure web app behind the Azure Application Gateway with WAF ?
Azure Web Job python: command not found and pip: command not found error
I have a Flask app on Azure Web App that is deployed via Github Action. I have an Webjob set up with 2 python files, a requirements.txt, a run.sh file, and a settings.job file. This is what my run.sh looks like: #!/bin/bash pip install -r…
No puedo solicitar un reembolso
Mi cuenta pasó a ser una cuenta de pago pues no usé los recursos y se me hizo un cobro de 144 dólares. Y cuando quiero solicitar el reembolso, me indica que no encuentra transacciones aptas.
Azure Function App works locally but not in the Azure Portal
Hi there, I have an issue with my Azure function or to be more specific, with deploying and having it function in the Azure Portal. The Function is a BlobTrigger and works fine locally, I used the following guide / link: Develop Azure Functions locally…