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
-
Search text in a Kusto/ADX table using any number of terms from Power BI
by Guest DanyHoter- 0 replies
- 0 views
Search ADX text by multiple terms from PBI Summary In this article, I’ll describe how we can search an ADX/Kusto table using multiple words provided by the user. Step by step Connect to the table StormEvents in the database Samples on the ADX cluster help. Make sure to use direct query. In the Power Query editor add a step to the M script The new step applies a filter to the column EventNarrative using the operator has_all. This operator returns all rows that contain a list of terms in a text regardless of case. If we wanted to find text that include at least one term from a list, we can use th…
-
How to Perform Manual Failover of an Azure SQL Database
by Guest fasaf- 0 replies
- 0 views
Introduction: If you're managing an Azure SQL database and encounter an issue where the database becomes unresponsive, you must find a solution that will help you restore the service. In this article you will learn how to perform a manual failover to restore service as part of the task to identify the root cause of the problem even though the server is unresponsive. A working example: One potential cause of an unresponsive Azure SQL database is a query that is fired by an API and consumes 100% of the CPU. In this scenario, it can be difficult to identify the problematic query without connection which allows you to query the data management views (DMVs) and pinpoint…
-
Securing your Windows environments running on Azure Kubernetes Service with Chef
by Guest Vinicius Apolinario- 0 replies
- 0 views
This blog has been co-authored by Microsoft and Sharan Rayakar from Progress. As development and operations teams build and support Windows applications running on Azure Kubernetes Service(AKS), they must ensure that they reduce risk and safeguard against potential cyber-security threats. Chef Cloud Security includes Kubernetes and Container Security support that provides developers and their DevSecOps teammates the security and visibility necessary to confidently run containers on AKS. This blog covers how AKS customers can use Chef Kubernetes and Container Security to protect their environments. Chef Container and Kubernetes Security Overview Chef Clou…
-
Steps to Load a Power BI Report on your React Application.
by Guest Julia_Muiruri- 0 replies
- 0 views
Set the scenario “Constoso is a fictitious company that deals computers, furniture, software and electronics” "Developer walks into Sales Managers office" Sales Manager: Good morning. I recently learned how to use Power BI to get great visualization and analysis/ breakdown of our products and regions, our key contributors for revenue and to even detect any anomalies in the data using Artificial Intelligence. However, I wanted to view this report with real time & interactive visuals on our company website using my admin portal. How can you help? Developer: Good morning – I’m glad Power BI is helping you understand the breakdown of our products here…
-
Move your ledger history table to a different filegroup
by Guest PieterVanhove- 0 replies
- 0 views
This article will guide you through the steps to move the ledger history table to a different filegroup in SQL Server 2022. When you create an updatable ledger table, a history table is automatically created. The history table captures the historical values of rows changed because of updates and deletes in the updatable ledger table. The schema of the history table mirrors that of the updatable ledger table it's associated with. When you create an updatable ledger table, you can either specify the name of the schema to contain your history table and the name of the history table or you have the system generate the name of the history table and add it to the same sc…
-
Microsoft Inspire -virtuaalitapahtuman ilmoittautuminen on auki!
by Guest VilleMononen- 0 replies
- 0 views
Microsoft Inspire -virtuaalitapahtuman ilmoittautuminen on nyt auki! Vuoden suurimmassa kumppanitapahtumassa kerrotaan tulevan tilikauden suuntaviivoista ja prioriteeteista sekä ideoita miten kasvattaa yrityksesi liikevaihtoa yhdessä Microsoftin kanssa. Tapahtumassa juhlistetaan myös Partner of the Year Awards -voittajia. Microsoft Inspire järjestetään 19.-20. heinäkuuta. Ensimmäisenä päivänä kuullaan puhujia, kuten Chairman and CEO Satya Nadella, Executive Vice President and Chief Commercial Officer Judson Althoff, President, Industry & Partner Sales Nick Parker sekä Chief Partner Officer and Corporate Vice President, Global Partner Solutions Nicole Dezen. Toi…
-
Released: Latest Azure VM Marketplace images for SQL Server 2022, 2019 on Linux
by Guest Aravind-MSFT- 0 replies
- 0 views
Azure Marketplace is an online store that contains thousands of software applications and services built by industry-leading technology companies. In Azure Marketplace you can find, try, buy, and deploy the software and services you need to build new solutions and manage your cloud infrastructure. In the context of SQL Server on Linux, you can create, deploy, and configure Linux-based virtual machines running SQL Server. What are the benefits? Customers creating SQL on Linux VM's can skip the step of manually installing, running commands, and configuring a SQL Server instance, instead provision a ready-to-go virtual machine running SQL Server. This benef…
-
SLES 15 SP4 is now supported for SQL Server 2022 starting Cumulative Update 4
by Guest Aravind-MSFT- 0 replies
- 0 views
We are pleased to announce the support for SQL Server 2022 on SUSE Enterprise Linux v15 SP4. This support comes into effect starting Cumulative Update 4 of SQL Server 2022. To know more about SQL Server CU4, refer to SQL Server 2022 Cumulative Update 4. To learn more about the supported distributions for SQL Server 2022 on Linux, visit: Release notes for SQL Server 2022 on Linux - SQL Server | Microsoft Learn You can get started with SQL Server 2022 on SLES SP4, for details please refer: Install and connect (SUSE). Continue reading...
-
SQL Server Agent fails to start on Windows Server 2022 due to Application event log policy setting
by Guest cleng-ms- 0 replies
- 0 views
Problem A customer recently reported that they tried to build a SQL Server running on Windows Server 2022 but found that the SQL Server Agent failed to start. Below is the error popup when starting the SQL Server Agent in SQL Server Configuration Manager. There are no other errors in ERRORLOG, SQLAGENT, and Windows event logs. We worked with the customer and collected TTD (Time Travel Debugging) traces on several services. Finally, we found out the cause of the problem. In Windows, there is a group policy named “Configure log access” under “Computer Configuration” -> “Administrative Templates” -> “Windows Components” -> “Event Log S…
-
Upcoming May 2023 Microsoft 365 Champion Community Call
by Guest Jessie_Hwang- 0 replies
- 0 views
Join our next community call on May 23 to talk about Group Level Aggregates and Organizational Messages in Adoption Score, as well as a Community Spotlight segment. We will be starting the call at 5 minutes past the hour for both of our sessions (at 8:05 AM and 5:05 PM PT), and it will still end at the top of the hour (9:00 AM and 6:00 PM PT, respectively). If you have not yet joined our Champion community, sign up here to get access to the calendar invites, program assets, and previous call recordings. Continue reading...
-
Lesson Learned #351: Troubleshooting FullText issues
by Guest Jose_Manuel_Jurado- 0 replies
- 0 views
Today, we got a new service request where our customer asks about the time spent populating the full-text. Following, I would like to share with you some lessons learned during this process, specifically working with Azure SQL Database. For this example, we are going to use a General Purpose database with 8 vCores. Let's get started with the creation of the table and fulltext. --------------- -- Create the FullText Catalog --------------- CREATE FULLTEXT CATALOG Ft WITH ACCENT_SENSITIVITY = OFF AS DEFAULT --------------------------------------- -- Create the table documents with a PK ---------------------------------------- DROP TABLE IF EXISTS dbo.…
-
Migrating an Azure Database for MySQL single server (v5.6) to a flexible server (v5.7)
by Guest NeilDsouza- 0 replies
- 0 views
Azure Database for MySQL is a relational database service in the Microsoft cloud based on the MySQL Community Edition database engine. The MySQL open-source community has retired version 5.6 as of Feb 2021, and so we have followed suit by deprecating the ability to create new servers running v5.6 starting September 2021. Note: Azure Database for MySQL supports each major version of MySQL until retirement by the MySQL community, as provided in the versioning policy. For more information, see version support policy documentation. While you can no longer create new servers running v5.6, we continue to support existing single servers running v5.6, so if you’re s…
-
Sentieon pipelines on Azure – An overview
by Guest manoj1116- 0 replies
- 0 views
Authors - Manoj Kumar, Venkat S Malladi Introduction to Sentieon Pipelines Sentieon specializes in developing software tools for analyzing genomic data. Sentieon pipelines allow researchers and clinicians to process and analyze genomic data quickly, accurately, and efficiently with a low total cost of ownership. Sentieon develops and supplies a suite of highly optimized bioinformatics algorithms for secondary analysis, providing accurate, efficient, performant, and robust tools for studying genomic data obtained from DNA or RNA sequencing. Sentieon pipelines enable germline and somatic variant calling, providing improved performance and accuracy relative to co…
-
Announcing the General Availability of Azure Monitor HCI Insights
by Guest saniya0307- 0 replies
- 0 views
Introduction Earlier in May 2022, we launched Azure Monitor HCI Insights for public preview. Based on customer feedback during the preview, we improved the performance of the workbooks and supported the new Azure Monitor Agent and are excited to announce General Availability (GA) of Azure Monitor HCI Insights. What is HCI Insights? Azure Stack HCI Insights is an interactive, fully integrated service which provides health, performance, and usage insights about Azure Stack HCI clusters that are connected to Azure and are enrolled in Azure Monitor. In Microsoft Azure, you can see all your resources in Azure portal and monitor them with Azure Stack HCI Insight…
-
How Microsoft 365 Copilot works
by Guest Zachary Cavanell- 0 replies
- 0 views
Get an inside look at how large language models (LLMs) work when you use them with your data in Microsoft 365. See what makes this possible and how the process respects your privacy to keep data safe with Microsoft 365 Copilot. The LLMs used for Microsoft 365 Copilot are hosted in the Microsoft Cloud and are not trained on your organizational data. Copilot automatically inherits your organization’s security, compliance, and privacy policies set in Microsoft 365. Join Mary David Pasch to go inside the mechanics of AI-powered Microsoft 365 Copilot capabilities, what they do, and how they work. Generate relevant responses. Large language models wo…
-
Purge Deferred Messages in Service Bus
by Guest Mohsin1400- 0 replies
- 0 views
What are Deferred messages: Deferred messages refer to messages that a queue or subscription client is unable to process at the moment due to certain circumstances. Instead of processing it immediately, the client can defer the retrieval of the message to a later time, while the message remains in the queue or subscription. Message Deferral | Azure Service Bus Unlike dead-letter messages that are stored in a subqueue, deferred messages are kept in the main queue along with other active messages. However, these messages cannot be received using regular receive operations. If an application loses track of a deferred message, it can be discovered by browsi…
-
One click to cover containers & Kubernetes in Defender CSPM (agentless)
by Guest ShaniFM1990- 0 replies
- 0 views
Defender CSPM contextual security capabilities assists security teams in the reduction of the risk of impactful breaches. Defender CSPM uses environment context to perform a risk assessment of your security issues. Defender CSPM identifies the biggest security risk issues, while distinguishing them from less risky issues. With attack path analysis and cloud security explorer Defender DCSPM customers can address the security issues that pose immediate threats with the greatest potential of being exploited and proactively identify security risks in their cloud environment by running graph-based queries on the cloud security graph, which is Defender for Cloud's context en…
-
Building a Strong Foundation: Prioritizing Developer Security at Microsoft Build 2023
by Guest MiaReyes- 0 replies
- 0 views
As the demand for secure software development continues to grow, developers and organizations face increasing pressure to do more with less. At Microsoft, we recognize the importance of developer security and are committed to sharing our knowledge, insights, and capabilities to empower developers in building robust and resilient applications. In line with the overarching theme of Microsoft Build 2023, which explores the power of AI and innovation, we are excited to bring the spotlight on Developer Security to this year's event. The evolving threat landscape necessitates a strong focus on developer security. Stricter compliance regulations, rising cyber-attacks, and…
-
GA: System-preferred multifactor authentication
by Guest Alex Weinert- 0 replies
- 0 views
In previous blogs, we've emphasized the importance of multifactor authentication (MFA). Today, organizations and end users are using various authentication methods, providing varying levels of security. Users often choose less secure MFA methods, despite having access to more secure options due to a range of factors such as convenience, lack of awareness, or technical limitations. To encourage users to authenticate with the strongest method available to them, we’re announcing system-preferred authentication for MFA. This system prompts the user to sign in with the most secure method they’ve registered and the method that’s enabled by admin policy. This will transit…
-
Teams Emergency Operations Center version 2, now available!
by Guest Josh Leporati- 0 replies
- 0 views
We are excited to announce our latest update to the Teams Emergency Operations Center, Version 2! If you have not yet heard about this solution, 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. Get Started by visiting the solution homepage today to sign up for updates, download the solution, a…
-
Eliminate Dependency on Key-based Authentication in Azure Cognitive Search with RBAC and Azure AD
by Guest gia_mondragon- 0 replies
- 0 views
We are excited to announce that Azure Cognitive Search now offers support for role-based access control (RBAC) and Azure Active Directory (Azure AD) authentication for data plane operations, which are now generally available. These features allow Developers to secure their search indexes and queries with RBAC, thereby controlling access to data plane operations such as creating, loading, and querying indexes. This eliminates the need for key-based authentication, making the process more secure. Importance of securing Cognitive Search indexes and queries with Azure RBAC Azure role-based access control (RBAC) offers a secure approach to managing access to indexes…
-
Plan your journey to Azure SQL with confidence
by Guest ajith-k- 0 replies
- 0 views
Overview Azure SQL offers both Platform-as-a-Service (Azure SQL Managed Instance and Azure SQL Database) and Infrastructure-as-a-Service (SQL Server running on Azure VMs) targets when planning for migration and modernization of SQL Server to Azure. Identifying the Azure SQL target that is right-sized for each SQL Server deployed on-premises can become arduous when dealing with datacenters with large number of servers. The SQL Server Discovery and Assessment feature in Azure Migrate simplifies this process with at-scale agentless discovery and assessment. It also presents a unified view of all the identified resources, dependencies, target recommendations and …
-
Plan the migration of your SQL Server deployments with Azure SQL assessment in Azure Migrate (GA)
by Guest Shikher- 0 replies
- 0 views
Plan the migration or modernization of SQL Server with Azure Migrate We understand that cloud migration projects can be complex, especially when you are trying to modernize your workloads to PaaS as part of your migration journey. To help you plan the migration or modernization of your SQL Server deployments running on-premises – powered by VMware, Microsoft or Bare-metal technologies, or running on IaaS services of public clouds – AWS EC2, GCP CE and even Azure VM, we had announced the preview of – unified, at-scale, and agentless discovery and assessment of SQL Server with Azure Migrate on March, 2021. Along the way we added improvements to the same, making the Azure…
-
-
- FPCH Admin
- 0 replies
- 0 views
Available today on all major podcast platforms is The BlueHat Podcast, a new series of security research focused conversations, continuing the themes from the BlueHat 2023 conference (session recordings available to watch here). Since 2005, BlueHat has been where the security research community, and Microsoft, come together as peers: to debate, discuss, share, challenge, celebrate and learn.
Last reply by Cloaked, -
-
Enhancing Accessibility: Language and Audio Document Translation Solution Architecture
by Guest SAVITAMITTAL- 0 replies
- 0 views
This solution architecture proposal outlines how to effectively utilize OpenAI's language model alongside Azure Cognitive Services to create a user-friendly and inclusive solution for document translation. By leveraging OpenAI's advanced language capabilities and integrating them with Azure Cognitive Services, we can accommodate diverse language preferences and provide audio translations, thereby meeting accessibility standards and reaching a global audience. This solution aims to enhance accessibility, ensure inclusivity, and gain valuable insights through the combined power of OpenAI and Azure Cognitive Services. Dataflow Here is the process: Ingest: PDF d…