How do you upload documents to teams but don't allow editing?
We are moving over to teams and like the idea of sharing docs, but how do we share docs and limit editing?
Microsoft Teams | Microsoft Teams for business | Other
Microsoft Teams - Tab App - Authentication (no popup in Desktop Client, but working in Teams Web)
I have a microsoft teams app, built with the yeoman teams generator. The app works fine in teams (web), but not in the desktop client. The issue seems to be related to this call (+/- the same as the sample): private async…
Microsoft Teams | Microsoft Teams for business | Other
Sysmon version: 4.30 Unable to log
System Monitor v11.0 - System activity monitor Copyright (C) 2014-2020 Mark Russinovich and Thomas Garnier Sysinternals - www.sysinternals.com Loading configuration file with schema version 4.22 Sysmon schema version: 4.30 …
Community Center | Not monitored
mac dont connect
I try to connect to from my mac to file share Whit this terminal command mount_smbfs -d 777 -f 777//centraldiag238:******@centraldiag238.file.core.windows.net centraldiag238 but the mac say but the terminal on mac say mount_smbfs: server connection…
Azure Virtual Machines
Windows Hello Webauthn page is behind the browser.
Windows Hello Webauthn page is behind the browser. I am using the windows hello webauthn for my intranet system. But one of my colleagues have a problem. When he tries to login with windows hello webauthn, the authentication page is behind the…
Community Center | Not monitored
Azure Fundamentals
where do i go on the microsoft learn site to see my score card for the Azure Fundamentals exam i just took
Community Center | Not monitored
Farmbeats: Failed to Create Device using Swagger API (Post) /Device
When I tried to crate a dvice from Swagger API .. from URL.."https://xxxfarmbeats-api.azurewebsites.net/swagger/" I copied and paste deviceModelID from "GET /Device"... When I tried to create a device, "POST /Device" …
Community Center | Not monitored
ASR Hyper-V to Azure - Enable Replication OK button grayed out, can't select VMs to replicate
I have Azure Site Recovery set up all the way through configuring a replication policy. When I go to Enable Replication > Source Configure, Source, Are you performing a migration? and Source location are all populated correctly, but the OK button is…
Azure Site Recovery
Should I use one Azure App Configuration resource for all my environments or one by environment ?
When I read the Azure App Configuration documentation, it seems it's possible to have only one Azure App Configuration for all my environments by using Labels. I find it nice to have in one place the configuration for all my environments and be able to…
Azure App Configuration
Need assistance to cope with Azure Automation PnP PowerShell Runbook throttling
Hello everybody, I am in the middle of building a solution using SharePoint, Azure Logic Apps and Azure Automation PowerShell runbooks. I have the following scenario: We have this ERP kind-off system that allows my (B2C) customer (kitchen…
Azure Automation
SQL 2014 Enterprise with TLS support
I need to install SQL 2014 Enterprise on a server that has TLS locked down to only TLS 1.2. Where can I find the install files for 2014 with SP2 already in the install files?
Community Center | Not monitored
Transfer Azure Plan subscription to another partner
Hello everyone, Is it possible to transfer an Azure Plan (CSP V2) subscription from a partner to another partner using back end billing change instead of migrating all resources to a new Azure Plan subscription manually? I found some…
Community Center | Not monitored
Is there an issue with container instance creation in AustraliaEast starting as of yesterday?
Hi, I have a customer's container and registry in the Australia East region, and until yesterday (after months of working) we were provisioning an image based on mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2019, with the…
Azure Container Instances
Point Azure Website on Azure VM running IIS WIN 2019 on Custom Domain DNS zone?
How do i accomplish this? The azure articles on how to do this are very confusing. It's not clear. I know i need to point an IP in my DNS zones, but can someone explain in lamen's terms which IP needs to be set where? Bindings?
Azure DNS
Azure App Service
Visual Studio 2019 Build
While building solution which has VB.NET standard projects and Core 3.1 projects, I am getting following error for all new core projects: XXXXXX.csproj.metaproj: The project file "XXXX.csproj" is not supported by MSBuild and cannot be built. …
Community Center | Not monitored
How to convert contentBytes to file csv with node js
Hi I use graph api to get csv attachment, but when I obtain the response is in base64, when I decode the contentByte does not access from json or readable from fs. which is the correct way to decode contentByte?
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Is there a way to reschedule updates to APIM?
Recently we've had a series of downtime occurrences in one of our APIs. When we investigated, we determined that APIM was doing some kind of automated update. Unfortunately, this has been happening multiple times per week, and always in the middle of the…
Azure API Management
Mapping data flow does not load any rows to 1 out of 2 branches
I have this mapping data flow, with two branches from 'RemoveHdlColumns'. When I run this the rows from MergingInput is only loaded through the bottom branch. All the rows are loaded for the 'Select2' transformation, but NO rows hits the…
Azure Data Factory
Add license
Hello, I have 4 shared computers at my business. I would like to log into Microsoft under the same user so all documents can be shared. However, when I log in it says i need an additional license. I do not mind purchasing more licenses but I do not want…
Microsoft Security | Microsoft Entra | Microsoft Entra ID
How to use Boolean to control visibility of item dynamically
How can I dynamically use a Boolean that I created to control the visibility of an item via a decision making statement? I created one in my control class but don't know how to link it to the item myself (i.e. a TextBlock). Update Page1.xaml <Page …