97,837 questions

Sort by: Updated
1 answer One of the answers was accepted by the question author.

sharing out spreadsheet tasks

Hi I have a SharePoint site where the different owners of the project each have their own titles. There is a master RAIDD (Excel spreadsheets) where different people are assigned tasks. I'd like it so the master spreadsheet is updated but then in each of…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,507 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
515 questions
asked 2024-05-15T13:34:40.7466667+00:00
Vicki 0 Reputation points
accepted 2024-05-16T08:41:38.2+00:00
Vicki 0 Reputation points
1 answer One of the answers was accepted by the question author.

Error accessing Viva Insights Copilot Dashboard: 'Unable to connect to network'

Hi all, I'm getting an error using Viva Insights when I access to Copilot dashboard: https://insights.cloud.microsoft/#/CopilotDashboard/ The following error message is displayed: "Unable to connect to network. Check your internet connection and…

Viva Insights
Viva Insights
A Microsoft Viva module that provides insights and recommendations designed to improve productivity and wellbeing.
72 questions
Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
135 questions
asked 2024-04-11T06:55:29.9433333+00:00
MChogo 5 Reputation points
accepted 2024-05-16T08:17:11.7566667+00:00
MChogo 5 Reputation points
2 answers One of the answers was accepted by the question author.

Handling End of TLS 1.0 Support in Azure App Services for Legacy Client Devices

I am facing an issue with the upcoming end of support for TLS 1.0 in Azure App Services, as mentioned here. Additionally, the Azure documentation states that TLS 1.0 and 1.1 are considered legacy and not secure, recommending TLS 1.2 as the minimum…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,974 questions
asked 2024-05-14T23:40:34.0833333+00:00
Adam Lihm 20 Reputation points
commented 2024-05-16T08:15:46.5366667+00:00
Adam Lihm 20 Reputation points
1 answer One of the answers was accepted by the question author.

Disabled SMBv1 (server) still got event 3000

Hello experts, We would like to disable SMBv1 to prevent ransomware attack. We have run “Set-SmbServerConfiguration -enableSmb1Protocol $false -force” from server side but still found event 3000. We also run “disable-WindowsOptionalFeatue -online…

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,392 questions
asked 2021-06-25T08:27:08.04+00:00
Twite Jonathan 21 Reputation points
commented 2024-05-16T08:00:22.82+00:00
Kevin Mo 0 Reputation points
1 answer One of the answers was accepted by the question author.

Can custom auto scaling(rules based) of the app service plan exclude a webapp?

Hi Team, https://docs.azure.cn/en-us/app-service/manage-scale-per-app According to this document, app service plans can use per-app scaling. Is it compatible with custom auto scaling(rules based)? That is, custom auto scaling excludes one application…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,974 questions
asked 2024-04-19T01:24:46.7833333+00:00
Gallatin 21V 146 Reputation points
accepted 2024-05-16T07:47:22.3933333+00:00
Gallatin 21V 146 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Private DNS Zone A record sets are getting overridden

