352,980 questions

Sort by: Created
0 answers

Getting error while creating wordpress by azure

I was trying to create a wordpress resource - selected azure services only option and it showed one option of "wordpress scalable ....". i tried creating that resource. and it gives me below error. I am getting below error The template request…

Azure Resource Mover
Azure Resource Mover
An Azure service used for moving multiple resources between Azure regions.
218 questions
asked 2024-06-13T05:00:16.0733333+00:00
sudhansu nayak 0 Reputation points
0 answers

Integrating Blazor webassembly (standalone) with AAD B2C

Hello, I'm building a website using Blazor webassembly (standalone) and I was able to integrate it with AAD B2C. The user can login, update password, and register with almost no issues. In appsettings I added Authority to point to B2C_1_susi user flow.…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,025 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,449 questions
asked 2024-06-13T04:46:55.5+00:00
Iyad Shobaki 0 Reputation points
0 answers

Error during deploying LOB Apps in Intune

Hello Experts! I am trying to deploy an iOS Line of Business app in Intune, but an error is encountered during deployment. What could be the possible reason for this?

Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
902 questions
asked 2024-06-13T04:43:51.1766667+00:00
Nidhi Priya 406 Reputation points
0 answers

I receive the error InvalidTemplateDeployment when trying to create a workflow on Logic App

Dear Sir/Madam, I keep receiving the error InvalidTemplateDeployment. Looking at the JSON code, the inner erros say, "This region has quota of 0 WorkflowStandard cores for your subscription. Try selecting different region or SKU". Please…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,926 questions
asked 2024-06-13T04:43:08.1+00:00
Ghafoor Hussain 0 Reputation points
0 answers

Azure Access Lohs

For logs stored in the App Service file system, the easiest way is to download the ZIP file in the browser at: Linux/container apps: https://<app-name>.scm.azurewebsites.net/api/logs/docker/zip Windows apps:…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,143 questions
asked 2024-06-13T04:39:35.74+00:00
Chukwuma Akunyili 0 Reputation points
0 answers

convert excel column headers as row headers in azure data factory

need to convert below example input from excel source - id qn1 qn2 qn3 ................ max q50 1 qr1 qr2 qr3 ................max qr50 2 qr1 qr2 qr3 ................max qr50 desired output - id qn qr 1 qn1 qr1 1 qn2 qr2 1 qn3 qr3 . . 1 qn50…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,594 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,870 questions
asked 2024-06-13T04:34:41.5066667+00:00
Sudha Achuthan 0 Reputation points
0 answers

How to store sharepoint list columns in an excel using Azure Data Factory

We have a sharepoint list that has more than 50 fields and lots of rows. Currently I'm using Web activity where I'm passing /sites/site-id/lists/list-id/items? expand=fields. Thr first field is title, second is organization, etc. But in the output I'm…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,870 questions
asked 2024-06-13T04:29:56.2666667+00:00
Mansi Yadav 40 Reputation points
0 answers

CosmosDB Data Explorer is not connecting to my DB account. How can I fix?

Hi, I having been using my CosmosDB account for over a year without any issue. I am unable to connect to or view my DB account using the Cosmos Data Explorer. I've tried from the menu option on the portal, and from cosmos.azure.com, with the same…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,493 questions
asked 2024-06-13T04:23:17.8033333+00:00
Gavin O'Kane 0 Reputation points
0 answers

Formatting and appearance of font changed on word for macbook

I have been editing a word document for the last few weeks, when I opened it yesterday the font now appears different (says the font is still spectral but it looks different) and all the spacing in the document has changed. No improvement even after…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
712 questions
asked 2024-06-13T03:52:15.9533333+00:00
Tarun Campion 0 Reputation points
0 answers

Pull delivery model support in C# SDK

We're using Azure.Messaging.EventGrid 4.22.0-beta.1 to perform polling on the event grid (EventGridClient.ReceiveCloudEventsAsync method). I have noticed that in the latest version of the package, 4.24.0, this operation is not available. It seems that…

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
332 questions
asked 2024-06-13T03:50:48.2233333+00:00
Justin Kim 0 Reputation points
1 answer

