How i can change the instructions of linux to windos?
the instructions of command are in bash of linux and i hace windows how i can change this on the page? This question is related to the following Learning Module
How to fix error AADSTS500200: User account is a personal Microsoft account. Personal Microsoft accounts are not supported for this application
Sorry, but we’re having trouble signing you in. AADSTS500200: User account 'su*****sk@gmail.com' is a personal Microsoft account. Personal Microsoft accounts are not supported for this application unless explicitly invited to an organization. Try signing…
How to disable feature of redirecting all HTTP traffic to HTTPS in azure Web App service using azure policy.
How to disable feature of redirecting all HTTP traffic to HTTPS in azure Web App service using azure policy. Our client is asking for a policy so that if anyone creates Function app or logic App services, by default HTTPS only will configured as off.…
Unable to delete Azure Synapse Workspace even through Powershell force deletion
Hello Team, I am unable to delete synapse analytics even though following up post through webUI or powershell. I tried following the steps mentioned in the link below :-…
Free trial subscription not activated ?
I have created a free trial subscription. However ,despite amount being debited the subscription is not appearing in the azure portal.
How to Get the Positions of Strings Filtered by Multi-Split Without using (MyString.IndexOf(part, p))
Regarding the previous question MyQuestions There was no expected result due to the duplicate string between the splits. I want to achieve a very correct result with these two functions. thank 'ResultPosition {"54-58","60-64") This…
Will I be billed even when my Free Trial is expired and have no active resources?
Hi Everyone! I am new to Azure and wanted to try the free trial to learn things out which got expired in September. Today I got a mail stating that I am currently using Azure Databricks. How is that possible even when I don't have any resources active.…
when I try to az login with notforprofit email account it doesn't allow me to login it says email doesnot exit
I have azure account by email ID nagmani@indocanadians.onmicrosoft.com when I try to login by cli as az login, it pops up to provide email. when I provide this email, error box displays email doesn't exist. How can I login? Nagmani
Increase Max Upload Size on Azure App Service PHP8
I'm trying to upload larger files to a PHP 8 app running on Azure App Service. The instructions in the Microsoft Documentation for Azure App Service are referencing PHP 7 which used Apache, rather than the PHP 8 instances which use NGINX so they don't…
Forbidden Error When Assigning 'Contributor' Role to Service Principal in Aadiam Scope
I'm encountering an issue when trying to run the following PowerShell command: New-AzRoleAssignment -ObjectId $objectId -Scope "/providers/Microsoft.aadiam" -RoleDefinitionName 'Contributor' -ObjectType 'ServicePrincipal' I have Global Admin…
Unable to Create a Custom Tab in Excel Web Add-in Using <CustomTab> Element
Description: Hello, I am developing an Office Web Add-in for Excel and encountering difficulties with creating a custom tab in the ribbon using the <CustomTab> element in the manifest. The tab appears as expected when using the built-in Office tabs…
How do I trigger a blob in a separate storage account using Managed ID?
I want to initiate Blob Trigger on inventorxdata but it is now working as expected. I dont see any logs. Context/Setup: I have artifacts as follows: RG Code: I want to initiate Blob Trigger on inventorxdata but it is now working as…
Unable to Connect to SQL Server Using ActiveDirectoryPassword Authentication
Encountering an issue while trying to connect to SQL Server using ActiveDirectoryPassword authentication. The error message states: "Failed to load MSAL4J Java library for performing ActiveDirectoryPassword authentication." For Info -> I…
No Option to send a New User Invite to their Alternate Email During the Onboarding Process.
Hello. We have been receiving complaints from administrators regarding the onboarding process and the recent changes in the Microsoft 365 Admin Center for adding new users. After reviewing the process, here are my findings: Due to security concerns,…
Showing System.Drawing.Bitmap in MAUI form?
Hello, I want to do a MAUI applciation able to read a USB camera from IDS and paint the incoming images in the main form. I'm able already to detect the camera initialise it and receive the incoming images. I'm able, also, to save those incoming images…
Learning to code in C#
I want to learn how to write code with C#. Can anyone give some examples and resources that can help me get started? This question is related to the following Learning Module
Is there a workaround to index SharePoint site pages in Azure AI Search?
We are currently developing a chatbot using Azure Open AI, and we plan to use SharePoint as a data source. We have pages containing the data that we want the chatbot to reference. However, according to the documentation SharePoint Online indexer…
Is there any mechanism for updating the bunch of IP addresses of Azure Service Tag in the Azure Firewall?
Scenario: As part of the Enterprise Scale Migration (Azure Public Cloud to Azure Landing Zones), we are not able to access the compute in the Azure Machine Learning workspace. We are getting the two issues mainly: When we open the compute tab in the…
How to use az command in azure function
I am trying to delete a route (test) in a routetable from a function created with azure function, When deleting the route, I get the following authentication error and cannot delete it. How can I generate a token from within an azure function using the…
How to access usb camera in maui on Android?
How can i access USB camera(web camera) on .net MAUI? The problem is that when if i list all the avalible cameras i only get front and rear one. If i list usb devices i see the cam but it is just the data about vendor and id num...