Unable to add External subnet to APIM
Hi, I am trying to add the existing Vnet to the APIM. I have created a /29 subnet and trying to assign it to the APIM. In the selection panel after selecting the Vnet and subnet I am not able to see thats populating to the main screen where we select…
APIM and AKS integration
I am trying to integrate APIM(External) to the VNet where AKS is running. right now, I have created /29 CIDR subnet where AKS subnet is there and assigned to the APIM but APIM keep complaining that port 3443 is blocked. I have specifically added the rule…
Container Instances fail to start the majority of the time
I have a function app that programmatically defines a container instance using the Azure Fluent SDK. This uses a ClamAV image from our private container registry and mounts a shared volume for use across our generated container instances. The majority…
Does input parameter type matter?
We have a very simple stored procedure that is executed very often as it writes to a simple audit table. One of the columns in that table defined as tinyint. However, parameter to the stored procedure defined as int. I'm wondering if there is any…
Decline Thirdy Party Update on SCCM
Hi everyone, I was looking for the possibility of decline / expire update from SCCM 1910 thirdy party updates. Is it possible to perform the operation somehow? Thanks!
call internal soap service from Logic Apps
Hello All, We have a bunch of internal SOAP services (not hosted on the domain) which were consumed and called by BizTalk so far. BizTalk and the Exposing systems were all in the same infra, so this was fine. Going forward with LogicApps, is there a…
Bluescreen when trying to delete a certain folder
Hi all, I have created an (at least for me) reproducable bluescreen every time I try to delete a specific folder (documents/tmp/<domainname>) which contains copies of files created by a certbot docker image. Those files have been created with the…
Why is my NV6 instance lagging?
Why is my NV6 instance lagging? I tried running gpu benchmark tests and it shows on results that the FPS is 120 but even when i watch a youtube video the instance is lagging/hanging (my internet speed is around 40 mbps). i have deployed the machine…
Does ACS Android SDK support feeds from arbitrary SurfaceTextures?
Dear fellows, I was wondering whether or not Azure Communication Services Android SDK supports feeds from arbitrary SurfaceTextures (for video chat applications on an Android device), it’s not clear in their documentation here…
Run As Account Could Not Log On - SCOM 2016
We're getting the below alert for 3 of our gateway servers and the GW servers are in Warning state Please help me to resolve this.... Alert Description : One or more Run As accounts failed to log on. The account HQ\scXXXa may be disabled or has an…
Balance is not calculating correct ,if date filter is applied?
Hi @Anonymous I am retrieving Data between two date, but Balance is not calculating correct, Below data with query. Create table #tbl_Receivable (Rec_ID int,Customer_ID int,Rec_Date date,Rec_Amount varchar(50),Inv_type varchar(50)); …
Blazor Publish Error to Azure Virtual Machine
I keep getting an error when trying to publish to an Azure Virtual Machine...Unable to create publish profile C:\Users\<me>\source\repos\App\project\Properties\PublishProfiles\AppService.pubxml ... I don't have this issue publishing to a folder.
Bounce s3140
Hello, Those IP were Bounced for reasons unkown to us even though we always follow best practices. Therefore we would like an explanation to this suspension and we urge you to unlook our ip as soon as possible Thank you and have a great day. …
Command line to check if system restore is turned on
Hi guys, Is there a way to see if System Restore is turned on using the command line? Basically I want to run a batch file remotely so I can check. Bonus points if you can also tell me how to turn System Restore on using the command line too :)
Is there a way to alert if Azure Network Watcher is not running?
So I've been experimenting with Azure Network watcher, Connection Monitor preview. We're trying to determine if it's suitable. One of my tests, was to see what happens if a machine stops working but is still around, kind of. To do that I…
MS access. Set of queries and macros to Bypass Error 3011
A form containing a button that allows users to import several Text files at the same time. I created an "Import macro" with following actions: OpenQuery: Query type -Delete. Criteria - Is not null. The Table (old data) is completely cleared…
incremental ARM Template for Azure Network Watcher Connection Monitor (preview)?
Hi there, I have an arm template for an Azure Network Watcher Connection Monitor (preview), but I'm finding some differences between ARM and the UI. What I want to do: I have a dynamic number of application servers, I'd like to use a copy /…
PowerBI reports unable to complete loading at SharePoint 2013 on prem
The environment is SharePoint 2013 farm. I have uploaded the PowerBI reports on web parts. The PowerBI reports are always on "Loading data...". That makes the report unusable online for IE 11 or IE 11 compatibility mode. End users need to…
Exchange 2019 slow folder performance
Hi, We are migrated from Exchange 2013 to Exchange 2019 and the performance of switches Folders in Outlook is very Poor. On the Exchange 2013 this was good and fast, with the Exchange 2019 the folder switching is very slow. The same problem is…
Permissions.ShouldShowRationale doesn't exist
In the document Xamarin.Essentials: Permissions https://learn.microsoft.com/en-us/xamarin/essentials/permissions?context=xamarin%2Fandroid&tabs=android The following line is included in a code snippet if…