I cleared AI-900 yesterday but still my certificate is not reflecting.

Certificate

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,945 questions
asked 2024-06-13T03:46:37.5033333+00:00
Sainath Suthari 0 Reputation points
edited the question 2024-06-13T04:35:53.2233333+00:00
Andreas Baumgarten 99,371 Reputation points MVP
0 answers

I am getting when i trying to retrieve user profile

I am getting the following error when I'm trying to retrieve the user profile: AADSTS65001: The user or administrator has not consented to use the application with ID Here is My Code Set<IAccount> accountsInCache = pca.getAccounts().join(); …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,024 questions
asked 2024-06-13T03:36:01.4233333+00:00
Balasubramaniyan Radhakrishnan 0 Reputation points
0 answers

Sending email gives error in O365 - The SMTP Server requires a secure connection

I have written a Console App using .NET8, which needs to send email in our Office365 environment. I am using "smtp.office365.com" to send email.  We have MFA enabled in our Office365.   The error comes as…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,464 questions
asked 2024-06-13T03:20:00.1466667+00:00
Kamlesh Rao (KR365) 0 Reputation points
0 answers

unable to access storage account with a private endpoint from standard logic apps using managed identity

unable to access storage account with a private endpoint from standard logic apps using managed identity

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,812 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,926 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,230 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
481 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,067 questions
asked 2024-06-13T03:15:07.93+00:00
Vilas Rao Perka 0 Reputation points Microsoft Employee
0 answers

Windows SDK header, InetPtonW, inet_ntop, InetNtopW needs WINSOCK_API_LINKAGE

Found Windows Kit 10.0.26100.0 header issue, don't know where to report, Windows/Include/um/WS2tcpip.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Windows/Include/um/WS2tcpip.h b/Windows/Include/um/WS2tcpip.h index b9705e4c..85001cdf…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,918 questions
asked 2024-06-13T02:31:39.3+00:00
罗勇刚 0 Reputation points
0 answers

Magic Keyboard for the 5th generation iPad Air does not work with the RD Client software in iPad OS 18.0 environment.

When I upgraded to iPad OS 18.0, I can't enter any characters into the connected Windows in RD Client via Magic Keyboard. the RD Client version is the latest 10.5.8, and the connected Windows versions are 10 & 11, neither of which work!

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,328 questions
Microsoft Intune iOS
Microsoft Intune iOS
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.iOS: An Apple mobile operating system.
195 questions
asked 2024-06-13T02:22:49.26+00:00
俊然 001 王 0 Reputation points
0 answers

InternetExplorerModeEnableSavePageAs in not set

Hi guys, How do i set InternetExplorerModeEnableSavePageAs value to true in edge policy. When i click on the drop-down arrow, there is nothing to change value to ture

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,202 questions
asked 2024-06-13T02:18:18.1433333+00:00
Ali Bah 0 Reputation points
0 answers

Issue with Microsoft Authenticator backup

I created a backup of my Microsoft Authenticator app and reformatted my phone, but when I tried to use the backup, it claimed that there was no backup available. I need this backup to access all my accounts tied to the app. What could be the issue and…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,802 questions
asked 2024-06-13T02:15:40.96+00:00
Clyde Timonera 10 Reputation points
0 answers

Is this lesson up to date? How to organize and automate your project

Whilst reading this unit of the module, I came across instructions stating: On GitHub, navigate to the main page of your repository. Click Projects. Next, click Add project. But the current GitHub version actually has a new type of button that…

GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
17 questions
asked 2024-06-13T01:55:26.4366667+00:00
Diego Balderrama 0 Reputation points
0 answers

How to query Azure Resource Manager base on custom query

anybody have tried to execute a query language in Azure.ResourceManager (the latest Azure sdk) here is my query: resourcecontainers | where type == "microsoft.resources/subscriptions/resourcegroups" Actually this is working on Azure Graph but i…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,870 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,464 questions
asked 2024-06-13T01:55:14.9766667+00:00
Jhon_Edulab 0 Reputation points