352,725 questions

Sort by: Updated
1 answer

unable to convert unique identifier

Hi Team, unable to convert this value as an unique identifier and getting null values SELECT try_convert(uniqueidentifier,''9UIC32D1-932-4V03-45E9-FGSGDASASDATY'')testid

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,037 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,481 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,255 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,575 questions
asked 2024-06-12T07:17:37.1633333+00:00
Vineet S 205 Reputation points
answered 2024-06-12T07:53:10.2466667+00:00
LiHongMSFT-4306 24,266 Reputation points
1 answer

Disable TCP and ICMP Timestamps on Azure Application Gateway

Hello, I have an Application Gateway with WAFv2 that sits in front of my App Services. An audit revealed that TCP and ICMP timestamps are being disclosed. Can someone please assist me with disabling this feature? Thank you.

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
987 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,132 questions
asked 2024-06-11T10:21:57.3466667+00:00
Hasan Shehzeb 0 Reputation points
commented 2024-06-12T07:52:25.9133333+00:00
GitaraniSharma-MSFT 48,286 Reputation points Microsoft Employee
1 answer

Azure Firewall Outbound DNAT rules

Hi, We are migrating DMZ services to our Azure environment with our Azure premium firewall. I have tested inbound DNAT from an external source without issue. Where we NAT one of the public IP addresses on the Azure firewall to an internal…

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
588 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,225 questions
asked 2024-06-10T14:23:49.4133333+00:00
Son 40 Reputation points
commented 2024-06-12T07:52:17.9266667+00:00
GitaraniSharma-MSFT 48,286 Reputation points Microsoft Employee
0 answers

azure wordpress webapp with premium frontdoor

I am trying to make wordpress web app with frontdoor. I already have premium frontdoor, but it don´t show up AFD Profiles. Can I make wordpress app service with premium AFD ?

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
611 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,132 questions
asked 2024-06-09T23:55:20.1533333+00:00
Rafael Pinheiro Farias 0 Reputation points
commented 2024-06-12T07:52:10.44+00:00
GitaraniSharma-MSFT 48,286 Reputation points Microsoft Employee
1 answer

Windows IIS website, which is bound to approximately 70 hostnames, want to configure the APPGW for the website

Hi All, We have a Windows IIS website, which is bound to approximately 70 hostnames. We want to configure the website behind the Azure Application Gateway; could you please help in configuring the Listener and HTTP settings to handle around 70 hostnames?…

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
987 questions
asked 2024-06-09T16:18:18.4633333+00:00
Veera 240 Reputation points
commented 2024-06-12T07:51:45.5533333+00:00
GitaraniSharma-MSFT 48,286 Reputation points Microsoft Employee
0 answers

Azure Application Gateway Preview feature (TCP/TLS Proxy) and Azure SQL

