How to configure TLS 1.3 for Service Bus and Event Hub
As per below documentation, TLS 1.3 is enabled for Service bus and Event hubs, but TLS 1.3 option is not available in Configuration page of those resources. Also we are still able to select TLS 1.0 and 1.1 while creating new resources. How do we…
OEL7 extended support in Azure, Can it be supported for another 3 years beyond 12/2024
Certain 3rd party applications still do not support OEL8 and thus rely on OEL7 to run. If we go with using EOL7 extended support to get beyond the 12/2024 deadline will we be fully supported still? Is there an absolute date that we would have to upgrade…
I have a pod status of Pending with a reason of FailedScheduling when upgrading AKS from 1.28 to 1.29.
I upgraded our AKS cluster from 1.28 to 1.29. All 123 pods are Running except 1. It's in a Pending state. It is a StatefulSet so I have deleted it a few times and it will not come up successfully. The reason in the pod description gives: Warning …
GraphQL source, SQL Azure Database Destination, is Azure Data Factory the best choice?
Hi Relatively new to the world of Data Factory and pulling information via API, in this case GraphQL. Issue I'm having is there is little examples out there of GraphQL queries in Azure Data Factory. And when it comes to pagination, which I can perform…
hikvision access control
how to configure access control DS-K2604T with DS-K1201AMF
Azure App service static Outbound IP address. Can this be accomplished if I use Azure Front Door?
I need to setup my app service with a static IP address. Can this be accomplished if I use Azure Front Door?
How to update Azure Marketplace to support complex custom attributes in SCIM provisioning
We have a gallery app listed on Azure Marketplace, which supports SCIM provisioning and would like to update it to support provisioning of a custom SCIM extension with a complex attribute like so: { "schemas":[…
Azure Data Factory Lookup filter query for Sharepoint Online List
I would like to filter the Sharepoint Online List based on the Modified date, to get only the last modified records. I am using the ADF Lookup component. I was trying different queries, however non of them work and I am getting all elements in the…
How to fix EXC_CRASH (SIGABRT) when publishing MAUI to macbook
I'm developing a .NET 8 MAUI app targeting both net8.0-android and net8.0-ios. The app runs successfully on Android and iOS simulators and installs/runs fine on an iPhone through TestFlight. However, it crashes immediately upon opening when I run it on a…
No hay forma de que me verifique a través de la aplicación de autenticación
Hola Buenas, recientemente perdí mi celular, y ese dispositivo es el registrado en la aplicación Authenticator. Por lo tanto, no hay forma de que me verifique para iniciar sesión en los programas de MS, incluido Outlook y Azure. Podrían por favor hacerme…
MECM Win11 23H2 inplace upgrade failure
Hi All, Currently we are now testing win 10 to win 11 migration via inplace upgrade TS. The TS is successfully working in the alpha phase. When the we started the BETA phase we deployed the TS to users who are WFH. After deploying the TS is…
Understanding Combined Costs of VNET Peering and Bandwidth for Cross-Continent Data Transfer in Azure
Hello community, On the 'Virtual Network pricing' page, the Global VNET Peering section lists 'Inbound data transfer' and 'Outbound data transfer' for Zone 1 as "$0.035 per GB" each. It also mentions that "Ingress and egress traffic is…
In Azure, how to grant Application Gateway access to Certificates in Key Vault
I have an application gateway AppGateway and a key vault KeyVault. My organization does not allow the use of a Vault Access Policy, I am required to use Role-based Access Control (RBAC). I created a managed identity Gateway-KeyVault-identity. I assigned…
Azure Functions training does not respect user's setting of default Node.js version
The "Build Serverless APIs with Azure Functions" training example does not respect the user's setting of default Node.js version via Node Version Manager (nvm): This question is related to the following Learning Module
Link to wrong exercise
This page on 'Enforce model security' https://video2.skills-academy.com/en-us/training/modules/enforce-power-bi-model-security/4a-exercise-enforce-model-security wrongly links to an exercise on 'Ingest data with Spark and Microsoft Fabric…
Entra & ADDS to access AzureFiles
Has anybody had a use-case with storage account(azure files) where Domain Joined machines and Entra AD machines need access, I have a situation now where i have enabled azure files with Entra Kerberos Entra joined machines like AVD's i have setup can…
Is it possible to create an azure function programmatically thru .NET and C# and creating through either Visual Studio UI nor Azure portal?
I want to know if it is possible to create a new Azure function programmatically through C# code + .NET app. Note: For my use case, I do not want to create the Azure function via (1) Azure portal (2) Using Visual Studio publish This question is related…
What Organization Policy an email to a ##########@txt.att.net Email address was rejected for
Good afternoon! I am helping a colleague who sent an email to his phone number (email to text) via the ATT Text Relay by adding the following to his phone number: @txt.att.net. He recently was no longer able to do this and get's a bounceback saying that…
Is there a sample MAUI application to call c++ libarary
I have a cross-platform library written with C++, I use this library to create model and display it with OpenGL. Now I'd like to choose MAUI to create a desktop application and call above library to complete interactions. Now I need a sample for…
Restoring a Complete, Up-To-Date Database Across Azure SQL Managed Instances
I want to "move" a database from one SQL Managed Instance to another. My plan is to use the Azure Portal to manually: "Stop" the Web App writing to the database "Restore" the database to the new SQL Managed Instance …