Microsoft Support & Discussions
Free PC Help Forum microsoft products support and discussions. If you need help with Microsoft Windows, Windows Server software, Microsoft 365, Microsoft Azure or any other Microsoft product you can post here. If you want to discuss Microsoft and their line of products you can do that here also.
84,928 topics in this forum
-
Azure Monitor: Use Dynamic Thresholds in Log Alerts
by Guest Bruno Gabrielli- 0 replies
- 0 views
Hello howdy readers It has been a while since my last post, and I decided that the time of writing a new one will come up. In this new blog post I am going to explain how to use dynamic threshold in log alerts. Think for a second, that you need to create an alert that must, at the same time, apply to more than one resource and react to different thresholds. The solution is inside the power of the Kusto Query Language or KQL. This language offers several operators and functions that allow us to manipulate data to extract values, extend fields and compare values with thresholds. Let’s take as an example, the data collected through VM Insights. It collect…
-
Deploy app service with private endpoint enabled via Azure DevOps
by Guest Emma_Yen- 0 replies
- 0 views
There is a common scenario that customers want their app service being allocated inside private network and cannot be accessed by public network. Therefore, they usually enable private endpoint as well as configure Access Restriction to deny all the public traffic. When the private endpoint is enabled and public traffic is denied to the web app, all the public traffic to this app is cut off. Since there is a range of IP addresses where agents are deployed, they have a public IP. Obviously, these agents are unable to reach web app. As a solution, we can either allow the IP ranges list in the firewall or use self-hosted agents to deploy. You may check b…
-
Trigger SQL Views with Logic App Standard with the built-in SQL Connector
by Guest Omar_Abu_Arisheh- 0 replies
- 0 views
By the time of writing this article, the Logic App Standard SQL Connector does not have the functionality to monitor the row version of SQL Views so it can't be triggered by a change in the View's data, which would have allowed us to configure a trigger on a View in SQL. Until it gets rolled out, we are exploring a way in this article to imitate this functionality. The SQL built-in trigger (SQL Server - Connectors | Microsoft Learn) is based upon tracking update on SQL table and tracking cannot be enabled for SQL views. Azure SQL trigger uses SQL change tracking functionality to monitor a SQL table for changes and trigger a function when a row is created, updated, or d…
-
Microsoft Purview in the Real World (April 14, 2023)
by Guest James_Havens- 0 replies
- 0 views
Disclaimer This document is not meant to replace any official documentation, including those found at docs.microsoft.com. Those documents are continually updated and maintained by Microsoft Corporation. If there is a discrepancy between this document and what you find in the Compliance User Interface (UI) or inside of a reference in docs.microsoft.com, you should always defer to that official documentation and contact your Microsoft Account team as needed. Links to the docs.microsoft.com data will be referenced both in the document steps as well as in the appendix. All the following steps should be done with test data, and where possible, testing should be perf…
-
Empower Your Troubleshooting with Azure Database for PostgreSQL - Flexible Server Guides
by Guest AlicjaKucharczyk- 0 replies
- 0 views
We're excited to introduce the public preview release of our Troubleshooting Guides for Azure Database for PostgreSQL - Flexible Server! These guides are here to help you diagnose and resolve common issues more efficiently, empowering you to handle problems like a pro. Say Hello to the Guides Our Troubleshooting Guides cover six main topics, each designed to tackle a specific issue you might encounter: High CPU Usage High Memory Usage High IOPS Usage High Temporary Files Autovacuum Monitoring Autovacuum Blockers Every guide comes with a plethora of detailed charts, guidelines, and tailored recommendations to help you address the issue at hand. By…
-
New Azure Extensions in VSCode.dev!
by Guest meerahari- 0 replies
- 0 views
We are excited to announce the release of 3 Azure Extensions to vscode.dev! These extensions are Azure Static Web Apps, Azure Container Apps, and Azure Resource Groups. vscode.dev is a development tool that is a lightweight version of VSCode that runs fully in the browser. You can open a folder on your local machine and start coding immediately or type “.” in a GitHub repository and it takes you directly to vscode.dev without any installation required. So you might be wondering, why vscode.dev? What can I do in the browser? There is quite a bit of functionality that’s available at your grasp and that is fully discussed in this in-depth article. But for now, …
-
Few platform logs and metrics go missing when streaming them from Diagnostic Setting to Event Hub...
by Guest Shreevijayakumar_Nayak- 0 replies
- 0 views
Issue: Few platform logs and metrics go missing when streaming them from Diagnostic Setting to Event Hub especially when Event Hub is Throttling. Scenario: Using Diagnostic setting users route platform logs and metrics to Azure Event Hub (EH). These events are consumed by partner SIEM and Monitoring tools. At times users complain that events that occurred in the system or certain metrics\logs\traces has not reached the Event Hub. Validation: Validate if the event\metric\log has been generated by the platform\application. Also check if the Diagnostic setting is properly configured to route the data to correct Event Hub. Configure alternative diagnostic p…
-
Let’s talk about the impact of virtual care at HIMSS23 in Chicago
by Guest ReginaLiang- 0 replies
- 0 views
As we head into HIMSS next week, virtual care will be a hot topic as telehealth remains a preferred strategy for improving patient access post-COVID. This is especially important when we think about The Value of Human Connection. Talking to patients requires deep trust in your brand and medical practice. Virtual appointments are not exclusive to the delivery of medical care – adoption accelerated across customer support to help troubleshoot medical device failure, billing inquiries, and non-clinical operations. Azure Communication Services enables leading companies, namely Teladoc and Memorial Sloan Kettering, to build robust telehealth programs serving thousands o…
-
Windows 365 Cloud PCs: now secured with encryption at host
by Guest Ankur_Biswas_95- 0 replies
- 0 views
The Windows Cloud Experiences team is happy to announce that as of April 2023, all newly provisioned Cloud PCs will now be encrypted at the host level using Azure’s host-based encryption capabilities. To provide the best in class zero trust protection, all levels of the stack, Windows 365 will now encrypt the physical Azure server that your Cloud PC is allocated to. How it works and at what cost All data is encrypted at rest and flows encrypted from the host to the storage service, where it’s persisted. Essentially, encryption at host encrypts your data from end-to-end. Encryption at host doesn’t use your Cloud PC's CPU and doesn't impact your Cloud PC's performan…
-
Stream data in real time from Azure Database for MySQL - Flexible Server to Power BI
by Guest Ganapathivarma- 0 replies
- 0 views
Modern applications require the capability to retrieve modified data from a database in real time to operate effectively. Usually, developers need to create a customized tracking mechanism in their applications, utilizing triggers, timestamp columns, and supplementary tables, to identify changes in data. The development of such applications typically requires significant effort and can result in schema updates resulting in considerable performance overhead. Real-time data processing is a crucial aspect of nearly every modern data warehouse project. However, one of the biggest hurdles to overcome in real-time processing solutions is the ability to ingest efficientl…
-
- 0 replies
- 0 views
Using .NET code to resolve “Remote certificate is invalid” when multi-tenant web app is configured as client in client-server model. You can implement the server thumbprint in the .NET application code to resolve “Remote certificate is invalid” when multi-tenant web app is configured as client in client-server model and making HTTS request to a server configured with a private CA. When a web app acts as a client and makes an HTTPS call to an external server secured by a private CA, the web app uses its default installed trusted root CA’s public key to validate the server’s certificate. However, the remote server certificate is signed by a private CA, and si…
-
Cumulative Update #20 for SQL Server 2019 RTM
by Guest HarveyMoraSQL- 0 replies
- 0 views
The 20th cumulative update release for SQL Server 2019 RTM is now available for download at the Microsoft Downloads site. Please note that registration is no longer required to download Cumulative updates. To learn more about this release or servicing model, please visit: CU20 KB Article: KB5024276 - Cumulative Update 20 for SQL Server 2019 - Microsoft Support Starting with SQL Server 2017, we adopted a new modern servicing model. Please refer to our blog for more details on Modern Servicing Model for SQL Server Microsoft® SQL Server® 2019 RTM Latest Cumulative Update: Download SQL Server® 2019 for Microsoft® Windows Latest Cumulative Update from Official Micro…
-
Cumulative Update #3 for SQL Server 2022 RTM
by Guest SrinivasSQL- 0 replies
- 0 views
The 3rd cumulative update release for SQL Server 2022 RTM is now available for download at the Microsoft Downloads site. Please note that registration is no longer required to download Cumulative updates. To learn more about the release or servicing model, please visit: CU3 KB Article: KB5024396 - Cumulative Update 3 for SQL Server 2022 - Microsoft Support Starting with SQL Server 2017, we adopted a new modern servicing model. Please refer to our blog for more details on Modern Servicing Model for SQL Server Microsoft® SQL Server® 2022 RTM Latest Cumulative Update: Download SQL Server® 2022 for Microsoft® Windows Latest Cumulative Update from Official Micr…
-
-
- FPCH Admin
- 0 replies
- 151 views
Servicing refers to maintaining your devices up to date with security, quality, and feature updates. In Windows, it's part of the optimal lifecycle that preserves functionality and security of our products and your peace of mind. Check out our policies below, take training on our servicing model and channels, browse frequently asked questions, and find detailed release information for your versions of Windows! Time to learn: 122 minutes [attachment=37633:name]READ Overview - Product End of Support and Retirements - Microsoft Lifecycle Learn about modern and fixed policies for Microsoft products. From there, search end-of-support (E…
Last reply by AWS, -
-
Guest Users in Microsoft Teams
by Guest KenelleMoore- 0 replies
- 0 views
This article is brought to you by the Nonprofit Tech Acceleration (NTA) for Black and African American Communities Program Technical Team. For information on how to take advantage of the granted offerings or free technical consultation, please visit: Supporting Black Community Nonprofits | Microsoft Nonprofits Greetings to our fantastic NTA nonprofits. As members of the Nonprofit Tech Acceleration program, you may already be familiar with how you can use Microsoft Teams to work and collaborate effectively and efficiently with other members of the organization. However, what about people outside of the organization? A question that has been very popular this past we…
-
Troubleshoot Failed External Calls Between App Services Using AppServiceIPSecAuditLogs
by Guest ronelson- 0 replies
- 0 views
Azure App Service is a cloud-based service that allows developers to deploy and manage web applications. It provides an easy way to host your web applications without worrying about the underlying infrastructure. Sometimes, you may face issues when making external calls between two App Services. In this blog post, we will discuss how to troubleshoot failed external calls between App Services using the App Service IP Sec audit logs. App Service IP Sec audit logs provide detailed information about the traffic that passes through your IPsec tunnel. This information can be used to troubleshoot issues related to failed external calls between App Services. The audit logs…
-
Join us April 20 for an insider look into the Microsoft Teams Emergency Operations Center (Webinar)
by Guest Josh Leporati- 0 replies
- 0 views
Microsoft Teams Emergency Operations Center The Microsoft Teams Emergency Operations Center (TEOC) solution template leverages the power of the Microsoft 365 platform to centralize incident response, information sharing and field communications using powerful services like Microsoft Lists, SharePoint, and more. An open-source solution supported by Microsoft, it provides core functionality out of the box or can be extended to meet specific agency requirements. Join experts for a live chat throughout the webinar to learn how the Teams for Emergency Operations Center tool can help enable your public safety organization to streamline operations. This webinar is …
-
Training only campaign is now available with an expanded training module library
by Guest SehrishKhan- 0 replies
- 0 views
Attack Simulation Training is an intelligent phish risk reduction tool that measures behavior change and automates deployment of an integrated security awareness training program across an organization. It is available with Microsoft 365 E5 or Microsoft Defender for Office 365 P2 plan. We are extremely excited to announce that Attack Simulation Training now provides the capability for admins to launch a Training only campaign! What this means is that you can assign training modules directly to users within your organization without the need to configure a phishing simulation campaign. Along with this release, we are expanding our training content lib…
-
Streaming data in real time from Azure Database for MySQL - Flexible Server to Power BI
by Guest Ganapathivarma- 0 replies
- 0 views
Modern applications require the capability to retrieve modified data from a database in real time to operate effectively. Usually, developers need to create a customized tracking mechanism in their applications, utilizing triggers, timestamp columns, and supplementary tables, to identify changes in data. The development of such applications typically requires significant effort and can result in schema updates resulting in considerable performance overhead. Real-time data processing is a crucial aspect of nearly every modern data warehouse project. However, one of the biggest hurdles to overcome in real-time processing solutions is the ability to ingest efficientl…
-
SQL Insider Series: Get Started with Azure Cognitive Search for Azure SQL | Data Exposed
by Guest MarisaMathews- 0 replies
- 0 views
Azure Cognitive Search enables intelligent searches across heterogenous data sources, including Azure SQL. DBAs and data developers can add AI-enriched search content to Azure SQL DB, SQL MI, and SQL on VMs with very little effort or coding required. Learn more in this episode of Data Exposed: SQL Insiders Series with Anna Hoffman and Chris Baudo. Resources: Introduction to Azure Cognitive Search - Azure Cognitive Search AI enrichment concepts - Azure Cognitive Search Azure SQL indexer - Azure Cognitive Search Implement knowledge mining with Azure Cognitive Search - Training SQL Insider Series Playlist View/share our latest episod…
-
Azure Logic Apps plans: Consumption based vs Standard
by Guest umeshpanwar1- 0 replies
- 0 views
Azure Logic App is an integration service. It provides you the opportunity to create and run automated workflows that integrates with your application, data, services and systems etc. These workflows can be written with little to no code. While creating a logic apps, when we come across the logic apps plan, there are two choices. Standard Consumption based This is an attempt to help make a decision by comparing both the plans at a high-level. Hopefully, this will be helpful and help me achieve my goal. Consumption based Standard Pricing Plan Pay only for usage Based on a hosting plan Hosting Infrastructure Multi-tenant/Shared Single tenan…
-
Skilling snack: Windows lifecycle
by Guest Jason Leznek- 0 replies
- 0 views
Servicing refers to maintaining your devices up to date with security, quality, and feature updates. In Windows, it's part of the optimal lifecycle that preserves functionality and security of our products and your peace of mind. Check out our policies below, take training on our servicing model and channels, browse frequently asked questions, and find detailed release information for your versions of Windows! Time to learn: 122 minutes [attachment=37590:name]READ Overview - Product End of Support and Retirements - Microsoft Lifecycle Learn about modern and fixed policies for Microsoft products. From there, search end-of-support (EOS) and…
-
Azure Marketplace new offers – April 13, 2023
by Guest Brady-B- 0 replies
- 0 views
We continue to expand the Azure Marketplace ecosystem. For this volume, 129 new offers successfully met the onboarding criteria and went live. See details of the new offers below: Get it now in our marketplace [attachment=37507:name] AI2sql: Powered by ChatGPT, AI2sql lets users automatically generate SQL queries from natural language input. No knowledge of SQL syntax is required. Business analysts, data scientists, and other professionals can use this tool to save time and reduce the risk of errors. [attachment=37508:name] Amenities: Amenities Digital Membership Platform maximizes healthcare organizations' investment in electronic medical reco…
-
How to Use Azure Functions with MongoDB Atlas in Java
by Guest denverbrittain- 0 replies
- 0 views
Cloud computing is one of the most discussed topics in the tech industry. Having the ability to scale your infrastructure up and down instantly is just one of the many benefits associated with serverless apps. In this article, we are going write the function as a service (FaaS) — i.e., a serverless function that will interact with data via a database, to produce meaningful results. FaaS can also be very useful in A/B testing when you want to quickly release an independent function without going into actual implementation or release. In this article, you'll learn how to use MongoDB Atlas, a cloud database, when you're getting started with Azure functions in Java. P…
-
Transform patient care with virtual visits
by Guest abidmc- 0 replies
- 0 views
Innovation has always been a driving force in the healthcare industry, and Microsoft is leading the charge in delivering state-of-the-art solutions that enable healthcare organizations to revolutionize the way they operate. From virtual visits to AI-infused virtual agents, Microsoft's latest healthcare solutions are designed to streamline patient care and increase engagement. In this blog post, we'll explore Microsoft's cutting-edge solutions for the healthcare industry and how they're transforming patient care. Transform patient care with virtual visits Elevate remote care with Virtual Appointments in Microsoft Teams Virtual Appointments in Microsoft T…