Hello I was just wondering if anyone has attempted to use the preview feature for Azure Application Gateway to support layer 4 proxying. (https://learn.microsoft.com/en-us/azure/application-gateway/tcp-tls-proxy-overview) with an Azure SQL instance as…

Azure SQL Database
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
987 questions
asked 2024-06-07T18:42:08.03+00:00
Jorge Rodriguez 0 Reputation points
commented 2024-06-12T07:51:34.38+00:00
GitaraniSharma-MSFT 48,286 Reputation points Microsoft Employee
0 answers

Internet intent on Azure firewall

Enabling Internet intent on the security configuration of the vhub immediately blocked RDP access to the on premise resources using public IP address. It will probably block web using natted public IP on prem too. Is there any remediation to it?

Azure Virtual WAN
Azure Virtual WAN
An Azure virtual networking service that provides optimized and automated branch-to-branch connectivity.
193 questions
Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
588 questions
asked 2024-06-06T16:36:08.5866667+00:00
prasantc 856 Reputation points
commented 2024-06-12T07:51:16.4533333+00:00
GitaraniSharma-MSFT 48,286 Reputation points Microsoft Employee
3 answers One of the answers was accepted by the question author.

Classic Storage Account Migration Error

We received notice to migrate our Classic Storage Accounts to ARM and are encountering errors during the process. While some of the accounts have migrated successfully, others have failed with the following error message. Can anyone help me understand…

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,810 questions
asked 2024-06-11T15:59:15.9333333+00:00
Espen Lever 0 Reputation points
commented 2024-06-12T07:50:43.26+00:00
Espen Lever 0 Reputation points
0 answers

Implement AKS egress via private endpoint

Hello, We have a private AKS cluster with ingress connected to the corporate virtual network via a private link service. This works wonderfully and is well-supported by Azure, allowing communication with services in the cluster from the corporate…

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,920 questions
asked 2024-06-12T07:50:03.1933333+00:00
Alexander Redmann 0 Reputation points
1 answer

How to set up WinUI3 applications to run as administrators

I'm begging to write WinUI3 application. Administrator privileges are required for certain functions. In the Win-form program, simply configure the following in the app. manifest <requestedExecutionLevel level="requestAdministrator"…

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
737 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,458 questions
asked 2024-06-07T08:35:00.8433333+00:00
C CB 20 Reputation points
commented 2024-06-12T07:50:02.1966667+00:00
Roy Li - MSFT 32,721 Reputation points Microsoft Vendor
1 answer

Cross-tenant sync vs MTO

Hi everyone i have a next situation, two organizations need improve collaboration and communication across tenants. We need view users in address book, simple chat in teams (no change profile), and so on. what option is better in this case? …

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,040 questions
asked 2024-06-12T00:44:08.3333333+00:00
Brandon Pinto Sobarzo 20 Reputation points
answered 2024-06-12T07:49:39.7133333+00:00
Vasil Michev 98,026 Reputation points MVP
0 answers

Data Share Suddenly quits working.

We have about 50 partners that we use data share to receive data from. Suddenly yesterday, the end points are still receiving data, but we can't accept an invitation. We can create the share, but it won't let us map a dataset to it. We can view all the…

Azure Data Share
Azure Data Share
An Azure service that is used to share data from multiple sources with other organizations.
48 questions
asked 2024-05-24T00:09:56.45+00:00
Ted Davault 5 Reputation points
commented 2024-06-12T07:49:30.7133333+00:00
Mark Marshall 1 Reputation point
0 answers

How to get the latest email with its attachment in single response using Graph API?

tachment['@odata.type'] == '#microsoft.graph.fileAttachment': content_bytes = attachment['contentBytes'] content_file = ContentFile(base64.b64decode(content_bytes), name=attachment_name) …

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,846 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,016 questions
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,981 questions
asked 2024-06-12T07:49:30.2933333+00:00
Yabesh 0 Reputation points
0 answers

SQL Server: Defender for SQL Server Configuration Issues – Status Not Displayed

I have an SQL Server, and I attempted to configure Defender for SQL Server. However, even after a day, it has not been configured properly, and the menu showing the "Protected" or "Not Protected" status does not appear as expected.…

Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,228 questions
asked 2024-06-12T00:16:07.6366667+00:00
mara7 161 Reputation points
edited a comment 2024-06-12T07:49:27.57+00:00
mara7 161 Reputation points
1 answer

How to migrate the on-prem AD with different domain name to Azure

Hi, We plan to migrate the on-prem AD to Azure, but the problem is that our on-prem AD has a different domain than our O365. On-Prem domain - abc-all.com O365/Azure domain - abc.com I need your expertise to resolve this issue. Thanks. Achyut G.

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,052 questions
asked 2024-06-12T06:18:00.1533333+00:00
Achyut Gosavi 0 Reputation points
answered 2024-06-12T07:48:33.7966667+00:00
akinbade abiola 4,210 Reputation points
3 answers

Error ID: 116 when installing Microsoft Azure Recovery Services Agent

I am no longer able to enable azure replication on VMs on this device. This happened after installing and uninstalling the Azure backup services agent. I've uninstalled all and restarted the machine and continue to receive the same errors. I have…

Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
659 questions
asked 2021-06-14T15:40:22.403+00:00
Scott Robinson 1 Reputation point
commented 2024-06-12T07:48:24.51+00:00
SadiqhAhmed-MSFT 39,726 Reputation points Microsoft Employee
2 answers

How to restart the service when time is reach only once a day

Hi, in continue to https://learn.microsoft.com/en-us/answers/questions/1663229/service-monitor how to restart the service when time is reach only once a day ? protected override async Task ExecuteAsync(CancellationToken stoppingToken) { while…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,513 questions
asked 2024-06-06T10:23:27.6266667+00:00
Dani_S 3,046 Reputation points
commented 2024-06-12T07:47:46.3766667+00:00
Dani_S 3,046 Reputation points
2 answers

Which Onedrive plan gives 5 TB storage

in Office 365, which plan gives onedrive 5 TB storage. Earlier we used to get through Onedrive plan 2 or SPO plan 2. But now we need to buy E3 5 license to get 5 TB storage. So currently which is the affordable plan for 5 TB storage.

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
899 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,162 questions
asked 2024-06-12T00:48:21.5533333+00:00
O365 Buddy 71 Reputation points
answered 2024-06-12T07:47:00.41+00:00
Jiajing Hua-MFST 6,510 Reputation points Microsoft Vendor
1 answer

Azure Backup with Windows Admin Center - Invalid vault credentials provided

Hi, we are trying to set up Azure Backup for our on premises servers with the Windows Admin Center. The WAC is registered in Azure. We set it up one day and created an new vault for AzBackup from within the WAC but then realized that this…

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,152 questions
Windows Hardware Performance
Windows Hardware Performance
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.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,566 questions
asked 2022-11-16T15:37:34.513+00:00
Markus Quirmbach 41 Reputation points
commented 2024-06-12T07:46:24.72+00:00
SadiqhAhmed-MSFT 39,726 Reputation points Microsoft Employee
0 answers

Failed to parse 'Storage_Account.json', please check whether it is a valid JSON format

Hi, When i am trying to create a storage account using a AMR Templets, I am getting an error that " Failed to parse 'Storage_Account.json', please check whether it is a valid JSON format ".Please help me get a solution for this. Thank you

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,359 questions
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,810 questions
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,032 questions
asked 2024-06-12T07:46:05.22+00:00
mirzaibrahim alibaig 0 Reputation points