339,105 questions

Sort by: Updated
0 answers

How to render a razor page to another razorpage based on its condtions to login

Blazor syntax- @if (IsPhoneNumberPresent) { <RegistrationForm LoginModel="@(new OtpRegisterVm { Username = LoginPhoneNumber, CountryCode = CountryCode })" /> ``` } else { <RegistrationForm /> Razor syntax- <div…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,126 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,237 questions
asked 2024-04-16T05:30:39.0866667+00:00
Surya Chandra Mohan 0 Reputation points
1 answer

How Is Nginx-Ingress Informed of Published Services in AKS?

I'm trying to understand how Nginx-Ingress know what public services are available in a K8S cluster set up via Helm. The YAML file for the Nginx-Ingress is simply this: service: loadBalancerIP: "xx.64.107.1" controller: replicaCount: 2 …

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,843 questions
asked 2024-04-15T22:14:47.41+00:00
Harry Whitehouse 20 Reputation points
answered 2024-04-16T05:30:22.04+00:00
Anveshreddy Nimmala 1,990 Reputation points Microsoft Vendor
0 answers

Can there be two folders with the same name in public folders in O365?

Hi, Now it is possible to create a folder with the same name in public folders in O365 via Outlook. That's all right, please ? Note: This is not possible via Exchange admin center. Outlook version: Microsoft® Outlook® for Microsoft 365 MSO (Version 2403…

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,859 questions
asked 2024-04-15T07:48:07.04+00:00
SC 146 Reputation points
commented 2024-04-16T05:25:01.7166667+00:00
SokiGuo-MSFT 22,916 Reputation points Microsoft Vendor
1 answer

SANDBOX issue

Hello I am unable to create a Sandbox. The following message is displayed since several days: "Your appeal has been received. Appeals are reviewed on a first-come, first-served basis, and may take several days to process. If your appeal is approved,…

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.
825 questions
asked 2024-03-30T18:17:56.7333333+00:00
Rabih Saade 0 Reputation points
commented 2024-04-16T05:23:36.29+00:00
VarunTha 2,725 Reputation points Microsoft Vendor
1 answer

How do I fix an aligenment issue in Microsoft Flow when Number values are not recognized?

I am having a problem with matching data types in a Microsoft Automated Flow because it seems to ignore the number data type. We have created a successful flow which matches the data that is entered from a jotform UI/UX. Then the flow enters the…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,107 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,536 questions
asked 2024-04-15T16:26:34.2166667+00:00
William Thompson 60 Reputation points
answered 2024-04-16T05:21:22.14+00:00
Ling Zhou_MSFT 12,720 Reputation points Microsoft Vendor
1 answer

GDR upgrade path question

I have a SQL Server updated to version 15.0.4326.1, which is on the GDR path but on a GDR + CU version. Can I install the next update on the GDR path to go to version 15.0.2110.4 that is GDR only, or do I have to install the next GDR + CU update?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,601 questions
asked 2024-04-15T20:47:18.0366667+00:00
Ryan Schmitz 0 Reputation points
edited an answer 2024-04-16T05:21:16.21+00:00
LucyChen-MSFT 405 Reputation points Microsoft Vendor
0 answers

Win32 Button keeps the blue border on focus lost

In a non-dialog window, is it a known bug or normal behavior that a push button keeps the blue focus border after a control in another window gets focused? I checked to see if the button receives the WM_KILLFOCUS message and yes it does. I noticed that…

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,412 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,511 questions
asked 2024-04-13T02:32:01.41+00:00
NorthernSun 81 Reputation points
edited a comment 2024-04-16T05:19:37.51+00:00
NorthernSun 81 Reputation points
2 answers

Hosting cost for the WordPress on App service

How much cost is involved for hosting and creating a static page using WordPress on App Service

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,790 questions
asked 2023-11-20T13:23:50.3733333+00:00
Shukla, Amit 0 Reputation points
commented 2024-04-16T05:18:50.2+00:00
Raino Code 0 Reputation points
1 answer

Access denied where primary DC is down

Hi to all, I have a question. I have two DC in my network. Primary DC on WS2012 and Secondary DC on WS2022 In primary DC I have first DNS that point to secondary DC and secondary DNS that point to itself (static address) In secondary DC I have first…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,049 questions
asked 2024-04-15T20:18:33.73+00:00
Raffeo 0 Reputation points
commented 2024-04-16T05:17:05.7833333+00:00
Raffeo 0 Reputation points
1 answer

How to read multiple pages table data using Azure AI | Document Intelligence Studio | Custom Extraction model

Hi Team, I am doing one POC to read the pdf document contains Text and tables data and facing the problem to read the table data (if same table data extended to multiple pages) from multiple pages. Request to let me know if any suggestions on the…

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,340 questions
asked 2023-10-13T08:14:20.2666667+00:00
Sanjay K 5 Reputation points
commented 2024-04-16T05:15:57.5+00:00
santoshkc 3,695 Reputation points Microsoft Vendor
0 answers

how to render razor page to another based on provide logic to login

<MudPaper Class="px-6 pb-8 pt-3 rounded-t-0"> @if (IsPhoneNumberPresent) { <RegistrationForm LoginModel="@(new OtpRegisterVm { Username = LoginPhoneNumber, CountryCode = CountryCode })" /> } else { …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,126 questions
asked 2024-04-16T05:14:18.7833333+00:00
Nandini S 20 Reputation points
0 answers

how to get only directory name created inside container in logic app

Hi , Our requirement is to get only the directory name present inside container. At first used list blobs and then path action Used split action for path to get directory name, but its not working.. Anyone pls help us with this Thanks in advance

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,406 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,821 questions
asked 2024-04-16T04:34:47.3666667+00:00
Ananya Dixith 61 Reputation points
edited the question 2024-04-16T05:13:51.3133333+00:00
MayankBargali-MSFT 67,991 Reputation points
1 answer

dedicated pool of ASR engines (100 – 200) on standby

The customer is using real-time speech transcription by using custom endpoints and customer is requesting for is a dedicated pool of ASR engines (100 – 200) on standby, specific to judiciary’s usage and not for any other customer’s usage. The customer…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,375 questions
asked 2024-04-15T01:33:35.2566667+00:00
Mallu Swetha (MINDTREE LIMITED) 60 Reputation points Microsoft Vendor
commented 2024-04-16T05:13:37.75+00:00
santoshkc 3,695 Reputation points Microsoft Vendor
0 answers

Check self signature status

Hello Using VB.net or C# .net framework 4.0, is it possible to add a self check for the digital signature of assembly file? So assembly file should check itself to make sure if it's signed using my code signing certificate and if not, or file is modified…

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,175 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,558 questions
asked 2024-04-16T05:13:06.1+00:00
StewartBW 240 Reputation points
0 answers

Moving xamarin.ios to new SKD style issues

I am trying to move my xamarin.ios project to the new SDK style as MS is no longer supporting the previous methods. I am following the steps at https://learn.microsoft.com/en-us/dotnet/maui/migration/?view=net-maui-8.0 But I get multiple…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,287 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,175 questions
asked 2024-04-15T17:54:17.71+00:00
Phunction 201 Reputation points
edited a comment 2024-04-16T05:12:08.11+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 25,521 Reputation points Microsoft Vendor
0 answers

Got a mail saying: Action Required for Azure Database for PostgreSQL – Flexible Server to update your trusted root store, if you are doing certificate pinning

I just got this in the mail, our applications are asp .net core microservices, we just connect using the basic configurations in appsettings.json. What impact does this update will have in our current setup…

Azure Database for PostgreSQL
asked 2024-04-16T04:13:00.5533333+00:00
Saurav 20 Reputation points
edited the question 2024-04-16T05:10:43.4866667+00:00
Lan Huang-MSFT 25,231 Reputation points Microsoft Vendor
1 answer

How to write dynamic array references inside a XLOOKUP and FILTER functions

Dear community, I will appreciate your help, advice and support with the following: I have a master file with all of the residents contributions for maintenance and repairing on our house group. From this master file, I'm looking up for each resident…

Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,637 questions
asked 2024-04-15T19:56:36.43+00:00
Rafael Morales 0 Reputation points
commented 2024-04-16T05:09:52.24+00:00
Barry Schwarz 1,851 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Maps Drill-through not working if has a Legend field

On the Azure Maps visual, I noticed that the drill-through feature is not working when there is a legend added on i But then when there is no Legend, it works fine Would there be a way to make it work when there is a Legend added on the map?

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
584 questions
asked 2023-07-14T10:13:13.97+00:00
Michael Mengote 20 Reputation points
commented 2024-04-16T05:09:41.7+00:00
Anuradha Chaturvedi 0 Reputation points
0 answers

The subscription is not allowed to create or update the serverfarm when trying to deploy a azure function

I'm trying to deploy a Function on Azure but it gets stuck in the deployment due to a subscription error. When i click Operation Details the following JSON is displayed: JSONCopy { "status": "Failed", "error": { …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,188 questions
asked 2024-04-14T15:34:29.31+00:00
Thomas Sodon 10 Reputation points
commented 2024-04-16T05:07:57.88+00:00
MayankBargali-MSFT 67,991 Reputation points
1 answer

"The subscription {subscription-id} is not allowed to create or update the serverfarm.", forbidden error.

I'm getting the error in the title whenever I try to create a Web App through the Azure Portal. I have tried to stop the deployment of the web app and try again, but it happened once more. Searching around, I found some people having the same problem.…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,790 questions
asked 2024-04-15T02:51:04.92+00:00
Yuri Almir Pinto 0 Reputation points
commented 2024-04-16T05:06:25.8866667+00:00
Meissner, Tony 0 Reputation points