294,682 questions

Sort by: Updated
1 answer

Error Handling in ForEach-Object -Parallel CMDLET.

I Use a PowerShell 7 Script to Validate Resource Group and its JSON contents DisplayName, ObjectID and Role Definition Name. My Script will use Parallel block to loop through the subscriptions and validate RG First and then foreach Role Definition it has…

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,416 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,181 questions
asked 2024-05-30T09:39:05.6366667+00:00
Ramakrishna Abhijeet P 70 Reputation points
commented 2024-05-30T18:37:06.0566667+00:00
Rich Matheisen 45,186 Reputation points
1 answer

How to maintain Ajax calendar values after postback in Gridview Footer

I am using AJAX control textbox in gridview. Inside the gridview, Footer Template i am using dropdown control and many textboxes. after selecting of Ajax calendar control, if i select dropdown, the ajax value getting cleared. How to maintain the date…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,326 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,414 questions
asked 2024-05-29T15:22:30.55+00:00
Gani_tpt 1,806 Reputation points
edited a comment 2024-05-30T18:36:17.1033333+00:00
AgaveJoe 26,246 Reputation points
2 answers

sign up issue on azure portal

I created a azure account, with free trail subscription ,and I did authorised with visa credit card but in the last step we got message you are not access for free trail,you are not eligible like this message appeared on screen. Please help me why this…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,143 questions
asked 2024-05-05T09:19:12.13+00:00
student 0 Reputation points
answered 2024-05-30T18:30:48.8366667+00:00
Monalla-MSFT 12,121 Reputation points
1 answer

503 service unavailable - keeps repeating

Hi, Service: OpenAI service, using chat completions. Region: Sweden Central Scenario: When making a request it consistently tells me a 503 Service Unavailable error. This started happening since an hour. Only occasionally it does come through…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,328 questions
asked 2024-05-30T10:36:29.21+00:00
Dirk Broenink 105 Reputation points
commented 2024-05-30T18:29:15.29+00:00
Dirk Broenink 105 Reputation points
1 answer

Can I create a site to site vpn using the same resouces (Gateway subnet, public IP, VNet Gateway, Vnet),that I used to create my Point to Site VPN?

I Am setting up a Site-to-Site VPN. I have already set up a Point to Site VPN. The same Virtual machine would be accessible using the two types of VPN. Site to Site to join it to the on-premise domain and Point to site to have my users who work from…

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,414 questions
asked 2024-02-26T19:47:27.5033333+00:00
Leanna Maloney 0 Reputation points
commented 2024-05-30T18:29:03.5866667+00:00
Leanna Maloney 0 Reputation points
1 answer

Can't access a storage account from a container app

I'm trying to connect a new container app to an existing storage account that I use in other apps as well. the new container app is on the same resource group as my other apps, yet attempting to interact with the storage account (blob/table) from the new…

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,773 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
298 questions
asked 2024-05-30T14:45:22.0333333+00:00
Yovel Cohen 20 Reputation points
answered 2024-05-30T18:27:26.0433333+00:00
Amrinder Singh 3,560 Reputation points Microsoft Employee
2 answers

P1 and P2 Defender Plans are active at the same time and the same Azure Ressource

Hello, We use a standard Microsoft Policy to activate Azure Defender for Servers P1 via tags on our Azure ARC Servers. The policy in question is "Configure Azure Defender for Servers to be enabled ('P1' subplan) for all resources (resource level)…

Azure Arc
Azure Arc
A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.
341 questions
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,223 questions
asked 2024-05-14T12:11:39.25+00:00
00640061 0 Reputation points
commented 2024-05-30T18:24:38.0033333+00:00
Monalla-MSFT 12,121 Reputation points
1 answer

Assume we have a replication enabled for a blob container with another target container. What happens when we delete a blob in the replicated / target blob container? Will it the deleted ? Or will the blob recreated /replicated in target container ?

Assume we have a replication enabled for a blob container with another target container. What happens when we delete a blob in the replicated / target blob container directly? Will it the deleted? Or will the blob be recreated /replicated again in target…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,503 questions
asked 2024-05-30T03:39:40.47+00:00
Satheesh K 0 Reputation points
commented 2024-05-30T18:20:33.9+00:00
Amrinder Singh 3,560 Reputation points Microsoft Employee
1 answer

Azure REST API Accepts HTTP/2 Request it Cannot Process

Description Our code is a Rust backend service, attempting to call the Azure /email:send API using reqwest, with rustls providing the TLS implementation. During the TLS handshake, rustls includes an ALPN extension in its ClientHello message to the…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
712 questions
asked 2024-05-24T13:57:08.9566667+00:00
Kaitlyn Kenwell 0 Reputation points
edited an answer 2024-05-30T18:19:31.8+00:00
ajkuma 22,936 Reputation points Microsoft Employee
1 answer

removable drive seen in debbugger although i filter it.