Hey folks, I have Private DNS Zones for Blob and DFS resources in Azure and have an Azure policy which automates the integration of PEs with DNS zone. But what happening is that whenever I am creating a new PE of the same resource type (let's say blob)…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
602 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
471 questions
asked 2024-04-29T13:24:38.37+00:00
Apurva Pathak 310 Reputation points
commented 2024-05-16T07:39:34.54+00:00
Apurva Pathak 310 Reputation points
1 answer One of the answers was accepted by the question author.

Unable to launch exercises from all AZ learning guides

Hey guys, when you'll be able to provide a resolution for the exercise 404 File Not Found issues?? There are a lot of people complaining about this since many days ago, we are not able to complete our training for certifications. Thanks, Leo This…

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,002 questions
asked 2024-05-13T19:31:39.43+00:00
Leonard Mot 20 Reputation points
commented 2024-05-16T07:28:33.05+00:00
Mahesh Goud Juvvadi 605 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Special character handling for file processing

Hello, I have some CSV files as feeds into datalake storage, this file will contain data /records with some special characters eg '/' We need to process the file from one container to another and we will need to remove some of the these special…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,363 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,954 questions
asked 2024-05-15T02:02:23.0533333+00:00
Sourav 80 Reputation points
accepted 2024-05-16T07:24:24.5+00:00
Sourav 80 Reputation points
2 answers One of the answers was accepted by the question author.

How to programmatically disable a playback in the sound control panel?

The original requirement was to switch the communication device in Skype for Business, but since there is no such api (please tell me if there is any way to do this), so I gave up. Then I found that by disable/enable the device, Skype for Business seems…

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,435 questions
asked 2020-09-23T11:59:32.183+00:00
Victor Chen 106 Reputation points
commented 2024-05-16T07:09:34.13+00:00
xiaoguo 0 Reputation points
2 answers One of the answers was accepted by the question author.

how to limit azure blob upload size via SAS

I'm working on a website that allow users to upload files. I want file size limit below 100mb. When i'm signing SAS, I didn't find any param or option about it. Nobody want the bad guy upload a 100TB file and destory my website. So, how can I do that?

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,464 questions
asked 2024-05-14T05:37:22.95+00:00
Alex King 20 Reputation points
commented 2024-05-16T06:38:13.3066667+00:00
TP 77,886 Reputation points
3 answers One of the answers was accepted by the question author.

AVD with Guest Users

Hello, Is it possible that users from a tenant @company1.com who have been invited to @company2.net (guest users) can access an application published in AVD from company2? If it is not possible, will the option be added in the future? Thank you

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,380 questions
asked 2024-05-09T11:04:00.34+00:00
Javier 1 Reputation point
accepted 2024-05-16T06:30:55.1+00:00
Javier 1 Reputation point
1 answer One of the answers was accepted by the question author.

Unable to sign-up a new developer M365 sandbox -

Hi I have not been able to finish sign-up process for a new M365 developer sandbox subscription. When I reach the "add phone number for security" part, regardless of which phone number I have entered ( have tried with my work / personal / brand…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,658 questions
asked 2024-05-15T16:13:35.2066667+00:00
Jippe ZZZ 20 Reputation points
accepted 2024-05-16T06:20:56.72+00:00
Jippe ZZZ 20 Reputation points
1 answer One of the answers was accepted by the question author.

Right way to dispose page with WebView in a MAUI app

I have a MAUI Android app (sample) with 2 pages, 1 home page and 1 page containing WebView. From home page user can go to the WebView page and open a site, come back to the home page and again go to WebView page to open other site, user can do this…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,950 questions
asked 2023-10-24T16:15:54.12+00:00
ac-lap 71 Reputation points
commented 2024-05-16T06:20:31.7366667+00:00
Ashutosh Mehere 0 Reputation points
1 answer One of the answers was accepted by the question author.

Protection for employee copying all files from file share

Hi Our management would like to get protection for situation, where some employees copies all data from company file shares (Sharepoint file libraries) when they leave the company. Does Microsoft 365 cloud service have some kind of tools to prevent this?…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,902 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,773 questions
asked 2024-05-08T12:53:41.8433333+00:00
IMK 421 Reputation points
accepted 2024-05-16T06:19:35.01+00:00
IMK 421 Reputation points
4 answers One of the answers was accepted by the question author.

Can not type into cells of excel file embeded from OneDrive

Dear Team,I have generate embeded code that allow to type into cells. I see it OK in the PREVIEW mode. (Preview mode included in customizing embed code Screen) The image as…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,507 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
847 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,773 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,142 questions
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,651 questions
asked 2024-03-21T02:29:06.85+00:00
Premium Premium 35 Reputation points
edited an answer 2024-05-16T06:18:51.06+00:00
King Chan 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to give external customer accounts in a entra external id tenant access to a a web api in my internal tenant?

I have an internal tenant A where I have internal resources (web api, functions, database, admin website etc). Recently I created an external tenant B with Microsoft Entra External id for customers. There I have registered a SPA app where external…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,669 questions
asked 2024-05-11T08:33:20.6166667+00:00
Jenny Pettersson 0 Reputation points
accepted 2024-05-16T06:18:16.69+00:00
Jenny Pettersson 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to get static URL of an image in Sharepoint to be used publicly

Currently we have a client that utilizes Sharepoint in an organization, and they want to know how to get the direct static url of an image in their sharepoint to be used in an markdown text editor in our web app, that will be eventually sent out via…

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
847 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,773 questions
asked 2024-05-15T07:48:38.8666667+00:00
Rhon Dy Tioco 0 Reputation points
accepted 2024-05-16T06:16:29.7366667+00:00
Rhon Dy Tioco 0 Reputation points
1 answer One of the answers was accepted by the question author.

Can not Deploy a Model due to Insufficient Quotas, What Should I do?

I am trying to follow a Microsoft Learning course and I am stuck on the "deploy your model" page. It says I don't have enough quotas. https://learn.microsoft.com/en-us/training/modules/get-started-openai/5-deploy-models Thanks This…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,235 questions
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,002 questions
asked 2024-05-03T14:15:00.08+00:00
Eric Zou 20 Reputation points
edited the question 2024-05-16T06:06:48.41+00:00
PRADEEPCHEEKATLA-MSFT 78,911 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Using the same credit card for two free accounts

Can I use the same credit card number (not prepaid neither virtual) to activate 2 free accounts associated with two differente people?

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,094 questions
asked 2024-05-15T16:21:55.1466667+00:00
Marius - Roma 351 Reputation points
commented 2024-05-16T05:51:52.29+00:00
Marius - Roma 351 Reputation points
9 answers One of the answers was accepted by the question author.

OneDrive error - You're already syncing a shortcut to a folder from this shared library

I had to reset Windows 10 on my Azure AD-joined computer, after which I upgraded from 1909 to 20H2. I now have OneDrive Build 20.201.1005.0009. Since then, I've had trouble reconnecting to all the SharePoint folders I was syncing with. For example, I'm a…

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,239 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,142 questions
asked 2020-12-14T14:32:45.493+00:00
David Schrag 376 Reputation points
commented 2024-05-16T05:49:52.15+00:00
Mohammud Israt Ally Khodadeen 0 Reputation points