294,687 questions

Sort by: Updated
1 answer

How is the Redis usedmemorypercentage calculated?

Please explain how Redis usedmemorypercentage is calculated? After reviewing the Azure documentation, we did not find any introduction to its calculation method. Please help explain, thank you.

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
222 questions
asked 2024-05-27T01:43:48.1733333+00:00
Gallatin 21V 166 Reputation points
commented 2024-05-30T19:37:14.0766667+00:00
Amrinder Singh 3,560 Reputation points Microsoft Employee
1 answer

Not able to get the free account on Azure and money has been deducted from the account.

Dear All, I have entered all the details during the sign-up process and an amount has been deducted from my bank, but unfortunately, I can still not get the free account on Azure. It's saying "You are not eligible for an Azure free…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,306 questions
asked 2024-05-29T18:28:16.92+00:00
Alyan Khan 0 Reputation points
commented 2024-05-30T19:36:50.27+00:00
kobulloc-MSFT 24,401 Reputation points Microsoft Employee
1 answer

I have a problem with deploying my web app Flask Html css

Good morning, I have deployed my webapp on azure, the problem is that when I try to access the site in question it shows me: "You do not have permission to view this directory or page." …

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,052 questions
asked 2024-05-24T08:17:11.8066667+00:00
fb99 0 Reputation points
commented 2024-05-30T19:35:39.19+00:00
Grmacjon-MSFT 16,786 Reputation points
1 answer

My c# application has a "force integrity disabled" problem

Hi Guys: My c# application has a "force integrity disabled" problem. We can add "/INTEGRITYCHECK" command to configuration properties ->linker->command line to solve this problem in c++ project, how can I do in a c# project?…

Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,783 questions
asked 2022-05-23T10:45:16.897+00:00
CHEN LI 1 Reputation point
answered 2024-05-30T19:33:29.8833333+00:00
Grigorii Vasilchenko 0 Reputation points
1 answer

Data Sync Offline

I have seen this error from last night's data sync log,however the Data Sync Service was not offline. Can anyone advise what can cause the Sync Agent to be offline. Sync failed with the exception "Sync Agent 'DataSyncAgent-Prod' is offline.

Azure SQL Database
asked 2024-05-30T13:43:05.3233333+00:00
Gordon, Priscilla 0 Reputation points
answered 2024-05-30T19:32:55.1266667+00:00
Alberto Morillo 33,086 Reputation points MVP
1 answer

Error adding Custom Domain to Static Web App

Im unable to assign a custom Domain to an Static Web App I added the domain to an Static Web App that was deleted, for some reason the site was deleted but the domain was not released, when i try to add the domain to a new Static Web App i got the same…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
787 questions
asked 2024-05-24T12:12:10.7633333+00:00
Beaton Care 0 Reputation points
commented 2024-05-30T19:30:40.3+00:00
Grmacjon-MSFT 16,786 Reputation points
1 answer

How to check crash log sent by Apple review team for iOS .Net MAUI application.

We have developed an application using .Net MAUI in Visual Studio 2022 on Windows machine. Application is working properly on android devices and also working on iPhone device. We upload an application version on Apple App Store, but it was rejected with…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,008 questions
asked 2024-05-27T14:03:37.5866667+00:00
Bhushan Akole 0 Reputation points
commented 2024-05-30T19:26:48.7+00:00
Bruce (SqlWork.com) 58,206 Reputation points
1 answer One of the answers was accepted by the question author.

How to Remove Calender Invite from Deleted User for all Recipients?

How do I remove a recurring calendar invite set-up by a 365 user who is no longer with the company? Need to remove for all attendees?

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,267 questions
asked 2022-01-27T16:20:52.293+00:00
JAI 21 Reputation points
commented 2024-05-30T19:26:13.7166667+00:00
Frook, Brian N 0 Reputation points
1 answer

After I type this command "sudo apt-get update". I don't know which password it is asking about. How do I reset the password..

I am on the module 2 of my learning. Unit-3. It is asking me for a password when I type this command and I don't remember it. How can I reset the same. sudo apt-get update

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,075 questions
asked 2024-05-30T15:53:10.2366667+00:00
Tejasve Bhat 0 Reputation points
commented 2024-05-30T19:19:55.6633333+00:00
Tejasve Bhat 0 Reputation points
3 answers

How to get notifications when someone's status changes in New Teams?

How do I create notifications when someone's status changes in New Teams? In the old teams I could click more options and select notify when available as shown below, but that isn't available in New Teams.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,276 questions
asked 2023-11-03T13:39:53.0233333+00:00
Andy 150 Reputation points
commented 2024-05-30T19:16:01.6866667+00:00
DrJoel 0 Reputation points
1 answer

Error: class uri 'uvicorn.workers.UvicornWorker' invalid or not found

