id
stringlengths 4
10
| text
stringlengths 4
2.14M
| source
stringclasses 2
values | created
timestamp[s]date 2001-05-16 21:05:09
2025-01-01 03:38:30
| added
stringdate 2025-04-01 04:05:38
2025-04-01 07:14:06
| metadata
dict |
---|---|---|---|---|---|
346657886 | Extension not working as of last update
It looks like some changes have been done to the SSH daemon config in the latest and we cannot connect using the AAD SSH extension as per https://docs.microsoft.com/en-us/azure/virtual-machines/linux/login-using-aad
We had to enable the following in the daemon configuration file and restart in order to login:
ChallengeResponseAuthentication in /etc/ssh/sshd_config is set to 'yes'.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: bb8e2623-1f79-aee3-bd97-8b5f647b6980
Version Independent ID: 6346b54d-cc8d-0b79-a6b8-f9144cfa2459
Content: Log in to a Linux VM with Azure Active Directory credentials
Content Source: articles/virtual-machines/linux/login-using-aad.md
Service: virtual-machines-linux
GitHub Login: @cynthn
Microsoft Alias: cynthn
For reference, this is the actual error message:
Aug 1 12:35:42 st-d-bas-vm01 sshd[45653]: pam_aad(sshd:auth): Failed to call back client. Make sure ChallengeResponseAuthentication in /etc/ssh/sshd_config is set to 'yes'.
Thanks for the feedback! We are currently investigating and will update you shortly.
@mariojacobo have you recently reset the password of this VM from the Azure Portal? There is a know problem that when resetting the password via the portal it changes the ChallengeResponseAuthentication to No. In that case you have to reinstall the AAD Login Extension to restore access or as you mentioned change the setting to yes from no. Both action will accomplish this.
That is correct, I reset the password from the portal right before we saw this issue. Is this going to be fixed, or should we just avoid changing the password from the portal ?
Hi @aavdberg I encounter the same issue with version 1.0.008300001-1 of the aadlogin rpm - what worked for me as a workaround is downgrade to the previous version:
yum downgrade aadlogin-1.0.006350001-1
| gharchive/issue | 2018-08-01T15:44:30 | 2025-04-01T06:37:14.035830 | {
"authors": [
"MicahMcKittrick-MSFT",
"hessfr",
"mariojacobo"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/12708",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
349460565 | Apache Spark in Azure HDInsight can also connect to Cosmos DB
Can I assume Apache Spark in Azure HDInsight can also connect to Cosmos DB using the same connector although the whole document does not mention it?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 5c77b390-e483-d7d4-3ea8-813a296c9e89
Version Independent ID: 3b1e6865-894e-9958-3e6d-4b04bf40e892
Content: Connect Apache Spark to Azure Cosmos DB
Content Source: articles/cosmos-db/spark-connector.md
Service: cosmos-db
GitHub Login: @tknandu
Microsoft Alias: ramkris
@kyyung Thanks for the feedback. We are actively investigating and will get back to you soon.
@kyyung yes the same connector works with Azure HDInsight as well, we are recommending customers to use Databricks as the setup process is much easier. If you are interested in getting HDInsight samples and know the versions that are compatible with the Java libraries, please refer to the : https://github.com/Azure/azure-cosmosdb-spark/tree/master repo, there are some samples with HDInsight.
#please-close
@kyyung We will now proceed to close this thread. If there are further questions regarding this matter, please reopen it and we will gladly continue the discussion.
| gharchive/issue | 2018-08-10T10:25:33 | 2025-04-01T06:37:14.041397 | {
"authors": [
"Mike-Ubezzi-MSFT",
"SnehaGunda",
"kyyung"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/13218",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
353828792 | custom dns setting implemention
can not spot it in the documentation
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 2b1afa49-a5b4-92db-68e8-3feeeff52eb3
Version Independent ID: c9191775-e49c-1462-e525-a5ce549ae743
Content: Create and use an internal load balancer with an Azure App Service Environment
Content Source: articles/app-service/environment/create-ilb-ase.md
Service: app-service
GitHub Login: @ccompy
Microsoft Alias: ccompy
Hi @rifaterdemsahin Thank you for reporting this issue! We will investigate and make any necessary changes.
@ccompy Would the below steps work for an ILB ASE in order to control outbound DNS lookups for each app in the ILB ASE? If so, is this something you would consider adding to the doc?
Go to the web app->settings->Application Settings-> App Settings section
Add the following: (WEBSITE_NODE_DEFAULT) should already be there.
a. WEBSITE_DNS_SERVER with value having the IP address of the primary DNS server.
b. WEBSITE_ALT_DNS_SERVER (optional), with value having the IP address of a second DNS server.
Then save the settings & restart webapp in portal.
Double check the web app can actually connect to the DNS server:
a. In kudu console, run:
Nameresolver.exe [hostname-to-lookup] [dns-server-to-use]
First argument should be the hostname you are trying to look up, second argument is one of the DNS servers from step 1)
If this times out, there is an issue with how your DNS servers are configured (firewalls, etc.)
thanks that is a workaround for us
#please-close
| gharchive/issue | 2018-08-24T15:25:46 | 2025-04-01T06:37:14.048418 | {
"authors": [
"BryanTrach-MSFT",
"madsd",
"mike-urnun-msft",
"rifaterdemsahin"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/13943",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
358648256 | can't load file using Basic authentication
Hi,
I tried multiple times to create a pipeline using a http connection with basic authentication. The connection is tested successfully but when using the preview button an error message is shown instead of the data. (Error message from Server in the data preview window that I'm not authorized).
Best regards
Thomas
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: fb254eed-873c-17d6-3d95-1d1c93a901b4
Version Independent ID: 13e1abe1-486b-6eeb-36aa-2d4b17587bb5
Content: Copy data from HTTP source using Azure Data Factory
Content Source: articles/data-factory/connector-http.md
Service: data-factory
GitHub Login: @linda33wj
Microsoft Alias: jingwang
@tloewenpapst Thanks for the feedback. We are actively investigating and will get back to you soon.
@tloewenpapst for HTTP connector, the test connection in linked service config page doesn't really validate the cred. To further troubleshoot, I'd suggest you use e.g. Postman to test the config (URL/method/header/body/etc.) outside of ADF first, then come back and apply the same into ADF configure.
#please-close
Hi, my team has the same problem. ADF doesn't pass authorisation header to our endpoint when using HttpServer linked service. (Web activity works fine though) Any updates @vasivara-MSFT @linda33wj ?
I believe i've had the same issue here as OP..
After a lot of digging I found that the way ADF will call the endpoint is to first not send the authentication header, and expect of 401 response with a valid WWW-Authenticate header present.
When it receives this it will hit the endpoint again with the Authenticate header present..
This is why when your looking at what is sent by ADF it appears as no basic authenticate header present.
Here's my code snippet that i got working:
string Realm = "ExampleRealm";
try
{
//Split auth header
authHeader = Encoding.UTF8.GetString(Convert.FromBase64String(req.Headers.Authorization.Parameter)).Split(':');
// Map to authheader split
username = authHeader[0];
password = authHeader[1];
} catch(Exception ex)
{
// No Authentication header was passed - return a 401 as per protocol
HttpResponseMessage response = new HttpResponseMessage(HttpStatusCode.Unauthorized);
response.Headers.Add("WWW-Authenticate", "Basic realm=" + Realm);
return response;
}
And the documentation describing the protocol (see diagram)
https://docs.microsoft.com/en-us/aspnet/web-api/overview/security/basic-authentication
Hope this helps
| gharchive/issue | 2018-09-10T14:26:41 | 2025-04-01T06:37:14.056796 | {
"authors": [
"gekk00",
"linda33wj",
"random82",
"tloewenpapst",
"vasivara-MSFT"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/14741",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
367749787 | How to create Swagger for an azure function (v2)?
You can only create v2 functions in the portal, but the portal does not support generating swagger for v2.
I'm creating a function app to be called from powerapps. Can you point me towards an example on how to do this?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: f713e2b2-710e-8036-c4d7-8910927525e3
Version Independent ID: bee3baa6-df72-aea1-9b0b-42f574b4745e
Content: Create an OpenAPI definition for a function
Content Source: articles/azure-functions/functions-openapi-definition.md
Service: azure-functions
GitHub Login: @ggailey777
Microsoft Alias: glenga
Or just tell me how to create a v1 function in the portal?
Hi @PeterWallenius. The OpenAPI feature is only available for v1 functions as of today.
You can refer to this doc on how to change the runtime version of a function app to v1.
Please be aware that this change will only be possible in an empty function app and would require you to manually migrate any existing functions.
@PeterWallenius Sorry but we do not make any comment on future plans here.
You can monitor the Azure Updates or App Service Announcements pages for any such news.
You could also create a feature request in UserVoice.
We will now proceed to close this thread. If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue.
The code for the function has been updated to v2, it doesn't compile on Azure Function V1, which you are forced to use for the rest of the thing to work. You should roll back to V1 code.
| gharchive/issue | 2018-10-08T11:38:38 | 2025-04-01T06:37:14.064791 | {
"authors": [
"Jiihaa",
"PeterWallenius",
"PramodValavala-MSFT"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/16394",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
393330617 | Application Name
The application name for the tutorial app is todolistapp, not ServiceMeshApp.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 9d144f2b-a0a4-d8cd-d6b0-7ca75d4890fc
Version Independent ID: e022f907-336e-ddf5-b282-c21e3f575f27
Content: Tutorial- Deploy a Service Fabric Mesh application
Content Source: articles/service-fabric-mesh/service-fabric-mesh-tutorial-deploy-service-fabric-mesh-app.md
Service: service-fabric-mesh
GitHub Login: @TylerMSFT
Microsoft Alias: twhitney
Thanks for the feedback! We are currently investigating and will update you shortly.
Sounds good! I forgot to mention, but the specific issue would be with the code 'az mesh app show --resource-group $rg --name ServiceMeshApp'. Since I believe the deployed mesh app is called 'todolistapp' (https://github.com/Azure-Samples/service-fabric-mesh/blob/master/src/todolistapp/todolistapp/App Resources/app.yaml), that command fails. Hope this helps!
@damienestewart You are right. The command is updated now.
Thanks for reporting.
| gharchive/issue | 2018-12-21T06:13:58 | 2025-04-01T06:37:14.070529 | {
"authors": [
"damienestewart",
"jakaruna-MSFT"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/21139",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
398922375 | Can't connect
I can't get this to work.
wget https://cacert.omniroot.com/bc2025.crt
export SSL_VERSION=TLSv1_2
export SSL_CERTFILE=/bc2025.crt
cqlsh --version
>> cqlsh 5.0.1
cqlsh myhost.cassandra.cosmosdb.azure.com 10350 -u <user> -p <passwd> --ssl
>> Connection error: ('Unable to connect to any servers', {'<ip>': error(0, u"Tried connecting to [('<ip>', 10350)]. Last error: unknown error (_ssl.c:2947)")})
I've tried it on my macbook, and also in a docker container.
The network port is reachable (tested with telnet).
Document details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: b6c47387-6172-e49b-5144-c843c91815a8
Version Independent ID: 93cad71b-c859-3ae7-32c2-931ef46dd603
Content: Apache Cassandra features & commands supported by Azure Cosmos DB Cassandra API
Content Source: articles/cosmos-db/cassandra-support.md
Service: cosmos-db
GitHub Login: @kanshiG
Microsoft Alias: govindk
@Mike-Ubezzi-MSFT This is still an open issue. We have the same problem and multiple troubleshooting steps using docs and this article, still not working.
We can connect using non-SSL with:
SSL_VERSION=TLSv1_2
export SSL_VALIDATE=false
./cqlsh [SERVER] [PORT] -u [USER] -p [PASS] --ssl
Connected to CosmosProd at [...].
[cqlsh 5.0.1 | Cassandra 3.11.0 | CQL spec 3.4.4 | Native protocol v4]
Then with SSL_VALIDATE=true....It fails.
SSL_VERSION=TLSv1_2
export SSL_VALIDATE=true
chmod 600 ~/.ssh/bc2025.crt
export SSL_CERTFILE=~/.ssh/bc2025.crt
./cqlsh [SERVER] 10350 -u [USER] -p [PASS] --ssl --debug
Using CQL driver: <module 'cassandra' from '../lib/cassandra-driver-internal-only-3.11.0-bb96859b.zip/cassandra-driver-3.11.0-bb96859b/cassandra/__init__.py'>
Using connect timeout: 5 seconds
Using 'utf-8' encoding
Using ssl: True
Connection error: ('Unable to connect to any servers', {'XXX.XX.XXX.XX': error(0, u"Tried connecting to [('XXX.XX.XXX.XX', 10350)]. Last error: unknown error (_ssl.c:2825)")})
@Mike-Ubezzi-MSFT The docker container was the public 'cassandra' image from dockerhub (Linux).
I'm still getting the same error when I attempt to connect from my macbook as a regular user.
I have Wireshark installed but I'm unsure how to capture the relevant packets. I tried the filters tcp.dstport==10350 and/or ip.dst == 104.45.16.183 but no packets are shown. If you can please provide the correct filter, we can debug this further.
@rolanddb @clayroach Can you guys detail the region you have your Cosmos DB Cassandra API deployed to? I am deployed to West US, and in trying just now, it is not working. As you can see from my previous post, it was working....now it is not. I will go back to the product group. Thank you for bringing this to my attention.
@Mike-Ubezzi-MSFT We were deploying to US East
@Mike-Ubezzi-MSFT westeurope
Team apologies I am out PTO.
We have seen this issue when client os has earlier version of OpenSSL. This needs to be upgraded to latest-1.0.2 which has support for tls v 1.2.
Depending on os - you need way to upgrade the SW.
.
From: Clay Roach notifications@github.com
Sent: Friday, February 1, 2019 8:39:35 PM
To: MicrosoftDocs/azure-docs
Cc: Govind Kanshi; Mention
Subject: Re: [MicrosoftDocs/azure-docs] Can't connect (#22384)
@Mike-Ubezzi-MSFThttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FMike-Ubezzi-MSFT&data=02|01|govind.kanshi%40microsoft.com|1139282d4b804ad8f70b08d68857474c|72f988bf86f141af91ab2d7cd011db47|1|0|636846305818063551&sdata=DXQQg8pRCi0GkG57Rx1aOHVl5GKHT65AZeBtxHDEMm8%3D&reserved=0 This is still an open issue. We have the same problem and multiple troubleshooting steps using docs and this article, still not working.
We can connect using non-SSL with:
SSL_VERSION=TLSv1_2
export SSL_VALIDATE=false
./cqlsh [SERVER] [PORT] -u [USER] -p [PASS] --ssl
Connected to CosmosProd at [...].
[cqlsh 5.0.1 | Cassandra 3.11.0 | CQL spec 3.4.4 | Native protocol v4]
Then with SSL_VALIDATE=true....It fails.
SSL_VERSION=TLSv1_2
export SSL_VALIDATE=true
chmod 600 ~/.ssh/bc2025.crt
export SSL_CERTFILE=~/.ssh/bc2025.crt
./cqlsh [SERVER] 10350 -u [USER] -p [PASS] --ssl --debug
Using CQL driver: <module 'cassandra' from '../lib/cassandra-driver-internal-only-3.11.0-bb96859b.zip/cassandra-driver-3.11.0-bb96859b/cassandra/init.py'>
Using connect timeout: 5 seconds
Using 'utf-8' encoding
Using ssl: True
Connection error: ('Unable to connect to any servers', {'XXX.XX.XXX.XX': error(0, u"Tried connecting to [('XXX.XX.XXX.XX', 10350)]. Last error: unknown error (_ssl.c:2825)")})
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FMicrosoftDocs%2Fazure-docs%2Fissues%2F22384%23issuecomment-459753870&data=02|01|govind.kanshi%40microsoft.com|1139282d4b804ad8f70b08d68857474c|72f988bf86f141af91ab2d7cd011db47|1|0|636846305818063551&sdata=3BkoTRtzfgCtKzTRUAUrZthINbv4suCQqfqs89fRPso%3D&reserved=0, or mute the threadhttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAVve-WR26p9v4xbit6hvWuE0EjlANQb5ks5vJFivgaJpZM4Z-Zpu&data=02|01|govind.kanshi%40microsoft.com|1139282d4b804ad8f70b08d68857474c|72f988bf86f141af91ab2d7cd011db47|1|0|636846305818073544&sdata=sRujrdr9yhPwiFcIoRLpiFxbYvUefLIMgW6swPbsY2I%3D&reserved=0.
Make sure you have the following environment variable set:
SSL_CERTFILE=/usr/lib/ssl/certs/ca-certificates.crt
This ca-certificates.crt file is part of the OpenSSL installation, so simply find the path to it based upon your OS and set it as a system or user environment variable.
@kanshiG I've tried with these versions:
Container:
OpenSSL 1.1.0j 20 Nov 2018
Mac:
OpenSSL 1.1.1a 20 Nov 2018
AFAIK support for TLS1.2 was added in OpenSSL 1.0.1, so this should be OK.
@Mike-Ubezzi-MSFT Thanks, that did the trick!
So what is the deal with bc2025.crt? It seems like this file on its own cannot be used to establish a connection. And when using /usr/lib/ssl/certs/ca-certificates.crt it is not needed at all.
For future reference. You can get this to work on a random machine by using the CA bundle from curl (https://curl.haxx.se/docs/caextract.html).
wget https://curl.haxx.se/ca/cacert.pem -O /tmp/cacert.pem
export SSL_VERSION=TLSv1_2
export SSL_CERTFILE=/tmp/cacert.pem
export COSMOS_HOST=<user>.cassandra.cosmos.azure.com
export COSMOS_USER=<user>
export COSMOS_PASS=<pass>
cqlsh $COSMOS_HOST 10350 -u $COSMOS_USER -p $COSMOS_PASS --ssl
Yes, you just need to point the variable SSL_CERTFILE to a Trusted CA root bundle. You can use the variable SSL_VALIDATE=true to verify the certificate chain if there are any concerns.
| gharchive/issue | 2019-01-14T14:51:15 | 2025-04-01T06:37:14.091038 | {
"authors": [
"Mike-Ubezzi-MSFT",
"clayroach",
"kanshiG",
"rolanddb"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/22384",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
409091714 | Can users query available versions before creating an AKS cluster?
As of acs (2.0.24) and azure-cli (2.0.25), seems like az aks get-versions no longer takes --location but instead needs -g and -n. Does this mean users can no longer query available versions ahead of deploying an AKS cluster? Either way, the command shown here should change appropriately.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: ec484163-5d73-af3a-3d7b-9e0d421d2824
Version Independent ID: 42da7aed-a33d-e331-fb7f-4fb4b40e5813
Content: Supported Kubernetes versions in Azure Kubernetes Service
Content Source: articles/aks/supported-kubernetes-versions.md
Service: container-service
GitHub Login: @sauryadas
Microsoft Alias: saudas
Thanks for reaching out. We are currently investigating and will update you shortly.
This is related to the azure-cli version. It seems that the RP doesn't like older CLI versions, particularly before this breaking change.
As a result, I've suggested a minor edit to docs. @iainfoulds
Discussed offline with @bureado. For tracking, this doc is being updated as part of https://github.com/MicrosoftDocs/azure-docs-pr/pull/66242
| gharchive/issue | 2019-02-12T02:46:02 | 2025-04-01T06:37:14.097882 | {
"authors": [
"Karishma-Tiwari-MSFT",
"bureado",
"iainfoulds"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/24741",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
433739706 | Port reuse
Connection pooling information is missing. EventHubClient doesn't have an Open() method or a property to check the connection status.
If you have multiple entity paths and multiple connection strings, other than using a static instance for each connection string you don't have many options.
But what happens if you don't ever close the connection to reuse ports? Would it cause any problems?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: c4c6d63e-95f5-de2c-972b-4da5fe71a6a6
Version Independent ID: 338bbd1b-d86d-ff48-0b8a-1d48cb9547f2
Content: Send events using .NET Core - Azure Event Hubs
Content Source: articles/event-hubs/event-hubs-dotnet-standard-getstarted-send.md
Service: event-hubs
GitHub Login: @ShubhaVijayasarathy
Microsoft Alias: shvija
@yigitgursoy : Thanks for the feedback and bringing this to our notice . At this time we are reviewing the feedback and will update the document as appropriate .
@yigitgursoy : We have assigned the issue to the content author . They will evaluate & update the document as appropriate
This sample was updated recently. #please-close
This sample was updated recently. #please-close
| gharchive/issue | 2019-04-16T11:57:18 | 2025-04-01T06:37:14.103585 | {
"authors": [
"himanshusinha-msft",
"spelluru",
"yigitgursoy"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/29482",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
434396402 | Any instructions on how to do ILB?
In case I don't want the external public IP.. how do I do this?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 68b5d00d-529b-a8be-47bf-773c967f0e72
Version Independent ID: 0cf044ef-b26f-a8fa-213f-1e3fffaf53d6
Content: Install Istio in Azure Kubernetes Service (AKS)
Content Source: articles/aks/istio-install.md
Service: container-service
GitHub Login: @paulbouwer
Microsoft Alias: pabouwer
Thanks for the feedback! We are currently investigating and will update you shortly.
@paulbouwer do you know of the command for this ask? I looked through the istio commands but didn't have much luck.
@mganeshphani just FYI, I am looking into this offline. Some people are out of office for the holiday weekend so I do not expect to have anything to share until next week.
@mganeshphani - have a look at the details in issue #21106. Let us know if this resolves your query.
/cc @MicahMcKittrick-MSFT
Thanks @paulbouwer
@mganeshphani let us know if that helps.
@mganeshphani I will close this for now. If you have further questions just let me know and we can always reopen and continue.
| gharchive/issue | 2019-04-17T17:17:46 | 2025-04-01T06:37:14.109302 | {
"authors": [
"MicahMcKittrick-MSFT",
"mganeshphani",
"paulbouwer"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/29592",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
440886229 | Cache not working
Hi, i followed all the steps and prerequisites mentioned in this tutorial, but still i am unable to see any response cache.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: ad05f88c-be94-58f8-b05c-a4a1a102e24f
Version Independent ID: 8f58d4b1-73f7-41f2-a15b-fe71d8bf82b0
Content: Add caching to improve performance in Azure API Management
Content Source: articles/api-management/api-management-howto-cache.md
Service: api-management
GitHub Login: @vladvino
Microsoft Alias: apimpm
Hi @shabirjan Thank you for your feedback! We will review and update as appropriate.
@mike-urnun-msft Hi is there any update regarding my issue?
@shabirjan Could you explain more about this. What are you expecting and what is the outcome .
@DixitArora-MSFT What what i am expecting from cache is that Once i call a request and it takes 1500ms the next time it should take 20ms as data has to be fetched from Cache. Please correct me if i am wrong
Ok my bad i meant seconds. @DixitArora-MSFT i agree. But as i mentioned if i enable cache i would expect that for next 20 seconds or whatever duration i have defined i ll get cache response instead of new request. And I am unable to achieve that using the steps you mentioned in the tutorial/document.
@shabirjan When we enable cache then response will not be served from back-end but rather from APIM cache. This cache is valid for 20 seconds. To verify the response , you can enable Ocp-Apim-Trace which give us clear picture whether the response is from APIM cache or back-end.
@shabirjan For now I will proceed with closure of this and If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue
| gharchive/issue | 2019-05-06T21:03:40 | 2025-04-01T06:37:14.116065 | {
"authors": [
"DixitArora-MSFT",
"mike-urnun-msft",
"shabirjan"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/30675",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
453737715 | Offline capability
does this feature support offline senario?
Or any method that support edge to device offline communication?
@haohaowasky Thanks for reaching out to us. Can you provide us more details about the feature or the doc you are referencing?
@haohaowasky We have not heard from you in a while. We will now proceed to close this thread. If you have further questions, please tag me in the comments and I will gladly continue the conversation.
| gharchive/issue | 2019-06-08T00:43:18 | 2025-04-01T06:37:14.117974 | {
"authors": [
"ManojReddy-MSFT",
"haohaowasky"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/32955",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
468030053 | Can't connect to KeyVault
This line:
(Invoke-WebRequest -Uri "https://XXXX.vault.azure.net/secrets/YYYY?api-version=2016-10-01" -Method GET -Headers @{Authorization="Bearer $KeyVaultToken"}).content
throws an error:
Invoke-WebRequest : The remote name could not be resolved: 'XXXX.vault.azure.net'
At line:1 char:2
MIS in enabled on Azure VM.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: b6ae37a8-0a93-e077-d15f-50d2d0d6aa99
Version Independent ID: 41e1b28a-704d-431c-5dc8-9cbf063f9cc3
Content: Use a Windows VM system-assigned managed identity to access Azure Key Vault
Content Source: articles/active-directory/managed-identities-azure-resources/tutorial-windows-vm-access-nonaad.md
Service: active-directory
Sub-service: msi
GitHub Login: @MarkusVi
Microsoft Alias: markvi
@MahdeeT Thank you for your query. We will investigate and update further.
Hello any news on this? We do not understand why we cannot connect to our AKV by using token.
@MahdeeT Can you try the following
Check if you have configured any network security rules on your key vault as described here
On the VM, can you use a user account and see if you can retrieve the secrets?
@MahdeeT We have not heard from you in a while. We will now proceed to close this thread. If you have further questions, please tag me in the comments and I will gladly continue the conversation.
Sorry for delay. Yes I can connect normally to y keyvault using the CMD let specific to key vaults, but using MIS, I can't.
@MahdeeT Can you send the tokens you obtained in both the scenarios (MSI and user) from the VM in the cloud?
Also please confirm that there no network restrictions configured as per my previous post.
no network issue.
the strange thing is even the first command, throws an error. I mean this very first command:
$response = Invoke-WebRequest -Uri 'http://169.254.169.254/metadata/identity/oauth2/token?api-version=2018-02-01&resource=https%3A%2F%2Fvault.azure.net' -Method GET -Headers @{Metadata="true"}
throws, "Invoke-WebRequest : Unable to connect to the remote server".
Anything I should check? Msi is enabled on azure VM.
@MahdeeT We apologize for the delay in having this handled on our side. This may require additional deeper troubleshooting to understand it better . We would like to request you to send an email to us on azcommunity[at]microsoft[dot]com and we will help you with alternate support options on this issue.
Thank you.
| gharchive/issue | 2019-07-15T09:35:52 | 2025-04-01T06:37:14.128669 | {
"authors": [
"MahdeeT",
"ManojReddy-MSFT",
"shashishailaj"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/35118",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
498068640 | Rewrite section
"In the Key Vault Status page, click Key Vault Repository to create a new vault or choose an existing vault. If you choose to create a new vault, use the following table to help you configure the vault and click Create. see to create new Key Vault inside same subscription and resource group."
Hi @cephalin, I'm not sure what happened with this section but it's missing some links or half a sentence or something.
Seems to have been added entirely here. The (Japanese) localized version is making an effort to translate that and it is very confusing.
https://github.com/MicrosoftDocs/azure-docs/commit/6c1ea5073d369c047bf5c2d26d293944b70732c1#diff-955c86d8cd8cb9b6001817750a770a75
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: fa7e21c2-d024-dda5-a468-b140422b9fae
Version Independent ID: 5475c8e6-1186-8ed1-2ad6-6eaa2cac871f
Content: Buy and configure an SSL certificate from Azure - App Service
Content Source: articles/app-service/web-sites-purchase-ssl-web-site.md
Service: app-service
GitHub Login: @cephalin
Microsoft Alias: cephalin
@dcbrown16 Thanks for the feedback! We are currently investigating and will update you shortly.
@dcbrown16 Thanks for bringing this to our attention. Your feedback has been shared with the content owner for further review.
@dcbrown16 removed the dangling sentence. It should be published sometime today. #please-close
| gharchive/issue | 2019-09-25T06:07:52 | 2025-04-01T06:37:14.134823 | {
"authors": [
"SnehaAgrawal-MSFT",
"cephalin",
"dcbrown16"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/39494",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
520194471 | No way to specify location?
The location drop-down menu is grayed out for me. Is this expected?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 8cb1c7ba-83cb-e32a-85bd-3260bdefaee2
Version Independent ID: a5229c23-ac2d-3972-6b54-d4e70db5c046
Content: Quickstart - Create an Azure CDN profile and endpoint
Content Source: articles/cdn/cdn-create-new-endpoint.md
Service: azure-cdn
GitHub Login: @mdgattuso
Microsoft Alias: magattus
Yes, since CDN is a global resource it should be grayed out and set to Global. From taking a look it seems it's defaulted to Central US. is that what you're seeing? We can update this, and update the doc to reflect the change.
I'm seeing West US, but good to know. Thank you!
@mdgattuso Thanks for the quick response. :+1:
| gharchive/issue | 2019-11-08T19:30:34 | 2025-04-01T06:37:14.139384 | {
"authors": [
"KrishnaG-MSFT",
"gvashishtha",
"mdgattuso"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/42446",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
533875647 | Spot Virtual Machines and Batch
When will this page include details and timelines on the planned change from low priority to spot vms?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: a4e98e12-baca-7a61-d646-0ee919c67368
Version Independent ID: 1d5a27cb-0b01-eda3-120b-cb33bc4d7f87
Content: Run workloads on cost-effective low-priority VMs - Azure Batch
Content Source: articles/batch/batch-low-pri-vms.md
Service: batch
GitHub Login: @mscurrell
Microsoft Alias: markscu
one more clarification on this regard, will spot instances be GA in azure batch? Since low priority were GA and spot are in preview mode
@assaf-grth Azure batch will continue to use low priority VM's
The modifications to this page are underway and will be published early next week. Batch will continue to support low-pri VMs using the current SDK for a period of time; likely a year. In first quarter 2020, we'll also add support for Spot VMs to Batch service and SDK - spot naming will replace low-priority and we'll add the optional max-price parameter when creating a pool with spot VMs. So both low-pri and spot will be supported for a time, depending on whether using current SDK version or a new SDK version. One important point we'll highlight in the documentation is that it will not be possible to use Spot VMs with 'Cloud Service Configuration' pools, customers will need to move to 'Virtual Machine Configuration' pools to access the low-cost spot VMs.
@mscurrell Thanks for the information.
Can we close this issue or do you want me to assign this issue to you?
@assaf-grth I hope your question is answered. Let us know if you need more info
@assaf-grth
I will close this out for now. If you need additional help please let me know and we can reopen and continue.
| gharchive/issue | 2019-12-06T10:27:09 | 2025-04-01T06:37:14.145997 | {
"authors": [
"assaf-grth",
"jakaruna-MSFT",
"mscurrell"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/44193",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
553917761 | Replicaset failed while using dynamic persistent volume
Using Dynamic Persistent Volume on a replicaset failed. I have two nodes in the cluster. Looks like the scheduler tried to put two replicas in a different node and it failed. What is recommendation here?
Multi-Attach error for volume "pvc-f1abb0d3-3d88-11ea-87d7-c66ae62af630" Volume is already used by pod(s) personapi-deployment-76f87f7d88-tjzlg
Warning FailedMount 74s (x12 over 26m) kubelet, aks-linuxpool-32527354-1 Unable to mount volumes for pod "personapi-deployment-76f87f7d88-gldd6_development(afa36837-3d89-11ea-87d7-c66ae62af630)": timeout expired waiting for volumes to attach or mount for pod "development"/"personapi-deployment-76f87f7d88-gldd6".
Deployment YAML below:
apiVersion: apps/v1
kind: Deployment
metadata:
name: personapi-deployment
namespace: development
labels:
app: personapi
spec:
replicas: 3
selector:
matchLabels:
app: personapi
template:
metadata:
labels:
app: personapi
spec:
containers:
- name: personapiv1
image: <xxxxx>.azurecr.io/person:v1
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 250m
memory: 256Mi
volumeMounts:
- mountPath: "/mnt/azure"
name: volume
volumes:
- name: volume
persistentVolumeClaim:
claimName: azure-managed-disk
apiVersion: v1
kind: Service
metadata:
name: personapi-service
namespace: development
spec:
selector:
app: personapi
ports:
protocol: TCP
port: 80
targetPort: 80
type: LoadBalancer
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: d1ac572f-c613-71fc-580a-2805b740b793
Version Independent ID: b4aeef15-7b0f-abc7-872e-28051e10d6ca
Content: Dynamically create and use a persistent volume with Azure disks in Azure Kubernetes Service (AKS)
Content Source: articles/aks/azure-disks-dynamic-pv.md
Service: container-service
GitHub Login: @mlearned
Microsoft Alias: mlearned
Persistent Volume can either be Azure Disk and Azure File. I believe in this case you are trying to use a PVC with a Deployment Object.
While this is supported, there is a limitation with the number of replica a deployment object can have. Since Azure Disk is a single POD volume (can only be attached to a single VM / Pod. Running 2 replica will cause the reported issue.
In AKS, the Default Storage Class is configured to provision standard Azure Disk.
When a user wants to leverage Dynamic Persistent Volume Claim, he normally only set the volume Size and let the default storage class do its magic. (in this case , provision an Azure Disk, Attach it to the VM where the POD is running, and mount the disk on the VM)
If multiple replicates are needed with a PVC, a Statefulset should be used instead of a Deployment Object.
ref: https://akomljen.com/kubernetes-persistent-volumes-with-deployment-and-statefulset/
Any update?
We will now close this issue. If there are further questions regarding this matter, please tag me in a comment. I will reopen it and we will gladly continue the discussion.
| gharchive/issue | 2020-01-23T03:31:23 | 2025-04-01T06:37:14.157498 | {
"authors": [
"Karishma-Tiwari-MSFT",
"rjosephp"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/46676",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
567314065 | CXP - Test for Mixed Reality
Azure documentation issue guidance
Thanks for opening an issue in the Azure technical documentation repository.
We use GitHub issues as the primary channel for customer and community feedback about the Azure documentation.
Creating an issue
We prefer that you create documentation feedback issues using the Feedback link on the published article - the feedback control on the doc page creates an issue that contains all the article details so you can focus on the feedback part.
You can also create a feedback issue here in the repo. If you do this, please make sure your issue lists:
[ ] The relevant Azure service or technology.
[ ] A link to the published documentation article that you have feedback about.
[ ] Clear, specific feedback that the author can act on.
Pull requests and article contributions
If you know the change that is needed in an article, we encourage you to submit the changes directly using a pull request. If the change is large, or if you want to contribute an entire article, follow these guidelines:
[ ] Don't surprise us with a big pull request or a pull request with a new article! Submit an issue that describes the details of the proposed large change or new article.
[ ] Include the service or technology area.
We'll route the issue to the appropriate content team for review and discussion.
Tech support and product feedback
If you would like to contact Microsoft about other things, such as product feedback or tech support, please review these guidelines:
If you need technical support using Azure, the paid and free support options are described here: https://azure.microsoft.com/support/options/.
Each article in the Azure technical documentation contains a product feedback button - it's best to submit product feedback directly from a relevant article. Otherwise, you can submit product feedback for most Azure products in the following product feedback forum: https://feedback.azure.com/forums/34192--general-feedback.
@AshokPeddakotla-MSFT Thanks for the feedback! We are currently investigating and will update you shortly.
Closing issue, as this is only a test.
| gharchive/issue | 2020-02-19T04:49:46 | 2025-04-01T06:37:14.163757 | {
"authors": [
"AshokPeddakotla-MSFT",
"BryanTrach-MSFT",
"Mike-Ubezzi-MSFT"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/48412",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
608223130 | Getting Context Deadline Exceeded while capturing image using Packer
I am using a Packer to create an image but sometime it is failing with "Context Deadline Exceeded" error while capturing image... in 15 mins As per the packer, we increased the time out polling_duration_timeout to 1 hour even though it is failing with same error and strage it is still failing in 15 mins only.
2020-04-24T14:27:52.3374864Z ##[debug]**************************************/
2020-04-24T14:27:52.3375081Z ##[debug]Match start index: -1
2020-04-24T14:27:52.3375317Z ##[debug]Match start index: -1
2020-04-24T14:42:52.5764605Z ==> vhd:
2020-04-24T14:42:52.5764746Z
2020-04-24T14:42:52.5765160Z ##[debug]Parsing log line to extract output...
2020-04-24T14:42:52.5765404Z ##[debug]/*************************************
2020-04-24T14:42:52.5765636Z ##[debug]==> vhd:
2020-04-24T14:42:52.5765833Z ##[debug]**************************************/
2020-04-24T14:42:52.5766731Z ##[debug]Match start index: -1
2020-04-24T14:42:52.5767035Z ##[debug]Match start index: -1
2020-04-24T14:42:52.5767527Z ==> vhd: Future#WaitForCompletion: context has been cancelled: StatusCode=200 -- Original Error: context deadline exceeded
2020-04-24T14:42:52.5767688Z
2020-04-24T14:42:52.5767905Z ##[debug]Parsing log line to extract output...
2020-04-24T14:42:52.5768118Z ##[debug]/*************************************
2020-04-24T14:42:52.5768405Z ##[debug]==> vhd: Future#WaitForCompletion: context has been cancelled: StatusCode=200 -- Original Error: context deadline exceeded
2020-04-24T14:42:52.5768689Z ##[debug]**************************************/
2020-04-24T14:42:52.5769075Z ##[debug]Match start index: -1
2020-04-24T14:42:52.5769311Z ##[debug]Match start index: -1
If you see above where I marked as bold, there it is trying to capture image.. but after 15 mins it is throughing "Context Deadline Exceeded". Can some one help me on this issue what exactly it is causeing?
OS Type: Windows
Packer Version: 1.3.2
@rameshpzen3001 Thank you for your question!
Since this channel is for driving improvements towards MS Docs, could you provide the URL of the specific documentation that your feedback is applicable to? That way, we are able to make sure your feedback is addressed by the right team.
@rameshpzen3001 Any update on the issue?
I am sorry I am not sure what document you are referring for. But you can refer this link where exactly I am trying to create a new Image using Packer.
https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/virtual-machines/windows/build-image-with-packer.md
If you see above screen shot it is capturing the image. But in my Release it is getting timeout error while capturing image where exactly the same step. Could you please some one help on this?
@rameshpzen3001 Thanks for sharing the details.
This issue can be better handled via a support case as this need live troubleshooting. I request you to open a support case and a dedicated engineer can work on this issue.
If you don't have the ability to open a technical support ticket, you can email me with Subject as "ATTN: Vikas" at AzCommunity@microsoft.com and provide me with your SubscriptionID and link to this thread. I can then enable your subscription for one time Free support.
Also, once you get the issue fixed, request you to reply back here on the thread with the resolution steps for the benefit of the community.
As this channel is for driving improvements towards MS Docs, and this issue is not related directly to the document. We will now proceed to close this issue and you can get this resolved via support case.
| gharchive/issue | 2020-04-28T10:55:46 | 2025-04-01T06:37:14.174770 | {
"authors": [
"VikasPullagura-MSFT",
"rameshpzen3001"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/53477",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
610311823 | This content seems out of date based on the latest SDK
The latest SDK (https://azuresdkdocs.blob.core.windows.net/$web/javascript/azure-arm-cdn/4.2.0/index.html) has some differences in implementation for the samples that are shown. For one example, the purgeContent endpoint parameters are in a different order in the current SDK than they are in the documentation. I think this help topic needs to be updated based on the latest versions.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 1f67b0c4-31b3-e92c-909d-2e623b9c4608
Version Independent ID: 8eedf51d-274f-c7e1-024b-1e237fc88904
Content: Get started with the Azure CDN SDK for Node.js
Content Source: articles/cdn/cdn-app-dev-node.md
Service: azure-cdn
GitHub Login: @zhangmanling
Microsoft Alias: mazha
@dpolivy
Thanks for the feedback! I have assigned the issue to the content author to investigate further and update the document as appropriate.
Assigning to PM for review
#reassign:@amitsriva
#reassign: gunjanj
Thank you for you dedication to our documentation.
Unfortunately, we have been unable to review this issue in a timely manner. We sincerely apologize for the delayed response. We are closing this issue. If you feel that the problem persists, please respond to this issue with additional information.
Please continue to provide feedback about the documentation. We appreciate your contributions to our community.
#please-close
| gharchive/issue | 2020-04-30T18:58:30 | 2025-04-01T06:37:14.181098 | {
"authors": [
"YutongTie-MSFT",
"asudbring",
"dpolivy",
"duongau"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/53755",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
645739099 | Automatic deletion feature not released
Article states that in June, the auto deletion feature will be available. The month is nearly over and the feature is not released.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 6a9c195d-22dc-a381-dedd-b829d6a3e82f
Version Independent ID: eed3f4f4-98b3-f47e-07d4-d146085cfc68
Content: Deployment quota exceeded - Azure Resource Manager
Content Source: articles/azure-resource-manager/templates/deployment-quota-exceeded.md
Service: azure-resource-manager
Sub-service: templates
GitHub Login: @mumian
Microsoft Alias: jgao
@tfitzmac - can you check on this?
@bunkrur - thanks for this feedback. I will change that note.
| gharchive/issue | 2020-06-25T17:39:17 | 2025-04-01T06:37:14.186303 | {
"authors": [
"bunkrur",
"mumian",
"tfitzmac"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/57878",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
305956819 | Why only .NET core was mentioned?
Why only .NET core mentioned? Earlier we used to have .NET code. Can it be mentioned in the documentation? this helps people like me who still work in .NET
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 60e56e69-1c44-2056-ad5f-319535e4b525
Version Independent ID: 49fa6098-0b8e-ebf5-efe7-f50f3604e325
Content: Azure Quickstart - Upload, download, and list blobs in Azure Storage using .NET
Content Source: articles/storage/blobs/storage-quickstart-blobs-dotnet.md
Service: storage
GitHub Login: @tamram
Microsoft Alias: tamram
@aditya365 Thanks for the feedback! We are currently investigating and will update you shortly.
@aditya365 - Thanks for your feedback. I've updated the article to include setup information for .NET in the Prerequisites.
The reason that we recommend .NET Core in this article is so that users running on any platform (Windows, Linux, or MacOs) can use it to build a .NET application with Blob storage.
Note that the .NET Framework is installed with Visual Studio. So if you are using Visual Studio, you already have the .NET Framework. The method calls shown in the article are available in both .NET Core and the .NET Framework.
#please-close
| gharchive/issue | 2018-03-16T14:49:08 | 2025-04-01T06:37:14.192601 | {
"authors": [
"Mike-Ubezzi-MSFT",
"aditya365",
"tamram"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/5894",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
695220260 | What is the future for Ink Recognizer functionality?
[Enter feedback here]
If you are going to state that the service is being retired, a little more information would be in order, particularly as this service is highly touted elsewhere.
Is the service simply disappearing or will its functionality be subsumed by a related service? If so, what might that be? Is it possible to create new functionality like ink recognition in September 2020?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 2ba41500-fb4e-7d9d-e241-19c40b51d7b8
Version Independent ID: a1015744-71ed-d534-1f62-8272dabd9f3d
Content: Quickstart: Recognize digital ink with the Ink Recognizer REST API and C# - Azure Cognitive Services
Content Source: articles/cognitive-services/Ink-Recognizer/quickstarts/csharp.md
Service: cognitive-services
Sub-service: ink-recognizer
GitHub Login: @aahill
Microsoft Alias: aahi
@dbuskirk Thanks for the questions. We will check with our team internally and get back with more details.
@dbuskirk - We announced that the Ink Recognizer API has ended its preview on August 26th, 2020. On January 31st, 2021 the service will fully close down. At this time I do not have any announcement of any replacement. We are always evaluating and listening to customers on what is the most important features of a service like this. If you would, could you send me an email with details on what scenario you would use this service for? Please include what features of the service you are most interested in? (markri@microsoft.com)
Thanks!
-mark
Program Manager
Microsoft
Thanks for your response @markri-msft.
@dbuskirk - Feel free to reach out to Mark to discuss this further.
#please-close
| gharchive/issue | 2020-09-07T15:38:15 | 2025-04-01T06:37:14.200103 | {
"authors": [
"RohitMungi-MSFT",
"dbuskirk",
"markri-msft",
"nitinme"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/62208",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
703387261 | Page of ApplicationInsight packages is outdated
There have been numerous new versions since the last update of this page. It might be worth exploring some widgets so that the version numbers are pulled directly from NuGet
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: abbbc531-55a4-d477-b6a0-a848dc521537
Version Independent ID: 233ca0f7-f08d-33f7-2a82-df5cc30215dc
Content: Azure Monitor Application Insights NuGet packages - Azure Monitor
Content Source: articles/azure-monitor/app/nuget.md
Service: azure-monitor
Sub-service: application-insights
GitHub Login: @mrbullwinkle
Microsoft Alias: mbullwin
Thanks for your feedback @MatthewSteeples
Assigning to content author @mrbullwinkle for review.
The team decided that this page was causing unnecessary confusion without providing additional value/context and we have retired the article.
#please-close
| gharchive/issue | 2020-09-17T08:39:49 | 2025-04-01T06:37:14.205201 | {
"authors": [
"MatthewSteeples",
"SwathiDhanwada-MSFT",
"mrbullwinkle"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/62809",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
854999403 | Conflicting Statement about Conditional Access for Password Based SSO App
Hi Teams,
I want to confirm is there a conflict between:
Azure App password based SSO document: https://docs.microsoft.com/en-us/azure/active-directory/manage-apps/sso-options#password-based-sso
and
Conditional Access document: https://docs.microsoft.com/en-us/azure/active-directory/conditional-access/concept-conditional-access-cloud-apps#other-applications
The first document points out "You cannot apply conditional access policies or multi-factor authentication for password-based SSO.", while the second document includes "Applications that use password based single sign-on" into "Other applications" that administrators can add.
Can you kindly check which one is correct and if Conditional Access (including MFA) can be used on password based SSO apps?
Best Regards,
Ben
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: e5b78894-32c2-6712-6699-f3c87d40b1d7
Version Independent ID: dd791c15-d43b-b203-a93f-a8ec33c519b0
Content: Cloud apps or actions in Conditional Access policy - Azure Active Directory
Content Source: articles/active-directory/conditional-access/concept-conditional-access-cloud-apps.md
Service: active-directory
Sub-service: conditional-access
GitHub Login: @MicrosoftGuyJFlo
Microsoft Alias: joflore
@BLTTEST Thanks for the feedback. We are investigating the issue and will update you shortly.
@BLTTEST ,
Thanks for reaching out.
Yes, Conditional Access (including MFA) can be used with password based SSO app. I just tested and found working as expected.
Kindly allow us sometime, we will update above MS Doc. Once thanks for bringing this to our notice. Thanks.
Regards,
Siva Kumar Selvaraj
@ssivas
Thanks for coming back to me so promptly and the detailed explanation. Happy to see the Doc update in the future.
#please-close
| gharchive/issue | 2021-04-10T06:57:08 | 2025-04-01T06:37:14.214180 | {
"authors": [
"BLTTEST",
"RohitMungi-MSFT",
"ssivas"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/73559",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
944874477 | Is there a WORKING example of this anywhere?
The sample code on this page does not build, and does not appear to match published APIs. Is there a working version anywhere?
[Enter feedback here]
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: d1077504-89c8-f04c-8c47-3c8f339ca63d
Version Independent ID: 6a456ec6-b2f9-0815-f052-cbeaccb05f02
Content: Quickstart: Form Recognizer client library or REST API - Azure Applied AI Services
Content Source: articles/cognitive-services/form-recognizer/quickstarts/client-library.md
Service: applied-ai-services
Sub-service: forms-recognizer
GitHub Login: @laujan
Microsoft Alias: lajanuar
@Stevelves Could you please provide an error message seen while following the documentation?
These samples should also be available on github here for reference.
I worked through the GitHub examples, started out with like 50 compile errors. Figured out most of them, now I’m down to 1, which has me beat!
You should have someone work through the tutorial, copying and pasting the code. It doesn’t work! Bit sorry, I don’t have time to diagnose the problems for you!
Steve Ives
From: RohitMungi-MSFT @.>
Sent: Wednesday, July 14, 2021 11:06:42 PM
To: MicrosoftDocs/azure-docs @.>
Cc: Steve Ives @.>; Author @.>
Subject: [EXTERNAL] Re: [MicrosoftDocs/azure-docs] Is there a WORKING example of this anywhere? (#78377)
@Stevelves Could you please provide an error message seen while following the documentation?
These samples should also be available on github here https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FAzure%2Fazure-sdk-for-net%2Ftree%2Fmain%2Fsdk%2Fformrecognizer%2FAzure.AI.FormRecognizer%2Fsamples&data=04|01|steve.ives%40synergex.com|849e4d59a7db40922aee08d94756b7b1|f3ba08220f7241fcbc3b2f77b0cb52bd|0|0|637619260065820683|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&sdata=7vLeq%2Fl1tTWT%2FxaEyHtjSV5Zd8x16zcoP0k55jUhc2I%3D&reserved=0 for reference.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FMicrosoftDocs%2Fazure-docs%2Fissues%2F78377%23issuecomment-880422458&data=04|01|steve.ives%40synergex.com|849e4d59a7db40922aee08d94756b7b1|f3ba08220f7241fcbc3b2f77b0cb52bd|0|0|637619260065830636|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&sdata=Eew2Qf2bIhz8mbVhiJv1GheMG%2F6yQWQIx7xhKaWne2w%3D&reserved=0, or unsubscribehttps://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAAHUZIDYDLLJB2NFKB4K33DTXZ3HFANCNFSM5AMNQ53A&data=04|01|steve.ives%40synergex.com|849e4d59a7db40922aee08d94756b7b1|f3ba08220f7241fcbc3b2f77b0cb52bd|0|0|637619260065840595|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&sdata=HE2lAbs04CqveJainbGQP9ES%2FHwMvnNtv2dXQRsffzQ%3D&reserved=0.
CAUTION: This email originated from outside of Synergex. Please do not click links or open attachments from an unknown or suspicious sender.
@SteveIves I agree with you on this. There seems to be lot of duplicates in the snippets and changes in the method names too. Apologies for the same.
@laujan Could we fix the document with correct snippets and steps to avoid the compilation issues?
Hi @SteveIves. Thank you for your feedback. Which programming language were you using? Thanks again!
C# and .NET Core 3.1
All I did was copy and paste all the code from the sample, tried to build it, and it did not build. I managed to resolve most of the issues, I suspect that some of the API's have changed since the article was written; that's one of the MOST frustrating things about .NET Core, API's change SO MUCH that as soon as you publish an example, things start to change.
All I know is, I really want to learn how to use Form Recognizer, and I'm struggling to find any good examples / resources. I have a potential real commercial use case right now, but if I can't find the information I need, I may have to go with a third-party solution.
Steve
From: la @.>
Sent: Thursday, July 15, 2021 10:16
To: MicrosoftDocs/azure-docs @.>
Cc: Steve Ives @.>; Mention @.>
Subject: [EXTERNAL] Re: [MicrosoftDocs/azure-docs] Is there a WORKING example of this anywhere? (#78377)
Hi @SteveIveshttps://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FSteveIves&data=04|01|steve.ives%40synergex.com|a1d04542d38b4c02ad2a08d947b433ef|f3ba08220f7241fcbc3b2f77b0cb52bd|0|0|637619661559199821|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&sdata=r8Eatwh%2BJyb7px7Yh9puQk3bo0hjdIXU0lC%2BPrmOQn4%3D&reserved=0. Thank you for your feedback. Which programming language were you using? Thanks again!
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FMicrosoftDocs%2Fazure-docs%2Fissues%2F78377%23issuecomment-880874115&data=04|01|steve.ives%40synergex.com|a1d04542d38b4c02ad2a08d947b433ef|f3ba08220f7241fcbc3b2f77b0cb52bd|0|0|637619661559199821|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&sdata=mm9q7RuAMiOPBtBMyNUFVrr42%2Bn9adj4WU4SZ%2BEyMzI%3D&reserved=0, or unsubscribehttps://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAAHUZIE62XBLYBTROXJSBFLTX4JUTANCNFSM5AMNQ53A&data=04|01|steve.ives%40synergex.com|a1d04542d38b4c02ad2a08d947b433ef|f3ba08220f7241fcbc3b2f77b0cb52bd|0|0|637619661559209775|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&sdata=LKimtH12c4cQuf3talLAbCs%2BMKF2tSDvGE3nX38sPQ8%3D&reserved=0.
CAUTION: This email originated from outside of Synergex. Please do not click links or open attachments from an unknown or suspicious sender.
@SteveIves I have tried the complete quickstart and based on the current version of the API's I think I got it working. I hope the attached file could help you run the same in your solution.
program.txt
The placeholders for the endpoint, key, the training data container and a form URL for prediction needs to be added to run all the features.
The endpoint and keys are available from Azure portal against your resource and the SAS URL can be generated for your container from your storage account page on Azure portal. Please ensure to use a training container with valid training files so that the train methods can use them to create a model.
SAS URL for form is a test file/image to extract data from it by using the trained model.
If you would like to use the service through UI then the labeling tool should help you set it up faster to train models and predict. The tool needs a Azure storage connection to be setup initially along with your form recognizer endpoint details. You could follow the steps for this setup and use the tool to check if this will help your use case.
Other examples from Microsoft Learn are much more hands which could also help.
@laujan You could review the attached file and update the document through an internal work item. Thanks.
Hi @RohitMungi-MSFT. Will do. Thank you!
#please-close
| gharchive/issue | 2021-07-14T23:42:30 | 2025-04-01T06:37:14.236359 | {
"authors": [
"RohitMungi-MSFT",
"SteveIves",
"laujan"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/78377",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
992226878 | Dead link to Multitenant Hosting for Windows 10.
Link to Multitenant Hosting for Windows 10. is dead
https://www.microsoft.com/en-us/CloudandHosting/licensing_sca.aspx
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: ec82f0e4-0094-5d72-44f8-de52afad4e8a
Version Independent ID: 5011e419-85d7-d003-1522-0e4f18135400
Content: How to deploy Windows 10 on Azure with Multitenant Hosting Rights - Azure Virtual Machines
Content Source: articles/virtual-machines/windows/windows-desktop-multitenant-hosting-deployment.md
Service: virtual-machines
GitHub Login: @mimckitt
Microsoft Alias: mimckitt
Thanks for bringing this to our attention. I have created a PR with the update, changes will be live shortly.
Thanks for improving our documentation! Just so you know, it's also possible to make these changes yourself, if you are interested. Doing so will improve our documentation, and it will add you as a contributor to the document.
In case you're interested, these are the steps to do so:
Navigate to the page of interest
Select the "Edit" button at the top right of the page
Select the "Pencil" icon on the right
Modify the text within the text box in markdown format - more info: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
Name your file change and provide a description, if necessary
Select "Propose file change"
Select "Create pull request" on the 'Comparing changes' page
Select "Create pull request" on the 'Open a pull request' page
You can find a GIF that demonstrates the end-to-end process for submitting changes here: https://aka.ms/editsqldocs.
Thanks for bringing this to our attention. I am working to determine what happened to that page. Will update once I know more.
Thanks for the feedback! I have assigned the issue to the content author to investigate further and update the document as appropriate.
CC: @mimckitt
Link has been updated.
#please-close
| gharchive/issue | 2021-09-09T13:28:47 | 2025-04-01T06:37:14.245910 | {
"authors": [
"Karishma-Tiwari-MSFT",
"anrub",
"mimckitt"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/80851",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
994161890 | stepwise
[Enter feedback here]
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 8dd3492a-d52b-d231-d647-cb73328c9df1
Version Independent ID: e5d3d05f-1c8c-22f4-288d-6642288dbd4e
Content: Use Azure Service Bus topics and subscriptions with Java (azure-messaging-servicebus) - Azure Service Bus
Content Source: articles/service-bus-messaging/service-bus-java-how-to-use-topics-subscriptions.md
Service: service-bus-messaging
GitHub Login: @spelluru
Microsoft Alias: spelluru
Exception in thread "main" java.lang.NoSuchMethodError: 'void com.azure.core.amqp.implementation.ConnectionOptions.(java.lang.String, com.azure.core.credential.TokenCredential, com.azure.core.amqp.implementation.CbsAuthorizationType, com.azure.core.amqp.AmqpTransportType, com.azure.core.amqp.AmqpRetryOptions, com.azure.core.amqp.ProxyOptions, reactor.core.scheduler.Scheduler, com.azure.core.util.ClientOptions, org.apache.qpid.proton.engine.SslDomain$VerifyMode)'
@parkybyang Thank you for sharing your query! We are currently investigating and will get back to you shortly on this.
@parkybyang Can you please provide more details about how you got this error? I was unable to reproduce the issue.
Just checking in. Could you please provide the relevant details surrounding how you got this error?
Since we have not heard back from you we will now proceed to close this thread. If there are further questions regarding this matter, please tag me in your reply. We will gladly reopen the issue and continue the discussion.
| gharchive/issue | 2021-09-12T13:38:08 | 2025-04-01T06:37:14.252148 | {
"authors": [
"SamaraSoucy-MSFT",
"parkybyang",
"psmanhas"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/80945",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1049069173 | The maximum number of role assignment per subscription increased to 4000?
[Enter feedback here]
The note about the maximum number of role assignment equal 2000. However today I see the maximum has changed to 4000. Is there recent updates that should be reflected in this doc?
the screenshot below shows 4000
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 8b3ea2e8-963b-cc01-3d5c-4fecd6a3cec1
Version Independent ID: 198149eb-9b33-ec3f-527f-ae64fb96d65c
Content: Troubleshoot Azure RBAC
Content Source: articles/role-based-access-control/troubleshooting.md
Service: role-based-access-control
GitHub Login: @rolyon
Microsoft Alias: rolyon
@mosharafMS could you please re-paste the screenshot? It doesn't look like it posted.
Hi @mosharafMS,
I was unable to find you on Teams but please feel free to ping/email me about this (info on my page). There is an open work item involving this but it is still in-progress.
Thanks,
Marilee
The limit has changed to 4000, but it's only for for a subset of Azure subscriptions at the moment. The limit has increased to 4000 for some subscriptions that were already near the 2000 limit. There is an open work item to increase the limit to 4000 across the board and also have the documentation reflect this change.
| gharchive/issue | 2021-11-09T20:19:39 | 2025-04-01T06:37:14.264926 | {
"authors": [
"MarileeTurscak-MSFT",
"mosharafMS"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/83640",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1117559365 | famtastic Microsoft adevrtising mail
I think an important note is missing, any time after creating a group on SharePoint, Microsoft send to all people of this group a fantastic advertising e-mail to congratulate with all this people for buying a 365 lincenses, no matter if in this group you have thousands of users.
Document details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 24c25353-cfb3-811c-a970-2a04678eff6e
Version Independent ID: 145d404a-f7ed-17f6-79a6-0204ab7ee70b
Content: Create or edit a dynamic group and get status - Azure AD
Content Source: articles/active-directory/enterprise-users/groups-create-rule.md
Service: active-directory
Sub-service: enterprise-users
GitHub Login: @curtand
Microsoft Alias: curtand
@alessio-businaro
Thanks for your feedback! We will investigate and update as appropriate.
Closing this out as a duplicate of https://github.com/MicrosoftDocs/azure-docs/issues/87124 and https://github.com/MicrosoftDocs/azure-docs/issues/87123
| gharchive/issue | 2022-01-28T15:53:21 | 2025-04-01T06:37:14.270431 | {
"authors": [
"MarileeTurscak-MSFT",
"alessio-businaro"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/87125",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1317579859 | Command to enable soft-delete errors out.
Command to enable soft-delete errors out.
Following is the error message:
az resource update --id $(az keyvault show --name \ citus-kv -test -o tsv | awk '{print $1}') --set \ properties.enableSoftDelete=true
ERROR: unrecognized arguments: -test
Examples from AI knowledge base:
az keyvault show --name MyKeyVault
Show details of a key vault. (autogenerated)
az keyvault show --name MyKeyVault --resource-group myresourcegroup
Show details of a Vault or HSM. (autogenerated)
az keyvault secret show --name mysecret --vault-name myvault
Get a specified secret from a given key vault. (autogenerated)
https://docs.microsoft.com/en-US/cli/azure/keyvault#az_keyvault_show
Read more about the command in reference docs
argument --ids: expected at least one argument
Examples from AI knowledge base:
az resource update --ids /subscriptions/{SubID}/resourceGroups/{ResourceGroup}/providers/Microsoft.Web/sites/{WebApp} --set tags.key=value
Update a webapp. (autogenerated)
az resource update --ids /subscriptions/{SubID}/resourceGroups/{ResourceGroup}/providers/Microsoft.Web/sites/{WebApp} --set tags.key=value --latest-include-preview
Update a webapp by using the latest api-version whether this version is a preview version.
https://docs.microsoft.com/en-US/cli/azure/resource#az_resource_update
Read more about the command in reference docs
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: a6c6aa70-cc68-c9f5-eb50-f7055275d5b1
Version Independent ID: 6294d2d4-7638-f038-8466-08fbac7545be
Content: Data encryption - Azure portal - for Azure Database for PostgreSQL - Single server
Content Source: articles/postgresql/single-server/how-to-data-encryption-portal.md
Service: postgresql
Sub-service: single-server
GitHub Login: @sunilagarwal
Microsoft Alias: sunila
@mannamraju Thank you for the feedback. We are actively investigating and will get back to you soon.
#assign: @GennadNY
Why such a complicated command to update, by using the generic "az resource update" command?
This works (given that the required defaults have been set):
az keyvault update -n $keyVaultName --set properties.enableSoftDelete=true
On a side note:
According to this article, it should also be possible through a dedicated parameter as well:
az keyvault update --subscription {SUBSCRIPTION ID} -g {RESOURCE GROUP} -n {VAULT NAME} --enable-soft-delete true
This "--enable-soft-delete" parameter is not defined in the official documentation for the "az keyvault update" command, though, and fails, saying the parameter is not recognized.
#please-close
@markingmyname @AnuragSharma-MSFT
Is there a plan to update documentation on the article to reflect --enable-soft-delete argument not existing?
Currently documented incorrectly here
| gharchive/issue | 2022-07-26T01:32:10 | 2025-04-01T06:37:14.282575 | {
"authors": [
"Aaron-ML",
"AnuragSharma-MSFT",
"mannamraju",
"markingmyname",
"mgroetan"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/96218",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1402003079 | Stretch JSON elements please
[Enter feedback here]
JSON code elements would fit better if more horizontal space would be available as default. I am using Edge.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
ID: 0ca3ea12-4f8c-72e4-4703-ea2ef9dcee0f
Version Independent ID: a4b7c496-22f9-0fd6-cd7d-0fd613f1a1ec
Content: Manage roles in your workspace - Azure Machine Learning
Content Source: articles/machine-learning/how-to-assign-roles.md
Service: machine-learning
Sub-service: enterprise-readiness
GitHub Login: @johnwu0604
Microsoft Alias: johwu
@HannuSihvonen
Thanks for your feedback! We will investigate and update as appropriate.
@johnwu0604
Thanks for your feedback! We have assigned the issue to author and will provide further updates.
@johnwu0604 - Thank you for your feedback. Unfortunately, the code block is already at the maximum width.
#please-close
| gharchive/issue | 2022-10-08T16:58:09 | 2025-04-01T06:37:14.288284 | {
"authors": [
"HannuSihvonen",
"ManoharLakkoju-MSFT",
"RamanathanChinnappan-MSFT",
"s-polly"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/issues/99673",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1426502870 | Fix typo
Github -> GitHub
Learn Build status updates of commit cab1708:
:white_check_mark: Validation status: passed
File
Status
Preview URL
Details
articles/static-web-apps/deploy-nextjs-static-export.md
:white_check_mark:Succeeded
For more details, please refer to the build report.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
For any questions, please:Try searching the learn.microsoft.com contributor guidesPost your question in the Learn support channel
Looks good; thanks, @changeworld
| gharchive/pull-request | 2022-10-28T02:10:21 | 2025-04-01T06:37:14.293602 | {
"authors": [
"Court72",
"changeworld",
"opbld30"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/pull/100617",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1619482730 | Update provider-ha-pacemaker-cluster.md
fixed two small typos, which I just verified in my own install
@MightySuz
Can you review this PR?
IMPORTANT: When this content is ready to merge, you must add #sign-off in a comment or the approval may get overlooked.
#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team
#sign-off
| gharchive/pull-request | 2023-03-10T19:04:33 | 2025-04-01T06:37:14.295903 | {
"authors": [
"Jak-MS",
"MightySuz",
"rsponholtz"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/pull/106455",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1787191580 | Update troubleshoot-rhc.md
Firewall NVA can be placed in ALB's backend pool.
Please check the document below.
https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/dmz/nva-ha
@mbender-ms
Can you review the proposed changes?
When the changes are ready for publication, add a #sign-off comment to signal that the PR is ready for the review team to merge.
#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team
Requesting review from PG
#sign-off
@kakazon You are correct and this was not worded correctly. Azure Firewall is not supported by 3P firewalls can be placed behind load balancer.
| gharchive/pull-request | 2023-07-04T05:46:28 | 2025-04-01T06:37:14.299100 | {
"authors": [
"Court72",
"kakazon",
"mbender-ms"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/pull/111723",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2240225333 | Update azure-monitor-agent-windows-client.md
Updated PowerShell onboarding script as it was not working as written. The $user variable line did not produce any results for $user variable which made any references to the $user variable downstream fail. Modified line to:
$user = Get-AzADUser -SignedIn
Added a few modifications, resolved spelling mistakes and added a couple of comments. Added #-UseDeviceAuthentication to the end of Connect-AzAccount cmdlet to accommodate for an error exhibited in testing.
Used PowerShell multiline comment for optional content, should user want to use optional content they can uncomment the block.
@guywi-ms
Can you review the proposed changes?
When the changes are ready for publication, add a #sign-off comment to signal that the PR is ready for the review team to merge.
#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team
@bdegs Thank you very much for this fix! 🥇
#sign-off
| gharchive/pull-request | 2024-04-12T14:02:23 | 2025-04-01T06:37:14.302238 | {
"authors": [
"Court72",
"bdegs",
"guywi-ms"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/pull/121581",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2260934486 | Fix Read and Write Permissions for Metrics
Fix Description for RBAC AKS Write and Read Roles
@rolyon
Can you review the proposed changes?
When the changes are ready for publication, add a #sign-off comment to signal that the PR is ready for the review team to merge.
#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team
Hi @imjoseangel
Thanks for taking the time to create a pull request to update the docs. This doc is autogenerated based on description strings from the Azure portal. Unfortunately, I'm not able merge your suggested changes. However, I'll pass along your suggestions to the team.
thanks
#please-close
| gharchive/pull-request | 2024-04-24T10:16:14 | 2025-04-01T06:37:14.305044 | {
"authors": [
"Court72",
"imjoseangel",
"rolyon"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/pull/121914",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
380163407 | Update sql-database-geo-replication-overview.md
Added notes regarding limit of 4 replicas and also added a sample on how the chain of replicas can be done
@FonsecaSergio : Thanks for your contribution! The author, @anosov1960, has been notified to review your proposed change.
Hi @FonsecaSergio - The changes should have been made via the private repository, azure-docs-pr. The private repo has better validation and QA, so Microsoft contributors are expected to use that channel. Please submit future updates through the private repo.
Read about authors working in the public repo for more information.
If you need help getting set up to work in the private repo, see Set up Git repository locally for documentation.
Thanks.
#please-close @Mike-Ubezzi-MSFT
| gharchive/pull-request | 2018-11-13T10:44:43 | 2025-04-01T06:37:14.308140 | {
"authors": [
"CarlRabeler",
"FonsecaSergio",
"PRMerger17",
"ktoliver"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/pull/18794",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
385660612 | Change to private preview.
Public preview is not yet release update the docs to reflect this.
@yanivlavi : Thanks for your contribution! The author, @antonfrMSFT, has been notified to review your proposed change.
This change is addressed in the following PR https://github.com/MicrosoftDocs/azure-docs-pr/pull/59068/files. This PR can now be closed.
| gharchive/pull-request | 2018-11-29T10:12:19 | 2025-04-01T06:37:14.309698 | {
"authors": [
"PRMerger8",
"mrbullwinkle",
"yanivlavi"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/pull/19697",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
409948214 | Clarified section Sample custom parameters file
Added verbiage on using the default arm-template-parameters-definition.json file and making additions/removals from it
Added example on how to add a databricks cluster id to parameters file
This stemmed from a service ticket w/ MS Support. This should help others.
I would also recommend splitting this page into a section about ADF DevOps and breaking this page down a bit. Too lengthy
@patpicos : Thanks for your contribution! The author, @douglaslMS, has been notified to review your proposed change.
@Jak-MS please assign to @craigg-msft
@patpicos apologies for the delay. The changes look good to me. Would you have time to please resolve the merge conflict and at me in the updated PR? Thank you.
@patpicos : Thanks for your contribution! The author, @douglaslMS, has been notified to review your proposed change.
resolved the conflict. looks like the page was heavily modified since when i made the changes. looks like a lot of clarifications that are similar to mine ;)
#sign-off
@craigg-msft: I'm sorry - only the author of this article, @douglaslMS, can sign off on your changes. But we do have an exception process - if you are on the Microsoft content or product team for this product area, you can ask the PR review team to review and merge it by sending mail to the techdocprs alias.
| gharchive/pull-request | 2019-02-13T18:47:20 | 2025-04-01T06:37:14.313515 | {
"authors": [
"CarlRabeler",
"PRMerger14",
"PRMerger17",
"craigg-msft",
"patpicos"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/pull/24888",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
246243771 | Update media-services-sspk.md
We need to add "Top Victory Investments, Ltd." as both an Interim and Final product licensee. They recently signed the SSPK agreements.
This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. We will now review your pull request.
Thanks,
Microsoft Pull Request Bot
@harismsft : Thanks for your contribution to the Azure documentation! The author, @xpouyat, has been notified to review your proposed change.
#sign-off
#sign-off
#sign-off
| gharchive/pull-request | 2017-07-28T05:30:35 | 2025-04-01T06:37:14.316024 | {
"authors": [
"Juliako",
"PRmerger",
"harismsft",
"msftclas",
"xpouyat"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/pull/2562",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
268662556 | MySQL -> PostgreSQL
s/MySQL/PostgreSQL/g
@ranieuwe : Thanks for your contribution to the Azure documentation! The author, @kamathsun, has been notified to review your proposed change.
#sign-off This was an obvious copy/paste issue. The articles are almost equal, so easy mistake.
Thanks for the contribution @ranieuwe
@kamathsun please #sign-off
#sign-off
| gharchive/pull-request | 2017-10-26T07:57:48 | 2025-04-01T06:37:14.317878 | {
"authors": [
"JasonWHowell",
"PRmerger",
"ranieuwe"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/pull/3606",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
278586539 | Added SearchVersion to Workspace Properties
Added 'features' element within Properties to set Search Version to v2 (i.e. Kusto).
Added the 'feature' element to the template to have the deployment use the v2 search language.
@AErmie : Thanks for your contribution to the Azure documentation! The author, @richrundmsft, has been notified to review your proposed change.
When a workspace is created, the search version is automatically set to v2. There is no longer a way to create a workspace with the v1 search version. Setting this property in the template is not needed.
Hi @AErmie - I double checked with Kristian, and it isn't necessary to set the search version as part of the template. Feel free to ping Kristian or I directly if you think this change is still needed.
Thanks
Richard
#please-close
| gharchive/pull-request | 2017-12-01T20:26:29 | 2025-04-01T06:37:14.320341 | {
"authors": [
"AErmie",
"PRmerger",
"richrundmsft"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/pull/4016",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
667312265 | Update how-to-set-up-appliance-vmware.md
Adjusting VMWare to VMware for consistency.
@sbkuehn : Thanks for your contribution! The author(s) have been notified to review your proposed change.
| gharchive/pull-request | 2020-07-28T19:23:57 | 2025-04-01T06:37:14.321756 | {
"authors": [
"PRMerger12",
"sbkuehn"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/pull/59864",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
746812328 | Azure Digital Twins - Update item limit in query
Mark number of of items returned in a single page to be adjustable.
@johngallardo : Thanks for your contribution! The author(s) have been notified to review your proposed change.
| gharchive/pull-request | 2020-11-19T18:10:50 | 2025-04-01T06:37:14.322634 | {
"authors": [
"PRMerger8",
"johngallardo"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/pull/66366",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
985562940 | Improve username and password details.
I was not able to get the VMSS scale set approach to work however the -windows-admin-password approach works every time.
thank you for the feedback!
I have incorporated your feedback into a separate commit and the changes should be available soon.
#please-close
| gharchive/pull-request | 2021-09-01T19:37:22 | 2025-04-01T06:37:14.323776 | {
"authors": [
"thecloudtaylor",
"zr-msft"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/pull/80507",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1403348574 | Typo "Azure Files Sync"→"Azure File Sync"
https://learn.microsoft.com/en-us/azure/backup/backup-azure-files-faq
https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/backup/backup-azure-files-faq.yml
#PingMSFTDocs
Learn Build status updates of commit 1194836:
:white_check_mark: Validation status: passed
File
Status
Preview URL
Details
articles/backup/backup-azure-files-faq.yml
:white_check_mark:Succeeded
For more details, please refer to the build report.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
For any questions, please:Try searching the learn.microsoft.com contributor guidesPost your question in the Learn support channel
Due to the upcoming Ignite conference, all merging and publishing is on hold until the morning of October 12.
This PR is ready for merge on 10/12.
| gharchive/pull-request | 2022-10-10T15:22:26 | 2025-04-01T06:37:14.329858 | {
"authors": [
"Court72",
"hyoshioka0128",
"opbld30"
],
"repo": "MicrosoftDocs/azure-docs",
"url": "https://github.com/MicrosoftDocs/azure-docs/pull/99721",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2651542244 | Update alerts-processing-rules.md
Fix typo on az monitor alert-processing-rule commands.
list and show commands for AzureCLI are written as rules instead of rule.
#sign-off
| gharchive/pull-request | 2024-11-12T09:15:41 | 2025-04-01T06:37:14.331171 | {
"authors": [
"AbbyMSFT",
"laurensvleeuwen"
],
"repo": "MicrosoftDocs/azure-monitor-docs",
"url": "https://github.com/MicrosoftDocs/azure-monitor-docs/pull/41",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
460010491 | Incomplete Syntax definition
Grants assembly if the macroTextItem items are identical.
IFIDN[[I]] macroTextItem,macroTextItem ;;
directive...
Document details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 87bb1c95-eebb-aadd-0164-5756a3430a33
Version Independent ID: a72c9f60-f6f1-675b-2d39-97eaed39f99c
Content: IFIDN, IFIDNI
Content Source: docs/assembler/masm/ifidn.md
Product: visual-cpp
Technology: cpp-masm
GitHub Login: @corob-msft
Microsoft Alias: corob
@Player1UK thanks! See comment for #1123.
| gharchive/issue | 2019-06-24T17:31:35 | 2025-04-01T06:37:14.341169 | {
"authors": [
"Player1UK",
"mikeblome"
],
"repo": "MicrosoftDocs/cpp-docs",
"url": "https://github.com/MicrosoftDocs/cpp-docs/issues/1262",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
570072887 | This page deserves links pointing to the pages for GetExceptionCode, GetExceptionInformation, EXCEPTION_POINTERS, etc...
Cross-linking all information in documentation like this is generally a good idea.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: ca5dfade-e224-32b4-919a-1e4f0c7b87ac
Version Independent ID: 00702e1e-21c9-3520-ebec-53ff75dbb8f5
Content: try-except Statement
Content Source: docs/cpp/try-except-statement.md
Product: visual-cpp
Technology: cpp-language
GitHub Login: @corob-msft
Microsoft Alias: corob
Fixed.
| gharchive/issue | 2020-02-24T19:15:06 | 2025-04-01T06:37:14.345940 | {
"authors": [
"TheJCAB",
"corob-msft"
],
"repo": "MicrosoftDocs/cpp-docs",
"url": "https://github.com/MicrosoftDocs/cpp-docs/issues/1933",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1435778277 | Scope of pragma is not clear
[Enter feedback here]
The scope of this pragma is not clear from the documentation.
Does it affect the whole file?
Does it affect the next defined function after the pragma?
Through trial and error I would say it is file scope, but it would be nice it the doc made it clear.
Thanks!
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
ID: 2d02db96-cc68-3aa1-9eef-068f72115f2c
Version Independent ID: f9b0f598-d877-26c6-75aa-52d016c150a0
Content: fp_contract pragma
Content Source: docs/preprocessor/fp-contract.md
Product: visual-cpp
Technology: cpp-language
GitHub Login: @corob-msft
Microsoft Alias: corob
Moved this issue to an internal work item tracking system because we are moving away from using GitHub issues to track C++ doc work.
| gharchive/issue | 2022-11-04T09:20:45 | 2025-04-01T06:37:14.350653 | {
"authors": [
"TylerMSFT",
"dmenendez-gruposantander"
],
"repo": "MicrosoftDocs/cpp-docs",
"url": "https://github.com/MicrosoftDocs/cpp-docs/issues/4262",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1599730242 | Update rangeoperator.md with more possible abilities
Range operator can be employed in complex business cases. Providing one as an example.
Thanks, @rmuralidhar for your example. I'm pulling this PR to fix formatting and will complete it in the private repo.
#please-close
| gharchive/pull-request | 2023-02-25T14:46:14 | 2025-04-01T06:37:14.352036 | {
"authors": [
"YaelSchuster",
"rmuralidhar"
],
"repo": "MicrosoftDocs/dataexplorer-docs",
"url": "https://github.com/MicrosoftDocs/dataexplorer-docs/pull/1654",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
779479003 | Update payment-connector-package.md
Modified the documentation to remove reference to self service as the package creation is applicable to both IaaS and SF.
:x: Organization membership check failed
Members of the MicrosoftDocs organization should use the private repo. Please move your changes to https://github.com/MicrosoftDocs/Dynamics-365-Operations, and close this pull request.
:x: Organization membership check failed
Members of the MicrosoftDocs organization should use the private repo. Please move your changes to https://github.com/MicrosoftDocs/Dynamics-365-Operations, and close this pull request.
Consolidated with the other PR.
Consolidated with the other PR.
| gharchive/pull-request | 2021-01-05T19:41:16 | 2025-04-01T06:37:14.354935 | {
"authors": [
"RobinARH",
"buck1ey",
"rashmansur"
],
"repo": "MicrosoftDocs/dynamics-365-unified-operations-public",
"url": "https://github.com/MicrosoftDocs/dynamics-365-unified-operations-public/pull/3062",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
449541019 | Need examples
Would be nice if we had a table that listed the available values that can be used for this property and what they mean.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 4b62aefc-7ada-dbb7-cc0b-81cd16a2e1ee
Version Independent ID: b196487a-58e7-b137-2581-5bb4b60aaf57
Content: AutoFormatType Property - Business Central
Content Source: dev-itpro/developer/properties/devenv-autoformattype-property.md
Service: dynamics365-business-central
GitHub Login: @SusanneWindfeldPedersen
Microsoft Alias: solsen
Thanks for your feedback, yes we should get this content available. I will put this on our backlog. Thanks!
Hello, we have updated the article with more information. Hopefully this will help. The updated article will be published soon. Thanks for the feedback!
| gharchive/issue | 2019-05-29T00:35:07 | 2025-04-01T06:37:14.359709 | {
"authors": [
"MikeGlue",
"SusanneWindfeldPedersen",
"jswymer"
],
"repo": "MicrosoftDocs/dynamics365smb-devitpro-pb",
"url": "https://github.com/MicrosoftDocs/dynamics365smb-devitpro-pb/issues/590",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
440436882 | Incorrect documentation for MSApp.createFileFromStorageFile
This documentation has been wrong for many years. The description of the function states the reverse of what the function actually does (as is obvious from the function's name). See https://stackoverflow.com/questions/16824415/how-to-get-a-standard-javascript-file-api-object-using-the-windows-storage-fileo from 2013 showing how long this has been incorrect (at least).
Details: The documentation states: "Converts a standard W3C File object to the WinRT equivalent StorageFile." Clearly, it should be: "Converts a WinRT StorageFile to a standard W3C File object".
Docs Build status updates of commit 53bdea1:
:white_check_mark: Validation status: passed
File
Status
Preview URL
Details
microsoft-edge/windows-runtime/reference/msapp.md
:white_check_mark:Succeeded
For more details, please refer to the build report.
Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.
| gharchive/pull-request | 2019-05-05T12:03:09 | 2025-04-01T06:37:14.364729 | {
"authors": [
"Jaifroid",
"opbld32"
],
"repo": "MicrosoftDocs/edge-developer",
"url": "https://github.com/MicrosoftDocs/edge-developer/pull/263",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
451148265 | Code block's font is not set for ja-jp
Describe the bug
Code block's font is not set for ja-jp. Which font is used depends on the browser.
To Reproduce
Go to https://docs.microsoft.com/ja-jp/aspnet/core/tutorials/first-mvc-app/details?view=aspnetcore-2.2. (Any pages under https://docs.microsoft.com/ja-jp/ can reproduce.)
See code block. Font depends on the browser. (Chrome, Edge, IE).
Expected behavior
Use fonts similar to consolas for code blocks in any languages, any browsers.
Desktop (please complete the following information):
OS: Windows 10 17134.799
Browser Edge, IE11
Additional context
AWS document use consolas for code blocks in any language, any browsers. This is my expectation for docs.microsoft.com.
https://docs.aws.amazon.com/lambda/latest/dg/lambda-dotnet-coreclr-deployment-package.html
https://docs.aws.amazon.com/es_es/lambda/latest/dg/lambda-dotnet-coreclr-deployment-package.html
https://docs.aws.amazon.com/fr_fr/lambda/latest/dg/lambda-dotnet-coreclr-deployment-package.html
https://docs.aws.amazon.com/it_it/lambda/latest/dg/lambda-dotnet-coreclr-deployment-package.html
https://docs.aws.amazon.com/ja_jp/lambda/latest/dg/lambda-dotnet-coreclr-deployment-package.html
https://docs.aws.amazon.com/de_de/lambda/latest/dg/lambda-dotnet-coreclr-deployment-package.html
https://docs.aws.amazon.com/ko_kr/lambda/latest/dg/lambda-dotnet-coreclr-deployment-package.html
https://docs.aws.amazon.com/pt_br/lambda/latest/dg/lambda-dotnet-coreclr-deployment-package.html
https://docs.aws.amazon.com/zh_cn/lambda/latest/dg/lambda-dotnet-coreclr-deployment-package.html
https://docs.aws.amazon.com/zh_tw/lambda/latest/dg/lambda-dotnet-coreclr-deployment-package.html
@DavidPrio cc: @JasonCard
From @0giso in this comment
@Rick-Anderson @CeciAc Yes, followings are other examples which has same issue.
https://docs.microsoft.com/ja-jp/dotnet/csharp/tour-of-csharp/program-structure
https://docs.microsoft.com/ja-jp/azure/azure-functions/functions-dotnet-dependency-injection
This issue began to occur in late May, 2019. Until then consolas was used for code in ja-jp.
https://docs.microsoft.com/ja-jp/aspnet/core/tutorials/first-mvc-app/details?view=aspnetcore-2.2
https://docs.microsoft.com/ja-jp/dotnet/csharp/tour-of-csharp/program-structure
Hi @0giso
Thank you for reporting this issue and sharing details.
We are following up on this as engineering issue and will update when resolved.
cc @Rick-Anderson @CeciAc @bodhigautam @SonjaSaltzman
@0giso This issue has been fixed. cc @JasonCard @CeciAc @SonjaSaltzman
@bodhigautam Thank you, I've confirmed this issue is fixed and looks good.
| gharchive/issue | 2019-06-02T03:26:03 | 2025-04-01T06:37:14.376281 | {
"authors": [
"0giso",
"JasonCard",
"Rick-Anderson",
"SonjaSaltzman",
"bodhigautam"
],
"repo": "MicrosoftDocs/feedback",
"url": "https://github.com/MicrosoftDocs/feedback/issues/1575",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
512971079 | Wrong code highlighting
This blue-like color taking the rest of the line seems incorrect to me. Then and True keywords should take the normal blue color as If. and tooOld = should probably be in white.
https://docs.microsoft.com/en-us/dotnet/visual-basic/programming-guide/language-features/data-types/structure-variables
The If in that blue is the correct highlighting as it is a keyword.
The #1/1/1992# is a Date literal and is an incorrect color, and then isn't terminating after the #. I'll open up a bug report-thanks for the feedback.
@rloutlaw, Is there any updates on this?
| gharchive/issue | 2019-10-27T14:09:58 | 2025-04-01T06:37:14.378945 | {
"authors": [
"Youssef1313",
"rloutlaw"
],
"repo": "MicrosoftDocs/feedback",
"url": "https://github.com/MicrosoftDocs/feedback/issues/2084",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
522304808 | Azure.ServiceBus documentation is missing
Describe the bug
There is no documentation for the Azure ServiceBus. The API is listed, but the classes, methods and properties are not documented.
Notice though that the docs on azure.cn (China) contains full documentation.
https://docs.azure.cn/en-us/dotnet/api/microsoft.azure.servicebus
To Reproduce
Steps to reproduce the behavior:
Go to https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.servicebus
Notice the absence of documentation.
Compare with https://docs.azure.cn/en-us/dotnet/api/microsoft.azure.servicebus
Expected behavior
There would be API documentation. Each class, method, property, etc would be documented.
@CamSoper can you follow up on this?
@vanillajonathan Can you please verify what you're seeing? Is it a 404? From my mid-US location, it seems to be working. I'm pulling up the complete reference for that namespace.
No, it is not a 404, it is a 200 OK.
Here is a screenshot.
Compare with the screenshot of the Chinese website.
Appears fixed
https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.servicebus?view=azure-dotnet is still empty for me @CamSoper
Oh, okay. I misunderstood the ask.
There's a landing page at https://docs.microsoft.com/en-us/dotnet/api/overview/azure/messaging.servicebus-readme?view=azure-dotnet and that format is consistent with all the other namespaces (example so I'd recommend we just close this one. There's no bug, everything is functions as designed at the docs level.
Oh, this is confusing, Azure.Messaging.ServiceBus is documented, but Microsoft.Azure.ServiceBus is not. But on the Chinese website, the Microsoft.Azure.ServiceBus (CN) is documented.
| gharchive/issue | 2019-11-13T15:43:27 | 2025-04-01T06:37:14.387454 | {
"authors": [
"CamSoper",
"mairaw",
"vanillajonathan"
],
"repo": "MicrosoftDocs/feedback",
"url": "https://github.com/MicrosoftDocs/feedback/issues/2153",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
306192158 | Alert readers that Bing/Google will not traverse legacy pages
Improve discoverability of documentation for previous versions
Recommendation: Alert all readers of material on docs.microsoft.com, especially material which updates older versions, that older information can only be discovered within docs.microsoft.com searching, and not from external search engines.
Issue Details
Following from https://twitter.com/NerdPyle/status/974789080700481536, pages that might have been once discovered by Bing/Google will no longer be found.
That's fine, I like having only the current versions of information show up in Bing.
But as someone who will, as a part of my job function, will probably depend on being able to find information appropriate to older versions of Windows, etc., it may not be apparent, or I will probably forget, that while those pages still exist, I will have difficulty finding them unless I remember to go to docs.microsoft.com to find them. Every opportunity you have to remind me will be helpful, because normally, when I have forgotten where something is, I just use Bing. Now, if I need to find something from docs, I will need to use Bing AND then remember to go to docs.microsoft.com.
Now that I've typed in this issue, I will personally be likely to remember, but I suspect most other readers will not remember.
@Khairunj can you take a look at this issue?
#log-suggestion @Khairunj
Hello
As you have mentioned that you like to have the current version come up in search results and hence that's exactly what was our goal. We want to have the latest version come up in search. If you are looking for older version of the content the easiest query you can use on search engine is "Microsoft Previous version docs" and the first result will take you to the previous version home page [https://docs.microsoft.com/en-us/previous-versions/] which has links to landing pages of the product with specific links to the product specific documentation.
Thanks
Khairun Jamal
| gharchive/issue | 2018-03-17T21:31:30 | 2025-04-01T06:37:14.393993 | {
"authors": [
"CodeCharm",
"Khairunj",
"Powerhelmsman",
"dend"
],
"repo": "MicrosoftDocs/feedback",
"url": "https://github.com/MicrosoftDocs/feedback/issues/242",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
358376224 | Missing docs - Sysinternals
Hi!
I cant download or view the pdf for sysinternal.. can someone help? :)
@Endlo0se Can you provide the content link?
https://docs.microsoft.com/en-us/sysinternals/
@dastaffo Can you take a look at this bug?
Logins and Passwords collected by HEX2DEC and Sysinternals programs.
This should not be done for a calculator. The legalese below should not be so ridiculously broad.
Here is an excerpt
Sensitive Information
Please be aware that, similar to other debug tools that capture “process state†information, files saved by Sysinternals tools may include personally identifiable or other sensitive information (such as usernames, passwords, paths to files accessed, and paths to registry accessed). By using this software, you acknowledge that you are aware of this and take sole responsibility for any personally identifiable or other sensitive information provided to Microsoft or any other party through your use of the software.
| gharchive/issue | 2018-09-09T12:52:27 | 2025-04-01T06:37:14.397249 | {
"authors": [
"Endlo0se",
"Powerhelmsman",
"blackvinyl"
],
"repo": "MicrosoftDocs/feedback",
"url": "https://github.com/MicrosoftDocs/feedback/issues/671",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
438052289 | [VS Code] The collaboration session expired. Please sign in and try again.
Error:
The collaboration session expired. Please sign in and try again.
Steps to Reproduce:
Version Data
extensionName
VSLS
extensionVersion
1.0.91
protocolVersion
2.2
applicationName
VSCode
applicationVersion
1.33.1
platformName
MacOS
platformVersion
18.5.0
Did signing in again resolve the issue for you?
Resolving as a dupe of #1940
| gharchive/issue | 2019-04-28T12:39:05 | 2025-04-01T06:37:14.402128 | {
"authors": [
"IlyaBiryukov",
"ryubb"
],
"repo": "MicrosoftDocs/live-share",
"url": "https://github.com/MicrosoftDocs/live-share/issues/2034",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
540844988 | Host session login expiring every 24 hours
Product and Version : VSCode
OS Version : Windows 10
Live Share Extension Version: 1.0.1404
Target Platform or Language : Python
Steps to Reproduce / Scenario:
Share a session
After around 24 hours, client connectivity breaks, host session still active
After stopping host session and re-starting, it always asks to login again (Microsoft log in)
Notes:
Host login was using Microsoft login
Client login was using Github (not sure if it's relevant though)
After around 24 hours - client session disconnects showing : The host of the workspace seems to be offline.
Logging in directly to host shows the session is still active
Logs:
ls.zip
Screenshots
If applicable, add screenshots to help explain your problem.
@asishm , thank you for reporting this issue and providing the logs, we will investigate.
Hi Asish! we have released several improvements in this area since reported. I haven't been able to reproduce this problem so I'm closing this issue. Please reactivate it if after updating to the latest version of the extension you still experience the problem. thanks,
| gharchive/issue | 2019-12-20T08:11:22 | 2025-04-01T06:37:14.407172 | {
"authors": [
"asishm",
"mlacouture"
],
"repo": "MicrosoftDocs/live-share",
"url": "https://github.com/MicrosoftDocs/live-share/issues/3078",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
789074302 | Liveshare bugged?
Product and Version [VS/VSCode]: VSCode V 1.52.1
OS Version [macOS/Windows]: Win 7 x64
Live Share Extension Version: 1.0.3484
So i cant start it. I try join it wont open anything i tried clicking the Start Collaboration button but i kept getting liveshare.startFromActivityBar is not a command i tried installing an older version i tried getting the extension from my friend and i also tried reinstalling VSC and the extension but nothing worked. Can you help??
Heres the logs
lslogs.zip
A screenshot
slight little edit here: Is it normal that the site shows "Not secure"
OKAY so im dumb. It turned out to be an internet option issue. It was set automatically to medium i put it to medium-low and i reinstalled it and its working fine. Hope this helps others with windows 7
OKAY so im dumb. It turned out to be an internet option issue. It was set automatically to medium i put it to medium-low and i reinstalled it and its working fine. Hope this helps others with windows 7
| gharchive/issue | 2021-01-19T14:33:17 | 2025-04-01T06:37:14.411192 | {
"authors": [
"AlexAyoub545"
],
"repo": "MicrosoftDocs/live-share",
"url": "https://github.com/MicrosoftDocs/live-share/issues/4065",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1366228466 | How to trigger the flow
I've built the flow exactly as you have it laid out and went to test. Exactly as laid out, there is no way to trigger this flow, verified through Power Automate.
[Enter feedback here]
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: efceafa2-4c75-9534-5826-8d6f13391c8b
Version Independent ID: 41bbd300-95aa-6eac-fa8a-dbc735c94102
Content: Power Automate - Send SharePoint files as attachments
Content Source: Community/power-automate-send-sharepoint-files-as-attachments.md
Service: power-platform
GitHub Login: @JimmyHang
Microsoft Alias: daisyfeller
Hi,
Not sure about what you mean with you cannot trigger the flow? You should find it in the context menu of a file/folder then "Automate", please note that the logic in this example is created with a "Folder" in mind, if it' single files, then you might need to change some of the logic.
Cheers
@tmsbrdrs - Did @JimmyHang answer your question?
| gharchive/issue | 2022-09-08T12:33:00 | 2025-04-01T06:37:14.435900 | {
"authors": [
"JimmyHang",
"sympmarc",
"tmsbrdrs"
],
"repo": "MicrosoftDocs/microsoft-365-community",
"url": "https://github.com/MicrosoftDocs/microsoft-365-community/issues/729",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1300702500 | Apply-PnPProvisioningTemplate -> Invoke-PnPSiteTemplate
Category
[x] Content fix
[ ] New article
Contents of the Pull Request
Apply-PnPProvisioningTemplate -> Invoke-PnPSiteTemplate - Fixes #679
Updates to CHANGELOG
Docs Build status updates of commit 7cf0498:
:white_check_mark: Validation status: passed
File
Status
Preview URL
Details
Community/working-with-modern-clientside-pages-using-pnp-powershell.md
:bulb:Suggestion
View
Details
CHANGELOG.md
:white_check_mark:Succeeded
Community/working-with-modern-clientside-pages-using-pnp-powershell.md
Line 22, Column 3: [Suggestion: preserve-view-not-set - See documentation] You've pinned this link to a specific version of content with the view parameter. It's recommended not to pin a version unless that version is A) not the default view and B) the context is about that version specifically. To proceed with pinning a version add the &preserve-view=true to the URL. Otherwise, remove the view parameter. URL: /powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets?view=sharepoint-ps
Line 165, Column 3: [Suggestion: preserve-view-not-set - See documentation] You've pinned this link to a specific version of content with the view parameter. It's recommended not to pin a version unless that version is A) not the default view and B) the context is about that version specifically. To proceed with pinning a version add the &preserve-view=true to the URL. Otherwise, remove the view parameter. URL: /powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets?view=sharepoint-ps
For more details, please refer to the build report.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
For any questions, please:Try searching the docs.microsoft.com contributor guidesPost your question in the Docs support channel
Docs Build status updates of commit be65d59:
:white_check_mark: Validation status: passed
File
Status
Preview URL
Details
CHANGELOG.md
:white_check_mark:Succeeded
Community/working-with-modern-clientside-pages-using-pnp-powershell.md
:white_check_mark:Succeeded
View
For more details, please refer to the build report.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
For any questions, please:Try searching the docs.microsoft.com contributor guidesPost your question in the Docs support channel
| gharchive/pull-request | 2022-07-11T13:19:13 | 2025-04-01T06:37:14.452017 | {
"authors": [
"sympmarc",
"traya1"
],
"repo": "MicrosoftDocs/microsoft-365-community",
"url": "https://github.com/MicrosoftDocs/microsoft-365-community/pull/685",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1187704238 | Update delete-a-user.md
Updated the document to remove any calendar permissions as it becomes stale after deletion.
Issue#https://github.com/MicrosoftDocs/microsoft-365-docs/issues/8094
@JohanFreelancer9 Please copy review
@kwekuako Please merge this PR. Thanks
@msbemba, could you please commit the suggested formatting changes? Many thanks.
| gharchive/pull-request | 2022-03-31T08:30:06 | 2025-04-01T06:37:14.454355 | {
"authors": [
"JohanFreelancer9",
"msbemba",
"yogkumgit"
],
"repo": "MicrosoftDocs/microsoft-365-docs",
"url": "https://github.com/MicrosoftDocs/microsoft-365-docs/pull/8164",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1231684081 | Update resources.md
added video play list
Docs Build status updates of commit ba6bcb5:
:white_check_mark: Validation status: passed
File
Status
Preview URL
Details
dynamics-gp/resources.md
:white_check_mark:Succeeded
View
For more details, please refer to the build report.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
For any questions, please:Try searching the docs.microsoft.com contributor guidesPost your question in the Docs support channel
Docs Build status updates of commit ba6bcb5:
:white_check_mark: Validation status: passed
File
Status
Preview URL
Details
dynamics-gp/resources.md
:white_check_mark:Succeeded
View
For more details, please refer to the build report.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
For any questions, please:Try searching the docs.microsoft.com contributor guidesPost your question in the Docs support channel
| gharchive/pull-request | 2022-05-10T20:49:52 | 2025-04-01T06:37:14.464468 | {
"authors": [
"opbld30",
"opbld33",
"theley502"
],
"repo": "MicrosoftDocs/msftdynamicsgpdocs",
"url": "https://github.com/MicrosoftDocs/msftdynamicsgpdocs/pull/500",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
766310792 | Show JSON example of Receipt card
Please add sample card JSON for Receipt card similar to other cards.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 3fb4394d-25b1-8752-3996-fe3a2934732d
Version Independent ID: 6d391381-89d0-117c-27cc-00043bd26a36
Content: Cards Reference - Teams
Content Source: msteams-platform/task-modules-and-cards/cards/cards-reference.md
Product: msteams
GitHub Login: @laujan
Microsoft Alias: lajanuar
Card Json:
{
"contentType": "application/vnd.microsoft.card.receipt",
"content": {
"title": "John Doe",
"facts": [
{
"key": "Order Number",
"value": "1234"
},
{
"key": "Payment Method",
"value": "VISA 5555-****"
}
],
"items": [
{
"title": "Data Transfer",
"image": {
"url": "https://github.com/amido/azure-vector-icons/raw/master/renders/traffic-manager.png"
},
"price": "$ 38.45",
"quantity": "368"
},
{
"title": "App Service",
"image": {
"url": "https://github.com/amido/azure-vector-icons/raw/master/renders/cloud-service.png"
},
"price": "$ 45.00",
"quantity": "720"
}
],
"total": "$ 90.95",
"tax": "$ 7.50",
"buttons": [
{
"type": "openUrl",
"title": "More information",
"image": "https://account.windowsazure.com/content/6.10.1.38-.8225.160809-1618/aux-pre/images/offer-icon-freetrial.png",
"value": "https://azure.microsoft.com/en-us/pricing/"
}
]
}
}
Image:
Card Json:
{
"contentType": "application/vnd.microsoft.card.receipt",
"content": {
"title": "John Doe",
"facts": [
{
"key": "Order Number",
"value": "1234"
},
{
"key": "Payment Method",
"value": "VISA 5555-****"
}
],
"items": [
{
"title": "Data Transfer",
"image": {
"url": "https://github.com/amido/azure-vector-icons/raw/master/renders/traffic-manager.png"
},
"price": "$ 38.45",
"quantity": "368"
},
{
"title": "App Service",
"image": {
"url": "https://github.com/amido/azure-vector-icons/raw/master/renders/cloud-service.png"
},
"price": "$ 45.00",
"quantity": "720"
}
],
"total": "$ 90.95",
"tax": "$ 7.50",
"buttons": [
{
"type": "openUrl",
"title": "More information",
"image": "https://account.windowsazure.com/content/6.10.1.38-.8225.160809-1618/aux-pre/images/offer-icon-freetrial.png",
"value": "https://azure.microsoft.com/en-us/pricing/"
}
]
}
}
Image:
| gharchive/issue | 2020-12-14T11:16:44 | 2025-04-01T06:37:14.472305 | {
"authors": [
"Nikitha-MSFT",
"Wajeed-msft"
],
"repo": "MicrosoftDocs/msteams-docs",
"url": "https://github.com/MicrosoftDocs/msteams-docs/issues/2462",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
713980097 | Update build-first-app-overview.md
Add a new line before the image so it will show up in a new line instead of in-line with the preceding sentence.
Docs Build status updates of commit 2de2573:
:white_check_mark: Validation status: passed
File
Status
Preview URL
Details
msteams-platform/build-your-first-app/build-first-app-overview.md
:white_check_mark:Succeeded
View
For more details, please refer to the build report.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
For any questions, please:Try searching in the Docs contributor and Admin GuideSee the frequently asked questionsPost your question in the Docs support channel
| gharchive/pull-request | 2020-10-03T01:47:36 | 2025-04-01T06:37:14.478331 | {
"authors": [
"majguo",
"opbld31"
],
"repo": "MicrosoftDocs/msteams-docs",
"url": "https://github.com/MicrosoftDocs/msteams-docs/pull/2148",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1578124416 | [Doc-Improvement][Update the TOC with display name]
Adding the display name in the TOC files
Acrolinx Scorecards
We currently enforce a minimum score of 80.
Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:
Article
Score
Issues
Scorecard
Processed
msteams-platform/TOC.yml
98
5
link
:white_check_mark:
More info about Acrolinx
Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally.
| gharchive/pull-request | 2023-02-09T15:34:38 | 2025-04-01T06:37:14.482757 | {
"authors": [
"acrolinxatmsft1",
"v-habibaumme"
],
"repo": "MicrosoftDocs/msteams-docs",
"url": "https://github.com/MicrosoftDocs/msteams-docs/pull/8063",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1846939510 | Policheck update - August 11 | Bulk Update
This PR addresses the following Policheck bugs:
https://dev.azure.com/msft-skilling/learn-platform-policheck/_workitems/edit/110830
https://dev.azure.com/msft-skilling/learn-platform-policheck/_workitems/edit/110831
https://dev.azure.com/msft-skilling/learn-platform-policheck/_workitems/edit/110841
https://dev.azure.com/msft-skilling/learn-platform-policheck/_workitems/edit/110855
https://dev.azure.com/msft-skilling/learn-platform-policheck/_workitems/edit/110860
This is a bulk update for policheck bugs
#sign-off
@edupont04
This PR is part of a bulk update of terms identified by Policheck. Please review and merge.
Thank you.
| gharchive/pull-request | 2023-08-11T14:37:02 | 2025-04-01T06:37:14.486181 | {
"authors": [
"MeeraDi",
"jmart1428"
],
"repo": "MicrosoftDocs/nav-content",
"url": "https://github.com/MicrosoftDocs/nav-content/pull/204",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2463078831 | Update Move-CsUser.md to address minimum MicrosoftTeams module versio…
…n requirement
We have introduced some changes on cmdlets available in MicrosoftTeams module to deprecate some left out functionality as part of SFBO infra decoupling.
@VikneshMSFT - approved
| gharchive/pull-request | 2024-08-13T11:12:19 | 2025-04-01T06:37:14.487594 | {
"authors": [
"VikneshMSFT",
"michbrown-png"
],
"repo": "MicrosoftDocs/office-docs-powershell",
"url": "https://github.com/MicrosoftDocs/office-docs-powershell/pull/12068",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
431483260 | Create azure-pipelines.yml
sfdfdfgdgfhgfgfghf
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.:x: maigbodi sign nowYou have signed the CLA already but the status is still pending? Let us recheck it.
| gharchive/pull-request | 2019-04-10T12:45:39 | 2025-04-01T06:37:14.521045 | {
"authors": [
"maigbodi",
"msftclas"
],
"repo": "MicrosoftDocs/pipelines-dotnet-core",
"url": "https://github.com/MicrosoftDocs/pipelines-dotnet-core/pull/40",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1057049854 | Wrong translation
'Subtract dates' is translated as '날짜 차감'.
Koreans will misunderstand this as 'decrease the date'.
문서 세부 정보
⚠ 이 섹션을 편집하지 마세요. docs.microsoft.com ➟ GitHub 문제 연결에 필요합니다.
ID: 6187c3e6-5b3e-4b5c-05eb-6f4c7612570f
Version Independent ID: 7776f0e2-a633-b29d-0f67-4607aedc5472
Content: Datetime - Power Automate
Content Source: articles/desktop-flows/actions-reference/datetime.md
Service: power-automate
Sub-service: desktop-flow
GitHub Login: @mariosleon
Microsoft Alias: marleon
@glittery11
Thanks for your feedback. We are looking into this issue.
@glittery11
Thanks for your feedback. We have updated the translations to 날짜 차이, and the updated translations are live. Closing this issue.
| gharchive/issue | 2021-11-18T08:00:57 | 2025-04-01T06:37:14.526010 | {
"authors": [
"glittery11",
"jowilco"
],
"repo": "MicrosoftDocs/power-automate-docs",
"url": "https://github.com/MicrosoftDocs/power-automate-docs/issues/605",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1642573607 | The PowerShell cmdlet to get and set the dlp enforcement for Power Virtual Agents is returning an error
The PowerShell cmdlet to get and set the dlp enforcement for Power Virtual Agents is returning an error:
Set-PowerVirtualAgentsDlpEnforcement -TenantId xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx -Mode SoftEnabled -Verbose
VERBOSE: https://{pvaEndpoint}/chatbotmanagement/tenants/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/api/dlpsettings
New-Object : Exception calling ".ctor" with "1" argument(s): "Invalid URI: The hostname could not be parsed."
At C:\Program Files\WindowsPowerShell\Modules\Microsoft.PowerApps.Administration.PowerShell\2.0.156\Microsoft.PowerApps
.RestClientModule.psm1:35 char:18
$uriObject = New-Object System.Uri($Uri)
CategoryInfo : InvalidOperation: (:) [New-Object], MethodInvocationException
FullyQualifiedErrorId : ConstructorInvokedThrowException,Microsoft.PowerShell.Commands.NewObjectCommand
TenantID replaced for security.
It looks like the "variable" {pvaEndpoint} is not being replaced correctly.
Thanks!
Best regards,
Nuno Costa
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
ID: 8d276539-abf3-d9c5-c86d-7481d54b9a8e
Version Independent ID: 8d276539-abf3-d9c5-c86d-7481d54b9a8e
Content: Apply data loss prevention policies to chatbots - Power Virtual Agents
Content Source: power-virtual-agents/admin-data-loss-prevention.md
Service: power-virtual-agents
GitHub Login: @iaanw
Microsoft Alias: iawilt
Thanks for your comment, @ndocosta. This issue has been assigned to the doc author for review.
@digantakumar are you able to help with this?
Same issue here
same error here - any suggestions or updates?
| gharchive/issue | 2023-03-27T18:08:34 | 2025-04-01T06:37:14.532035 | {
"authors": [
"YQI-LCNC",
"bishalgoswami",
"cajetzer",
"iaanw",
"ndocosta"
],
"repo": "MicrosoftDocs/power-platform",
"url": "https://github.com/MicrosoftDocs/power-platform/issues/1855",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
605159083 | Flow isnt working for Helpdesk
When i load the flow in there is a
ID eq get items_filter under the get items in sharepoint step and it seems to need an odata filter query in order to be run ?
i got the app to work and it loads the issues into the sharepoint list.
just not getting any emails for new cases because of the flow
can someone help ? thanks
@j0hnnyma can you please share the link for the content page that this feedback is for?
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/help-desk-install
I see the sharepoint list i created logging the issues. The case not started email doesnt send due to the flow being broken.
any insights to this? the powerapp is supposed to work without much configuration. should be import and slight changes but flow isnt working for me. when i try to run the flow it prompts me to input the get_item filter query.
please update template it doesnt work.
Had to replace the update button in the app with the following code:
original
SubmitForm(EditTicketForm);HelpDeskFlow.Run("'" & SelectedTicket.ID & "'"); ResetForm(EditTicketForm); Navigate(MyTicketsScreen,None)
revised:
SubmitForm(EditTicketForm);HelpDeskFlow.Run(SelectedTicket.ID); ResetForm(EditTicketForm); Navigate(MyTicketsScreen,None)
@j0hnnyma I am still getting the Odata error even after using the revised. Any ideas?
Please reach out to the support teams with a support ticket to help investigate and fix this issue.
| gharchive/issue | 2020-04-23T00:38:24 | 2025-04-01T06:37:14.538436 | {
"authors": [
"j0hnnyma",
"rttombs",
"tapanm-MSFT"
],
"repo": "MicrosoftDocs/powerapps-docs",
"url": "https://github.com/MicrosoftDocs/powerapps-docs/issues/1294",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
729152776 | Concat function syntax seems to be missing third parameter (i.e. (row) separator))
I may be overlooking it but I do not see any mention of the currently accepted third parameter for the Concat function. I.e. the ability to specify a end-of-row separator character (at least when concating a table or collection).
e.g.
Set(GPSCoordAsString, Concat(GPSCoords, Lat & "|" & Lon &"|" & Note, "^"))
Here is a screenshot with the (not shown) cursor is just after the "Note," position in the formula......where "^" is being specified to concat three columns (i.e. Lat, Lon, Note) separated by a pipe ("|") and with and end-of-row separator (of "^")
If the docs are missing that very useful syntax info, please update.
Thank you.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: fc9b476a-3acc-3ba3-49ad-25411c4619d4
Version Independent ID: 87fb2164-bdfc-c724-8fcd-9ae588bca62d
Content: Concat and Concatenate functions - Power Apps
Content Source: powerapps-docs/maker/canvas-apps/functions/function-concatenate.md
Service: powerapps
GitHub Login: @gregli-msft
Microsoft Alias: gregli
Oops, sorry, missed existing issue for this, i.e. #1603
| gharchive/issue | 2020-10-26T00:27:03 | 2025-04-01T06:37:14.544379 | {
"authors": [
"DTronD"
],
"repo": "MicrosoftDocs/powerapps-docs",
"url": "https://github.com/MicrosoftDocs/powerapps-docs/issues/1854",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
440075391 | TOC partially disconnected
Hello again,
The connection between this page and the TOC tree is incomplete.
The TOC entry for this page does exist: under "Canvas apps / Design and build an app"
(it is the last entry in the list, below "Make an app accessible")
However:
> Clicking on the tree entry "Experimental and preview features" does navigate to this page,
> But then, the location in the TOC tree is lost
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 50ea9a7f-3003-294c-dd52-40d4a14ed206
Version Independent ID: 86ece656-e8cb-c535-bb25-b22b5bee5237
Content: Understand preview and experimental features - PowerApps
Content Source: powerapps-docs/maker/canvas-apps/working-with-experimental.md
Service: powerapps
GitHub Login: @gregli-msft
Microsoft Alias: gregli
Fixed. Thanks, @a-zaf!
| gharchive/issue | 2019-05-03T14:35:57 | 2025-04-01T06:37:14.549231 | {
"authors": [
"AFTOwen",
"a-zaf"
],
"repo": "MicrosoftDocs/powerapps-docs",
"url": "https://github.com/MicrosoftDocs/powerapps-docs/issues/364",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
368454279 | Note on Featured Apps [notifications]
The first note say "To receive push notifications, each user must have opened the app in PowerApps Mobile once or gotten the app from AppSource in Dynamics 365.",
Suggest adding that if the PowerApp is a Featured app then the app does not have to be previously opened to enable notifications.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: f2f754f6-4b2b-b1c8-6b84-f74f578821c8
Version Independent ID: 20df624c-87eb-0347-89f5-ef1d84b395af
Content: Send a push notification - PowerApps
Content Source: powerapps-docs/maker/canvas-apps/add-notifications.md
Service: powerapps
GitHub Login: @jamesol-msft
Microsoft Alias: jamesol
Thanks, @TBag. The PM for that feature says that the current messaging is fine. Closing the issue.
| gharchive/issue | 2018-10-10T01:01:28 | 2025-04-01T06:37:14.553737 | {
"authors": [
"AFTOwen",
"TBag"
],
"repo": "MicrosoftDocs/powerapps-docs",
"url": "https://github.com/MicrosoftDocs/powerapps-docs/issues/76",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1124670354 | Update create-responsive-layout.md
Fix wrong information. Formula should use the screen's Size property
Fixes #2855
Thank you for reaching out, resolved as part of later PR.
| gharchive/pull-request | 2022-02-04T22:23:15 | 2025-04-01T06:37:14.555118 | {
"authors": [
"kennyr87",
"tapanm-MSFT"
],
"repo": "MicrosoftDocs/powerapps-docs",
"url": "https://github.com/MicrosoftDocs/powerapps-docs/pull/3057",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
504856799 | incomplete filter provided
to get complete data sets, you need to filter by "starts with Power BI" and "starts with Microsoft Power BI" separately, first applying one filter, and then downloading the result, and proceeding to the next filter and downloading the result. And then you'd have to merge the two data sets together because you can't apply both of those filters at the same time in Azure AD.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 70948401-a30b-6499-82ce-cbc659b07d74
Version Independent ID: 3b891116-3acd-dcd0-47e0-b99375696d56
Content: Find Power BI users that have signed in - Power BI
Content Source: powerbi-docs/service-admin-access-usage.md
Service: powerbi
Sub-service: powerbi-admin
GitHub Login: @mgblythe
Microsoft Alias: mblythe
Oops I only read half of it. This can be closed because the article has this info already, other than the merging of the two data sets.
| gharchive/issue | 2019-10-09T19:48:50 | 2025-04-01T06:37:14.559693 | {
"authors": [
"poortom1004"
],
"repo": "MicrosoftDocs/powerbi-docs",
"url": "https://github.com/MicrosoftDocs/powerbi-docs/issues/1494",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1918123918 | Connection to AdventureWorksDW2021-PRIAD is down
Course documentation offers connection properties to server priad.database.windows.net which no longer work. Other users who have completed this course confirm that they are also no longer able to connect.
Copied the connection properties directly from:
\PowerBIPRIAD\MySolution\MyEnvironment.txt
No success.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
ID: e0439d49-76b1-380b-f226-317e96ca0397
Version Independent ID: 2dd9f620-5244-936f-76f9-1f32f5ac5a23
Content: Power BI Paginated Reports in a Day course - Power BI
Content Source: powerbi-docs/learning-catalog/paginated-reports-online-course.md
Service: powerbi
Sub-service: powerbi-resource
GitHub Login: @data-goblin
Microsoft Alias: v-kurtbuhler
Thanks for your comment, @giraffe24. This issue has been assigned to the doc author for review.
Hi @giraffe24,
Thanks for pointing this out.
Can you please send a screenshot or explain where in Power BI Paginated Reports in a Day course you found either priad.database.windows.net or \PowerBIPRIAD\MySolution\MyEnvironment.txt?
Thanks,
Kesem
Hi Kesem,
This direction is found in the file titled "PowerBIPRIAD_Lab02A" in Exercise 1 and is also shown in the videos.
Hi @giraffe24,
Thanks for the additional details. I'm looking into this issue.
Kesem
I have the same issues, any news on this?
I am having the same issue. Any help is appreciated. Thank you.
Same issue, cannot connect
Following up on this. We still cannot connect.
Hi @KesemSharabi :
This information needs to be in the Attendee kit:
Lab02A/PowerBIPRIAD_Lab02A.pdf
Server name: priad.database.windows.net needs to be updated to labresources.database.windows.net
Solution folder, MyEnvironment.txt:
Server name: priad.database.windows.net needs to be updated to labresources.database.windows.net
Hi @giraffe24,
This issue is being addressed and will be resolved shortly.
Thank you for engaging with us.
Kesem
| gharchive/issue | 2023-09-28T19:19:08 | 2025-04-01T06:37:14.571411 | {
"authors": [
"ConspiracyCode",
"KesemSharabi",
"bishalgoswami",
"bradleyaidanjohnson",
"brenter1",
"giraffe24",
"jari2023",
"nirusrin"
],
"repo": "MicrosoftDocs/powerbi-docs",
"url": "https://github.com/MicrosoftDocs/powerbi-docs/issues/4777",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
426322789 | Those with free licenses suddenly can't connect to datasets in new workspaces
Hello,
Is anyone else having access issues in the new workspaces?
Those with free licenses are trying to connect to datasets in a workspaces in the premium capacity. (They are trying to connect from the desktop editor)
There were able to connect with member status, but have suddenly lost access. They can see the datasets when they go to get data, but get an error saying they don't have permission when they try to connect.
We've tried changing them to admins to see if that worked, but it hasn't.
Those with pro are able to connect fine.
Any ideas?
Thanks!
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 11357d2a-97f6-c5d6-2a62-0d5cae1a1c3d
Version Independent ID: 51900b79-f5ed-25b8-ee89-9078129bdb15
Content: Create the new workspaces (preview) - Power BI - Power BI
Content Source: powerbi-docs/service-create-the-new-workspaces.md
Service: powerbi
GitHub Login: @maggiesMSFT
Microsoft Alias: maggies
Hi, @ameliator -- This sounds like a bug, not a doc issue. Can you try the Community site https://community.powerbi.com, and/or the Support site, https://powerbi.microsoft.com/en-us/support/?
| gharchive/issue | 2019-03-28T06:36:36 | 2025-04-01T06:37:14.577531 | {
"authors": [
"ameliator",
"maggiesMSFT"
],
"repo": "MicrosoftDocs/powerbi-docs",
"url": "https://github.com/MicrosoftDocs/powerbi-docs/issues/932",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
910816145 | Broken Links
In the last days the links for each of the ZT Pillars are broken. While we can go the menu and find the information, those links were working a few days ago
Detalles del documento
⚠ No edite esta sección. Se requiere para docs.microsoft.com ➟ Vinculación de problema de GitHub.
ID: 624b3329-cc27-fe94-e6ed-d13ef4f659b2
Version Independent ID: d603f3e6-bb85-ff8f-d639-415b2b149a6d
Content: Building Zero Trust Architecture
Content Source: zero-trust/index.md
Service: security
GitHub Login: @garycentric
Microsoft Alias: v-gmoor
Thank you for noticing, the change was intentional since there are now multiple options for each pillar. (That is, deployment but also integration guidance).
| gharchive/issue | 2021-06-03T20:07:01 | 2025-04-01T06:37:14.581447 | {
"authors": [
"knicholasa",
"sedelrio"
],
"repo": "MicrosoftDocs/security",
"url": "https://github.com/MicrosoftDocs/security/issues/25",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
432393167 | Issue in "Create the SQL Server login and permissions for Pacemaker"
There is a syntax error in following page:
https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-create-availability-group?view=sql-server-2017
Under section of "Create the SQL Server login and permissions for Pacemaker", the code snippet is showing:
CREATE LOGIN PMLogin WITH PASSWORD '';
The above syntax is wrong and there should be a '=' after PASSWORD:
CREATE LOGIN PMLogin WITH PASSWORD='';
Also in following steps it's instructing to use emacs editor. This is confusing, it would be a lot better to simply specify a file has to be created in /var/opt/mssql/secrets/passwd with the specified content.
Hi @SepehrCloud, thank you for bringing this to our attention,. I have made the edit to the typo. I have asked to author to review your coment about using the emacs editor but you can actually add the change yourself! You can find more information here at http://aka.ms/editsqldocs. Thanks for helping to improve our documentation :)
PR #9835
Thanks Julie, didn't know I can directly contribute. Will do it going forward :)
| gharchive/issue | 2019-04-12T05:27:48 | 2025-04-01T06:37:14.587779 | {
"authors": [
"SepehrCloud",
"julieMSFT"
],
"repo": "MicrosoftDocs/sql-docs",
"url": "https://github.com/MicrosoftDocs/sql-docs/issues/1920",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
513757529 | Clear-HgsClientHostKey command not working
I am running Windows 10 Enterprise version 10.0.18362,
PowerShell version 5.1
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: f498ebf8-8cda-7e68-c70c-9ecd0e7bd7df
Version Independent ID: b710fea4-0d4e-5fdd-03e8-ce2679fa18c2
Content: Tutorial: Getting Started with Always Encrypted with secure enclaves using SSMS - SQL Server
Content Source: docs/relational-databases/security/tutorial-getting-started-with-always-encrypted-enclaves.md
Product: sql
Technology: security
GitHub Login: @jaszymas
Microsoft Alias: jaszymas
@arafubeatbox -- Futai, thanks for your feedback; we appreciate it. To make sure we have all the information needed to triage your issue, please provide more context around the general task.
Thank you William, for your response. Excuse me for asking such an ambiguous question.
I was setting up my SQL server computer, following the instructions of
https://docs.microsoft.com/en-us/sql/relational-databases/security/tutorial-getting-started-with-always-encrypted-enclaves?view=sql-server-ver15
In step 2. part 8, I was not able to attest to the HGS computer, so I ran the "Clear-HgsClientHostKey" command, as told.
It didn't work on neither the HGS computer or the SQL server computer, telling me "is not recognized as the name of a cmdlet, function, script file, or operable program."
Hi @arafubeatbox --
I’m a PM for Always Encrypted in SQL Server. I’m contacting you regarding the issue and your comment you submitted at https://github.com/MicrosoftDocs/sql-docs/issues/3410.
First of all, thank for trying AE with enclaves. Sorry about the issues you have hit. Hopefully, we can unblock you soon.
First of all, we confirmed the correct cmdlet name is Remove-HgsClientHostKey, not Clear-HgsClientHostKey. We will fix it in the doc.
Please, try to run it and retry the steps again. If that does not help, please open System Information (msinfo32.exe) on the machine running SQL Server and check the value of Virtualization-based security - it should say "Running" if you successfully completed Step 2.4. If it is not running, please share the values of other VBS fields from System information.
Thanks,
Jakub (@jaszymas)
Hello @jaszymas --
I am sorry for my late response.
I was able to configure secure enclaves for my SQL Server properly.
Thank you for your sincere support.
| gharchive/issue | 2019-10-29T08:17:14 | 2025-04-01T06:37:14.596842 | {
"authors": [
"WilliamAntonRohm",
"arafubeatbox"
],
"repo": "MicrosoftDocs/sql-docs",
"url": "https://github.com/MicrosoftDocs/sql-docs/issues/3410",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
621098412 | All possible values for "row_count" column are not documented.
It is common for the row_count column to have a value of -1 in sys.dm_pdw_request_steps. But this document suggests that the column will always have a value >= 0. Please include a definition for when the value is -1.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 9a7154f3-1239-dab8-48ac-0fa21fb158d3
Version Independent ID: fc2ae299-9493-6e71-4801-333405c63405
Content: sys.dm_pdw_request_steps (Transact-SQL) - SQL Server
Content Source: docs/relational-databases/system-dynamic-management-views/sys-dm-pdw-request-steps-transact-sql.md
Product: sql
Technology: data-warehouse
GitHub Login: @ronortloff
Microsoft Alias: rortloff
@potato-enthusiast -- thank you for your feedback. Please consider these resources:
DBA Stack Exchange
Stack Overflow
@ronortloff -- please look into this issue.
Thanks for the feedback. A PR was submitted to address this.
#please-close
| gharchive/issue | 2020-05-19T16:01:09 | 2025-04-01T06:37:14.603538 | {
"authors": [
"WilliamAntonRohm",
"potato-enthusiast",
"ronortloff"
],
"repo": "MicrosoftDocs/sql-docs",
"url": "https://github.com/MicrosoftDocs/sql-docs/issues/4813",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1501161895 | Update pdw-permissions.md
fix a typo
Learn Build status updates of commit a507620:
:white_check_mark: Validation status: passed
File
Status
Preview URL
Details
docs/analytics-platform-system/pdw-permissions.md
:white_check_mark:Succeeded
For more details, please refer to the build report.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
For any questions, please:Try searching the learn.microsoft.com contributor guidesPost your question in the Learn support channel
Looks good. I'll merge now.
| gharchive/pull-request | 2022-12-17T04:16:06 | 2025-04-01T06:37:14.609170 | {
"authors": [
"ShannonLeavitt",
"opbld30",
"qfChenMSFT"
],
"repo": "MicrosoftDocs/sql-docs",
"url": "https://github.com/MicrosoftDocs/sql-docs/pull/8389",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
345792164 | best practice on how to deploy application updates using a chart using Visual Studio
Can you post a best practice on how to deploy application updates using a chart using Visual Studio? Thanks!
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 25b96907-35cf-ff1f-d7ad-a231aa78418b
Version Independent ID: 620e59a0-5658-9a05-c177-8d0687656e2a
Content: Kubernetes tools tutorial - Visual Studio
Content Source: docs/deployment/tutorial-kubernetes-tools.md
Product: visual-studio-dev15
GitHub Login: @ghogen
Microsoft Alias: ghogen
This article includes a link to Helm which describes how to use Helm charts to "define, install, and upgrade" Kubernetes applications. It looks like this issue has been addressed, so I am closing this. Thanks!
| gharchive/issue | 2018-07-30T14:51:14 | 2025-04-01T06:37:14.613385 | {
"authors": [
"craigcaseyMSFT",
"spacecat"
],
"repo": "MicrosoftDocs/visualstudio-docs",
"url": "https://github.com/MicrosoftDocs/visualstudio-docs/issues/1310",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
407028067 | Additional step of updating GuidSymbol is missing
There is an additional step after Step 2 is required. This is basically to change GuidSymbol name to the new group name that is created for the solution.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: dbec6d43-3798-8794-59ff-7ffc8dc1a63d
Version Independent ID: 8c8bf4ec-af85-dca1-a1f1-2e56d6345b5b
Content: Adding a Command to the Solution Explorer Toolbar - Visual Studio
Content Source: docs/extensibility/adding-a-command-to-the-solution-explorer-toolbar.md
Product: visual-studio-dev15
GitHub Login: @gregvanl
Microsoft Alias: gregvanl
Thanks for submitting your feedback and we apologize for the delayed response. Due to current resourcing and substantial extensibility changes we are currently working on that will result in significant doc changes, we are closing this lower priority issue. We will return to this issue on a later date and address it based on it's relevance after those extensive extensibility updates are made. Feel free to comment here as necessary.
| gharchive/issue | 2019-02-06T00:02:29 | 2025-04-01T06:37:14.617819 | {
"authors": [
"Jebarson",
"leslierichardson95"
],
"repo": "MicrosoftDocs/visualstudio-docs",
"url": "https://github.com/MicrosoftDocs/visualstudio-docs/issues/2321",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
780525194 | Download the Zip does not work
The link to download the zip under Get the App section does not work.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 38a38919-b557-4723-7ea9-b0fbafbfdc52
Version Independent ID: 2117c374-eda9-906e-392e-c55e1ebf8060
Content: Docker tutorial - Part 1: Build and run the todo list sample app
Content Source: docker/tutorials/your-application.md
Product: visual-studio-windows
Technology: vs-azure
GitHub Login: @nebuk89
Microsoft Alias: ghogen
@sabindangol -- thank you for your feedback. This issue is being tracked in #5827.
cc @ghogen
@sabindangol -- thank you for your feedback. This issue is being tracked in #5827.
cc @ghogen
@sabindangol That link references a localhost zip which is installed when you complete step 1 and install Docker.
@sabindangol That link references a localhost zip which is installed when you complete step 1 and install Docker.
| gharchive/issue | 2021-01-06T12:42:19 | 2025-04-01T06:37:14.623499 | {
"authors": [
"WilliamAntonRohm",
"ghogen",
"sabindangol"
],
"repo": "MicrosoftDocs/visualstudio-docs",
"url": "https://github.com/MicrosoftDocs/visualstudio-docs/issues/6272",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1090662495 | Make each step deep-linkable
I frequently need to redirect customers to this page, and tell them "Use record your actions, as shown in step 8". I think it would be easier if step 8 is deep-linkable. Also consider a more detailed section about recording the actions, and shows clicking the record button and clicking stop again at the end.
As an engineer working on Visual Studio, these recordings are tremendously useful to understanding some bugs, and occasionally customers don't understand what we're asking for, even when we link to this docs page, unless we explicitly call out step 8.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 2386e67e-a67b-de55-db57-e29a83dcb410
Version Independent ID: 6247fba9-4255-9a59-c206-0e8547e12335
Content: How to report a problem with Visual Studio - Visual Studio (Windows)
Content Source: docs/ide/how-to-report-a-problem-with-visual-studio.md
Product: visual-studio-windows
Technology: vs-ide-general
GitHub Login: @madskristensen
Microsoft Alias: madsk
It's my turn in my team's support rotation again this week, and I've needed to ask customers 3 times to record their steps, so I have to really point out step 8 in this list. If there's another docs page where there's more information about the "record your actions" process, I can't find it.
Also, the docs page doesn't actually use the same words as the feedback tool. The screenshot shows "record your actions to reproduce the issue", but doing a text search for "record your actions" on the docs page doesn't have any hits.
@zivkan -- Andy, thank you for your follow-up. We have updated this article with your suggestions, and it should be live by tomorrow.
| gharchive/issue | 2021-12-29T17:40:03 | 2025-04-01T06:37:14.629781 | {
"authors": [
"WilliamAntonRohm",
"zivkan"
],
"repo": "MicrosoftDocs/visualstudio-docs",
"url": "https://github.com/MicrosoftDocs/visualstudio-docs/issues/7481",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
293601930 | Formatting on page "All WITD XML elements reference" not well
On page https://docs.microsoft.com/en-us/vsts/work/customize/reference/all-witd-xml-elements-reference the formatting is not well done in the table.
@Styxxy Thank you for your contribution, I have filed a work item to get these fixed, thanks again for letting us know.
@Styxxy These fixes (for this issue and the other one) are made and should be live by tomorrow, thanks again for letting us know.
| gharchive/issue | 2018-02-01T16:45:20 | 2025-04-01T06:37:14.631943 | {
"authors": [
"Styxxy",
"steved0x"
],
"repo": "MicrosoftDocs/vsts-docs",
"url": "https://github.com/MicrosoftDocs/vsts-docs/issues/142",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
514570172 | How to register agent in agent pool part of project, not the whole organization?
I am trying to set up a self-hosted Windows agent on my VDI. This is suitable as a first proof of concept. This is easiest because this VDI already has access to the (Informatica) servers and applications containing the software to build/ deploy, and which I will need to connect to to perform automated building and deploying.
My Azure Devops administrator emailed to me that I have rights to create an agent within the agent pool that is part of my team's project. The documentation I found however, only explains how to create agents in organization pools.
When I try to create the agent, using a PAM that has ALL priveleges (to exclude this being the problem), this is the output I get:
(personal names and organisation names are replaced with dummy values)
Enter server URL > https://dev.azure.com/<MyOrganisation>
Enter authentication type (press enter for PAT) > PAT
Enter personal access token > ****************************************************
Connecting to server ...
Register Agent:
Enter agent pool (press enter for default) > Myteamname_Test
Enter agent name (press enter for MACHINE-NAME) >
Scanning for tool capabilities.
Connecting to the server.
Error reported in diagnostic logs. Please examine the log for more details.
- C:\agent\_diag\Agent_20191030-103548-utc.log
Access denied. Myfirstname Mylastname needs Manage permissions for pool MyTeamName_Test to perform the action. For more information, contact the Azure DevOps Server administrator.
Failed to add the agent. Try again or ctrl-c to quit
Enter agent name (press enter for MACHINE-NAME) >
Does somebody know what to do here? Do I need a different entry URL to access the project, not the organisation? Or do I need to change the pool name into: Project/Pool_name or something?
@MargreetH Thank you for the feedback, we apologize for any issues you're having.
Per this post are differences between agent pool permissions and agent pool roles.
Please make sure if you are specifically included in a role and comment below if there are still issues.
Closing the issue now, please add additional comments below.
| gharchive/issue | 2019-10-30T10:55:30 | 2025-04-01T06:37:14.635305 | {
"authors": [
"MargreetH",
"msebolt"
],
"repo": "MicrosoftDocs/vsts-docs",
"url": "https://github.com/MicrosoftDocs/vsts-docs/issues/6191",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
529964795 | An error in bash script
Hello Dear All,
there is an error in bash script https://docs.microsoft.com/en-us/azure/devops/repos/git/set-up-credential-managers?view=azure-devops
Instead
git-credential-manager install
supposed to be
git credential-manager install
without "-" between git and credential.
King regards,
Yelena.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 6c2f260d-9321-d669-172d-01289c233263
Version Independent ID: 14e9ae18-df9d-7555-902c-3e8b4c2b2f22
Content: Connect to your Git repos using credential managers - Azure Repos
Content Source: docs/repos/git/set-up-credential-managers.md
Product: devops
Technology: devops-code-git
GitHub Login: @apawast
Microsoft Alias: sdanie
@yelenapakumirzakova -- Yelena, thank you for bringing this to my attention. It has been fixed in the documentation and should be live by tomorrow.
| gharchive/issue | 2019-11-28T15:08:53 | 2025-04-01T06:37:14.641135 | {
"authors": [
"WilliamAntonRohm",
"yelenapakumirzakova"
],
"repo": "MicrosoftDocs/vsts-docs",
"url": "https://github.com/MicrosoftDocs/vsts-docs/issues/6509",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
571348358 | Stage vs jobs
We need a table that illustrates the differences between Stage and Jobs.
Some things that can come up.
factor
Stages
Jobs
UX
appears as separate icons on the pipeline view
---
Steps
---
contains steps
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 7f8c8539-89a7-a426-868b-96e961c39e29
Version Independent ID: de260a68-aab7-7c6b-6727-90c92c65b225
Content: Azure Pipelines New User Guide - Key concepts - Azure Pipelines
Content Source: docs/pipelines/get-started/key-pipelines-concepts.md
Product: devops
Technology: devops-cicd
GitHub Login: @juliakm
Microsoft Alias: jukullam
Thanks for the suggestion. I've added it to our backlog.
| gharchive/issue | 2020-02-26T13:10:22 | 2025-04-01T06:37:14.646634 | {
"authors": [
"juliakm",
"trajano"
],
"repo": "MicrosoftDocs/vsts-docs",
"url": "https://github.com/MicrosoftDocs/vsts-docs/issues/7405",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
412296399 | changed video to markdown snytax
HTML was used for embedding videos. So I changed it to the correct markdown syntax. Also changed some formatting to follow basic markdown lint rules
@SebastianSchuetze : Thanks for your contribution! The author, @KathrynEE, has been notified to review your proposed change.
@SebastianSchuetze - Thank you for your contribution. However, with the latest refresh of Reporting content, we've eliminated this index file. I am looking at porting your change to the powerbi/index file.
| gharchive/pull-request | 2019-02-20T08:12:10 | 2025-04-01T06:37:14.648100 | {
"authors": [
"KathrynEE",
"PRMerger8",
"SebastianSchuetze"
],
"repo": "MicrosoftDocs/vsts-docs",
"url": "https://github.com/MicrosoftDocs/vsts-docs/pull/3426",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
532279176 | Update DownloadPipelineArtifactV2.md
Update buildType to the new name - source
Hi @davidstaheli, can you review this PR?
Hi @jahsu-MSFT, are you a Microsoft employee?
Thank you!
@jborsecnik Thanks for coordinating. Yes, our team is working on Pipeline Artifacts tasks. Why?
@willsmythe @davidstaheli Please take a look when you get a chance. :)
Thanks,
Hi @jahsu-MSFT, there are two reasons:
First, it's preferred for Microsoft employees work in the private repos, so the content can be staged and validated by the current validation rules. For more information, see Should I work in a private or a public repo? If you need help getting set up to work in the private repo, see Fork and clone a reposistory.
Second, you should link your Microsoft and GitHub aliases. This helps us identify and locate you, and thereby smooth the flow of your PRs. See Link your GitHub and Microsoft accounts.
Thanks.
@jborsecnik I see. Thanks for clarifying. I don't usually work on doc repos and didn't know there is public/private pairings.
| gharchive/pull-request | 2019-12-03T21:30:27 | 2025-04-01T06:37:14.652895 | {
"authors": [
"jahsu-MSFT",
"jborsecnik"
],
"repo": "MicrosoftDocs/vsts-docs",
"url": "https://github.com/MicrosoftDocs/vsts-docs/pull/6547",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1863459225 | Examples missing
The page says that there should be an example for using the batch endpoint for adding attachments, but there are no examples provided.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
ID: d9d8bd99-f62b-c907-350f-3b16d5880755
Version Independent ID: 8000e858-6f0f-e139-8dfb-64f2f06e762e
Content: Work item Batch Updates - Azure DevOps Services REST API
Content Source: docs-ref-conceptual/7.0/wit/WorkItemBatchUpdate.md
Service: azure-devops
Sub-service: azure-devops-ref
GitHub Login: @wnjenkin
Microsoft Alias: whjenkin
This was fixed in the newer docmentation versions Work Item Batch Update Api
| gharchive/issue | 2023-08-23T14:31:10 | 2025-04-01T06:37:14.657451 | {
"authors": [
"jrmartin0723",
"nechvatalp"
],
"repo": "MicrosoftDocs/vsts-rest-api-specs",
"url": "https://github.com/MicrosoftDocs/vsts-rest-api-specs/issues/615",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
645855454 | Remove uniform lane index requirement for Wave
The HLSL compiler team has agreed to this change, which is more consistent with the later specifications, but failed to update this document. This is consistent with conformant implementations.
@pow2clk : Thanks for your contribution! The author(s) have been notified to review your proposed change.
Mentioning @tex3d so he can see this and weigh in if needed.
| gharchive/pull-request | 2020-06-25T21:15:05 | 2025-04-01T06:37:14.658785 | {
"authors": [
"PRMerger9",
"pow2clk"
],
"repo": "MicrosoftDocs/win32",
"url": "https://github.com/MicrosoftDocs/win32/pull/418",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.