hi, i used this code and i see removable drive in debugger, why? I used mac. DriveInfo[] drives = DriveInfo.GetDrives(); drives = drives.Where(drive=> drive.DriveType != DriveType.Removable && drive.DriveType !=…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,006 questions
asked 2024-05-30T11:56:43.41+00:00
Dani_S 2,906 Reputation points
answered 2024-05-30T18:17:04.4466667+00:00
Bruce (SqlWork.com) 58,206 Reputation points
1 answer One of the answers was accepted by the question author.

Room Meeting Calendar Issue.

I am getting below information (orange one) while booking room meeting calendar. How to remove this.

Microsoft Exchange Online
asked 2024-05-28T18:25:17.5133333+00:00
Sanjay Bhakuni - admin 80 Reputation points
accepted 2024-05-30T18:16:46.39+00:00
Sanjay Bhakuni - admin 80 Reputation points
1 answer One of the answers was accepted by the question author.

ACS Client (using Teams Identity) is reusing Stale Token

We are using the Azure Communication Calling client library for JavaScript to build a web-based softphone for voice calling. The client is using the Teams interoperability option of having the identity as a Teams user (rather than the BYOI model). Since…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
712 questions
asked 2024-03-07T12:14:02.92+00:00
Dr Dave H 120 Reputation points
commented 2024-05-30T18:14:01.6166667+00:00
ajkuma 22,936 Reputation points Microsoft Employee
1 answer

Is there a way to make the maintenance configuration update the VMs one by one instead of both at the same time?

Is there a way to make the maintenance configuration update the VMs one by one instead of both at the same time?

Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
258 questions
asked 2024-05-08T18:55:39.7433333+00:00
Varma 1,230 Reputation points
commented 2024-05-30T18:13:55.7266667+00:00
Monalla-MSFT 12,121 Reputation points
8 answers

I don't have the "Microsoft Software Volume Shadow Copy Provider" Service in services.

I am using Windows 11 home and I can't create a restore point and every solution I found says I need to enable Microsoft Software Volume Shadow Copy Provider service in services, but I don't have that.

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,474 questions
asked 2022-01-30T05:54:24.637+00:00
taseen ahnaf 6 Reputation points
commented 2024-05-30T18:13:47.3733333+00:00
Fauzan Battiwala 0 Reputation points
1 answer

Timezone issue

Hi Expert, I am experiencing issues with the time zone changing for autopilot users. Users can manually change the time zone, but after reboot, the time zone resets. I am uncertain if this is happening due to a policy. I have checked and found one time…

Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
861 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,505 questions
asked 2024-04-07T17:05:26.0333333+00:00
TechUST 416 Reputation points
commented 2024-05-30T18:12:01.2466667+00:00
RK 1 Reputation point
1 answer

Get Hwnd of swapchainpanel in UWP Application

I have a UWP App that uses a C++ API to render videos. The C++ API takes IntPtr of panel where we need to render the video as input. In Winforms, I can directly pass a panel's Handle where the video will be rendered. How can I do the same in UWP. I am…

Universal Windows Platform (UWP)
asked 2021-10-12T08:29:59.903+00:00
vaishali sharma 21 Reputation points
commented 2024-05-30T18:09:51.2766667+00:00
AnnPeter 0 Reputation points
1 answer

My azure subscription is disabled because of security reasons

Hi I am trying to get ready for AZ-204 certification exam and activated the challenge on microsoft learning platform. I realized that I had an account created many years ago with my main outlook email so I couldn't activate a Free account…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,143 questions
asked 2024-05-07T10:18:42.0933333+00:00
Timmy Ymmit 0 Reputation points
commented 2024-05-30T18:09:19.8533333+00:00
Monalla-MSFT 12,121 Reputation points
1 answer

My Azure Subscription has been disabled. Unable to make payment through the portal

Hi All, My account has been disabled due to an expired card. I have updated the payment method but I am unable to pay the bill. I have tried everything in the portal as per docs but to no avail. I am told to Contact Azure Support to pay the invoice. I…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,143 questions
asked 2024-05-15T11:50:09.0233333+00:00
Rene 0 Reputation points
commented 2024-05-30T18:08:58.8166667+00:00
Monalla-MSFT 12,121 Reputation points
1 answer

How to move my resource (VM) to another subscription under a different directory without impacting my associated data disk?

My lab has been running a VM (and a data disk on it) on an account for a while under the default directory and a regular subscription. My university later assigned us some education credits to our account, but as a different directory and a different…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,306 questions
Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
583 questions
Azure Resource Mover
Azure Resource Mover
An Azure service used for moving multiple resources between Azure regions.
213 questions
asked 2024-05-30T17:04:01.5933333+00:00
DY 0 Reputation points
answered 2024-05-30T18:07:24.1666667+00:00
kobulloc-MSFT 24,401 Reputation points Microsoft Employee
2 answers

SharePoint Online link to Azure Files to open in File Explorer View

I want to be able to add a link to our SharePoint Online site that links to a mapped drive located on Azure Files. Ideally this link should then open in File Explorer. We are creating a page with links to internal information/files that are located on…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,188 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,906 questions
asked 2023-01-23T16:04:38.14+00:00
Neil Marshall 10 Reputation points
commented 2024-05-30T18:07:23.8166667+00:00
Frank Becker 0 Reputation points