Microsoft Support & Discussions
Microsoft Windows, Windows Server software, Microsoft 365, Microsoft Azure or any other Microsoft product discussions and help.
85810 topics in this forum
-
Microsoftin koulutusoppaat on suunniteltu varmistamaan, että tiimeillänne on kysytyimmät ja päivitetyimmät taidot nopeasti kehittyvässä teknologisessa ympäristössä. Tekoäly ja pilvipalvelut luovat uusia mahdollisuuksia ja niistä on apua kaikenkokoisille organisaatioille. Nykypäivän nopeasti kehittyvässä ympäristössä, tekoälyn ja pilvipalveluiden potentiaalin hyödyntäminen ja valjastaminen käyttöön on välttämätöntä, jos yritykset haluavat menestyä. Microsoft tarjoaa erilaisia mahdollisuuksia, jotka auttavat sinua pysymään ajan tasalla teknisessä tietämyksessä ja syventämään ymmärrystäsi siitä, miten teknologia voi auttaa organisaatiotasi kehittymään ja muuttu…
-
There is sometimes a misconception about the usage of a ledger database and ledger tables. In this blog post, I will explain the main difference and how they work together to provide tamper-evidence capabilities for your data. A ledger database is a database that has the ledger property set to on, WITH LEDGER = ON. This means that all tables created in the database are updatable ledger tables by default unless you specify the APPEND_ONLY = ON clause to create append-only ledger tables. Note that a ledger database can only be configured at creation time. Once created, a ledger database cannot be converted to a regular non-ledger database. Ledger database…
-
Deploy an Azure AI Custom Vision App on Azure App Service with Zero Downtime Deployment using Deployment Slots Deploy an Azure AI Custom Vision App on Azure App Service with Zero Downtime Deployment using Deployment Slots In this tutorial you will get to use Custom Vision client library for Node.js to create a Custom Vision classification model and deploy a Web App implementation using Azure App Service. Moreover, you will also get to leverage the power of Azure App Service’s Deployment Slots to avert downtime during redeployment when building and testing and deploy gradually without users being affected. A Quick Look at our Demo App You are going to build a m…
-
Symptom: When using zip deploy way to deploy to function app from Azure DevOps, the new deployment never complete at DevOps side until manually cancel it. Bad: Good: Resolution: 1. Enable debug log at DevOps side and then check if there are many requests to "/api/deployments/latest" with 202, if yes, continue. 2. Check under "LogFiles/kudu/trace" in kudu portal, find log with name like below at the same time range for current deployment. If many logs show the deployment is pending at same deployment id, then continue. 3. Go to "site/deployments" in kudu portal to find the folder whose name is same as the deployment id,…
-
Salve, Nação Desenvolvedora! Estamos animados em anunciar o lançamento da nova certificação gratuita Foundational C# em colaboração com o freeCodeCamp. O freeCodeCamp é uma organização sem fins lucrativos que cria recursos de aprendizagem gratuitos para matemática, programação e ciência da computação. A Certificação Foundational C# é totalmente gratuita, disponível globalmente e inclui um curso de 35 horas sobre C#, hospedado no Microsoft Learn. Amplie seus conhecimentos em C# O C# é uma das principais linguagens de programação, essencial na criação de aplicativos web dinâmicos, jogos Unity, soluções empresariais e muito mais. Nossa Certificação Found…
-
We are pleased to announce the enterprise-ready release of the security baseline for Microsoft Edge version 117! We have reviewed the settings in Microsoft Edge version 117 and updated our guidance with the addition of one setting. A new Microsoft Edge security baseline package was just released to the Download Center. You can download the new package from the Security Compliance Toolkit. Automatically open downloaded MHT or MHTML files from the web in Internet Explorer mode (Added) Automatically opening anything in Internet Explorer Mode is dangerous. An attacker on the internet could exploit a vulnerability in legacy Internet Explorer code if …
-
On May 5th, 2023, we announced increased remote storage performance with NVMe-enabled Ebsv5 VMs now generally available, offering up to 260,000 IOPS (I/O operations per second) and 8,000MBps of remote disk storage throughput. Today, we are announcing a Public Preview of accelerated remote storage performance using Azure Premium SSD v2 or Ultra disk and selected sizes within the existing NVMe-enabled Ebsv5 family. The higher storage performance is offered on the E96bsv5 and E112ibsv5 VM sizes and delivers up to 400K IOPS (I/O operations per second) and 10GBps of remote disk storage throughput. This Public Preview of accelerated NVMe-Ebsv5 with increased remote stor…
-
Welcome to this month's Azure Functions newsletter! We'll share the latest news for Azure Functions here on the Apps on Azure blog. Azure Functions monthly community live stream Our next is on September 19, 2023 at 10:00AM PDT (17:00 UTC). Join us and our special guests Matthew Henderson and Fabio Cavalcante from the product group to get an overview of all the recent .NET announcements for Azure Functions, including an updated public roadmap, .NET 8 Preview support, and much more! Subscribe to the Azure Developers YouTube channel! Product news Starting with version 6.0.0 of the Azure Functions Event Hubs extension, a higher default value …
-
SQL Server's INT data type, by design, provides a range from -2,147,483,648 to 2,147,483,647. But often, developers only utilize the positive range for primary keys and other identifier fields, effectively wasting half of its potential. What if we could harness this full range to temporarily extend the capacity of an INT column? In this article, we explore this idea in-depth. Why Consider Negative Values? In large-scale applications with a massive influx of data, an integer-based identifier might approach its positive limit faster than anticipated. One approach to circumvent this limitation, without immediately switching to the BIGINT data type, is to utilize …
-
On behalf of our engineering and product management teams, we are excited to announce the general availability of long-term backup retention (LTR) in the Hyperscale tier of Azure SQL Database. Many applications have regulatory, compliance, or other business requirements that require the database backups to be stored beyond the 1-35 days provided by short-term (or PITR) backups. Long-term backup retention helps users meet these requirements by storing database backups for up to 10 years. Hyperscale backup overview Unlike other service tiers in Azure SQL Database, Hyperscale databases use a unique architecture with highly scalable storage and compute pe…
-
On behalf of our engineering and product management teams, we are excited to announce the general availability of short-term backup retention up to 35 days in the Hyperscale tier of Azure SQL Database. Before this improvement, Hyperscale supported backup retention up to 7 days. With this feature, you can configure backup retention from 1-35 days and perform a point-in-time restore to any time within the configured retention. Hyperscale Backup Overview The SQL Database Hyperscale tier does not use traditional full, differential, and transaction log-based backup architecture. Instead, regular storage snapshots of data files are taken and are nearly instantan…
-
We are excited to announce that Windows Server 2012 and 2012 R2 Extended Security Updates (ESUs) enabled by Azure Arc is now Generally Available. Windows Server 2012 and 2012 R2 are going End of Support on October 10, 2023. With ESUs, customers who are running Windows Server 2012 on-premises or in other clouds can get three more years of critical security updates from Microsoft to protect their End of Life infrastructure. Why leverage Windows Server 2012 ESUs enabled by Azure Arc? Windows Server 2012 ESU’s enabled by Azure Arc afford customers financial, management, and security benefits, beyond traditional Windows Server 2012 ESUs from Volume Licensin…
-
In some scenarios, you might need to preprocess files before they're used by your application. For instance, you're deploying a machine learning model that relies on precomputed data files. An Init Container can download, extract, or preprocess these files, ensuring they are ready for the main application container. This approach simplifies the deployment process and ensures that your application always has access to the required data. The below example defines a simple Pod that has an init container which downloads a file from some resource to a file share which is shared between the init and main app container. The main app container is running a php-apache image…
-
The Python Editor is a new addition to Excel Labs that allows you to write and edit Python formulas in Excel using a dedicated code editor with similar capabilities as those available in Python notebook environments. This is an experimental release to get early feedback, so we develop Excel to be the most useful for you. The Python Editor is designed to complement the Python in Excel experience with an editing surface optimized for more complex and longer Python code snippets. Benefits The Python Editor offers several benefits when writing and editing Python formulas in Excel. View the flow of code execution with results The Python Editor shows Pytho…
-
On September 13, Apple released iOS/iPadOS 17.0 and macOS 14.0. We’ve been working hard to ensure that Microsoft Intune can provide Day zero support for Apple’s latest operating systems so that existing features work as expected. We’ll continue to upgrade our service and release new features that integrate elements of support for the new operating system (OS) versions. We’ve adopted a new data-driven infrastructure that powers the settings catalog to use a JSON based settings to automatically generate the UI. In the past, it took several sprints to create templates. Today, we’ve automated the entire settings ingestion process using Apple's new GitHub …
-
In our previous blog, we introduced Microsoft’s identity-centric security service edge (SSE) solution and two new services: Microsoft Entra Private Access and Microsoft Entra Internet Access. This blog continues the series around Microsoft’s new SSE solution, where we’ll take a deeper look into the Microsoft Entra Internet Access, currently in public preview for Microsoft 365 scenarios, and soon-to-be available in public preview for all internet traffic. As digital transformation and the rise of hybrid work drive broad adoption of modern software-as-a-service (SaaS) applications, and work-from-anywhere arrangements, organizations increasingly need to protect their…
-
Multi-tenant environments add an additional layer of complexity to today’s ever-evolving threat landscape. Whether organizations have grown through acquisition, or have strategically implemented multi-tenant setups, navigating across multiple environments is no small task. Mundane and repetitive tasks require security operations center (SOC) teams to log in and out of each customer environment individually. This not only consumes valuable time but also reduces the overall efficiency of the SOC teams. To improve efficiency and stay ahead of modern attacks, SOC teams need an efficient yet comprehensive security solution that delivers a unified and connected experience to bo…
-
In today's digital era, businesses rely heavily on technology and online systems. To help safeguard against cyber threats and ensure business continuity, maintaining basic cyber hygiene is imperative. Adhering to basic security hygiene can protect against 98% of attacks.1 Here are five key standards every organization should adopt: Require phishing-resistant multifactor authentication (MFA): Enable MFA to help prevent 99.9% of attacks on your accounts.2 Opt for MFA options with minimal user friction, like biometrics or FIDO2 compliant factors such as Feitan or Yubico security keys. Use conditional access policies and single sign-on (SSO) to s…
-
A common practice for implementing the retrieval step in retrieval-augmented generation (RAG) applications is to use vector search. This approach finds relevant passages using semantic similarity. We fully support this pattern in Azure Cognitive Search and offer additional capabilities that complement and build on vector search to deliver markedly improved relevance. In this blog post, we share the results of experiments conducted on Azure Cognitive Search and present a quantitative basis to support the use of hybrid retrieval + semantic ranking as the most effective approach for improved relevance out-of–the-box. This is especially true for Generative AI scenarios…
-
As a publisher that is offering their software solutions on the Azure Marketplace, in particular Azure Managed Applications, it is essential to monitor the customer deployments to make sure they occur without incidents, and to get notified and act quickly when something fails. While Partner Center provides a dashboard to view your deployed apps, data is not updated in real-time and it make take some time to reflect the latest state. Moreover, it might be challenging to integrate with other Azure services for analytics, alerts, and more. For this reason, we have created a simple Azure Function app that captures real-time events triggered during installation of your Managed…
-
How can your organization use generative AI with the right protections in place for your data today? Bing Chat Enterprise delivers built-in commercial data protection that you can use now. If your organization uses Microsoft 365 E3, E5, Business Standard, or Business Premium, you already have access to Bing Chat Enterprise, included as part of those services. Jared Andersen from the Bing Chat Enterprise team at Microsoft explains how it also uses the latest GPT-4 foundation model, included as part of the service. Jared also demonstrates what Bing Chat Enterprise is, along with some of the fundamental differences compared to public services like ChatGPT tha…
-
I’m excited to be here at Oracle CloudWorld 2023. Last week we announced our partnership with Oracle to bring Oracle database services to Azure with Oracle Database@Azure. Customers will be able to migrate mission-critical databases directly to Azure, where they can easily integrate with services like Azure Open AI, Microsoft Fabric, and Microsoft Power BI. If you want to learn more about Oracle Database@Azure, the work we are doing with Oracle, or just have a great conversation, don’t be shy – stop by and say hello. We'd love to talk with you! Explore with us As you build your schedule, plan to hear from Microsoft experts in these sessions: …
-
We continue to expand the Azure Marketplace ecosystem. For this volume, 115 new offers successfully met the onboarding criteria and went live. See details of the new offers below: Get it now in our marketplace [attachment=50343:name] Assurance: Easily assess the compliance and readiness of your entire application portfolio with Assurance. This subscription-based package includes storage, infrastructure, and software required to maintain your applications on Microsoft Azure. [attachment=50344:name] Asterisk System Server on Debian 10 Minimal: Art Group provides Asterisk System Server along with a minimal installation of Debian 10 on a Microsoft …
-
Azure Container Apps, a service for running apps and microservices with serverless containers now offers support for running init containers. Azure Container App Init Containers are specialized containers that run to completion before application containers are started in a replica, and they can contain utilities or setup scripts not present in your container app image. Init containers are useful for performing initialization logic such as setting up accounts, running setup scripts, and configuring databases. Init containers are exactly like regular containers, except: Init containers always run to completion. Each init container must complete successfu…
-
We are excited to announce a pricing adjustment to our speech to text offerings for our Azure Speech Service. Standard Batch Pricing Update Starting today the pricing for our Standard Batch services has been revised from $1.00/hr to $0.36/hr. This change allows you to enjoy the same high-quality service at a fraction of the previous cost. This new pricing applies when you use the new Speech to text REST API v3.2 preview we released today. Custom Speech Batch Pricing Update On October 1st, 2023, we will also update our Custom Speech Batch pricing from $1.40/hr to $0.45/hr. Here too, the new pricing applies when you use the new Speech to text REST API v3…