Hello, I set up a CICD pipeline to handle deploying python code to the App Service but get this screen In the console it says "Failed to load resource: the server responded with a status of 503 (Service Unavailable)" When I look in the logs,…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,052 questions
asked 2024-05-25T17:05:18.5566667+00:00
Anon 0 Reputation points
edited a comment 2024-05-30T19:08:16.22+00:00
Anon 0 Reputation points
3 answers

REST interface, server for GET,PUT,POST,DELETE

Hello, My goal is to control a Rest Server from a WPF C# desktop app. Get, Push, Pop, Delete should be tested. The server does not require extensive logic, only test data. Later, the customer REST server is connected. How can I achieve this? How should I…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,249 questions
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,415 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
307 questions
asked 2024-05-23T17:15:44.0466667+00:00
Noah Aas 260 Reputation points
edited an answer 2024-05-30T19:06:25.9+00:00
AgaveJoe 26,246 Reputation points
1 answer

Azure Adb2c External IDP Authentication Browser Back Button Click redirects to External IDP Again

We have AD B2C Authentication with .NET 8 MVC Web Application. We configured Open Id Provider with Custom Policy in Adb2c. The authentication is working successfully. But the problem is, after the External IDP successful authentication, the provider…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,249 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,918 questions
asked 2024-05-07T09:47:53.4+00:00
Logesh Palani 1 Reputation point MVP
answered 2024-05-30T19:05:29.3733333+00:00
James Hamil 22,436 Reputation points Microsoft Employee
1 answer

Application crash even on a try catch block

When i comment out the line GetViewsByZOrder i get the following exception: Exception thrown at 0x00007FF96E36EE19 (rpcrt4.dll) in : 0xC0000005: Access violation reading location 0x00000000094F0122. On the line if (collection->GetViewForHwnd(hwnd,…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,571 questions
asked 2024-05-30T03:16:00.1533333+00:00
Yanis 0 Reputation points
commented 2024-05-30T19:04:25.31+00:00
RLWA32 41,206 Reputation points
1 answer One of the answers was accepted by the question author.

Microsoft Graph Functionalities

Can anyone explain what is the difference with changekey in calendar and a delta function in Graph APIs. Are they the same, or do they serve for different purposes.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,898 questions
asked 2024-05-30T16:23:33.81+00:00
Jhonson 0 Reputation points
accepted 2024-05-30T19:00:06.4166667+00:00
Jhonson 0 Reputation points
1 answer

Azure function event hub triggers after delay of about 5-10 seconds

I have an Azure Function v4 .NET 6 isolated app with an HTTP trigger function that writes events to an event hub. Another event hub triggered function in the same app listens to those events, performs some manipulation, and publishes them again to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,413 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,014 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
573 questions
asked 2024-05-30T13:42:14.9533333+00:00
Akshay Chauhan 46 Reputation points
edited an answer 2024-05-30T18:56:39.2633333+00:00
Sina Salam 4,391 Reputation points
1 answer

Why did my maintenance configuration run before the scheduled start date in Azure Update Manager?

I have maintenance configurations that are scheduled to run on the 2nd Thursday of each month, but the start date is set to 2/13/24. For some reason, they all ran this morning, which is the 2nd Thurs of this month, but not yet 2/13/24: The schedules…

Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
258 questions
asked 2024-02-08T22:49:21.5933333+00:00
sac16 50 Reputation points
commented 2024-05-30T18:55:17.9566667+00:00
sac16 50 Reputation points
1 answer

How to get deleted event(s) part of a given series

I need to retrieve deleted event(s) from a given recurrent series. I'm creating a PowerBI report based on Outlook calendar. Leveraging the recurrnces data structures I have been able to build all events of a given series but I'd like to delete the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,898 questions
asked 2024-05-30T12:32:15.4566667+00:00
Cristiano Degiorgis 20 Reputation points
answered 2024-05-30T18:49:09.2933333+00:00
CharanyaB-MSFT 1,651 Reputation points Microsoft Vendor
8 answers

SQL SERVER 2022 - certificate error when creating a job for integration services

In a test environment with SQL Server 2022 Developer Edition, I am trying to create a job to run an SSIS package. These same packages have been successfully tested in SQL 2019. When trying to create the job, configuring it as follows: General / Owner :…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,934 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,470 questions
asked 2024-04-10T03:35:21.82+00:00
Marcio Matos 40 Reputation points
commented 2024-05-30T18:46:01.4333333+00:00
Holly Cross 0 Reputation points
1 answer One of the answers was accepted by the question author.

PushNotifications: Upgrade to FCMv1 is not delivering Templated Notifications from Azure

Using this link GCM/FCM notifications to FCM v1. I am trying to migrate from GCM/FCM notifications to FCM v1. From the guide, I - Configured the Firebase Service Account Credentials in Azure Notification Hub. Updated backend SDK C# code use FCM v1…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
274 questions
asked 2024-04-19T14:57:24.39+00:00
Smitha Kalluparambil 60 Reputation points
commented 2024-05-30T18:41:10.1566667+00:00
Smitha Kalluparambil 60 Reputation points