Azure-Samples/academic-knowledge-analytics-visualization 55
Various examples to perform big data analytics over Microsoft Academic Graph and visualize the results.
Azure-Samples/aci-helloworld 43
Sample Node.js application used to demonstrate containerized deployment to Azure Container Instances
Azure-Samples/aci-event-driven-worker-queue 29
Learn how to use Azure Container Instances to scale up containers on-demand in response to incoming work.
Azure-Samples/aad-dotnet-manage-users-groups-and-roles 15
Getting started on managing users and groups using C#
Azure-Samples/aci-docs-sample-python 13
Python application demonstrating several common operations in Azure Container Instances (ACI). The code in this project backs one or more articles on docs.microsoft.com.
Azure-Samples/aci-docs-sample-dotnet 8
.NET Core console application demonstrating several common operations in Azure Container Instances (ACI). The code in this project backs one or more articles on docs.microsoft.com.
Azure-Samples/aad-dotnet-manage-service-principals 6
Getting started on managing service principals using C#
Azure-Samples/aad-java-manage-users-groups-and-roles 6
Manage users and groups and manage their roles using Java
Azure-Samples/aci-in-vnet-with-sidecars 6
Azure Container Instances deployed in a VNet with sidecar and init containers
Azure-Samples/aad-dotnet-manage-resources-from-vm-with-msi 4
Getting started on managing Azure resources from a virtual machine with managed service identity (MSI) using C#
push eventAzure-Samples/azure-digital-twins-getting-started
commit sha c5c49734e85096efc70e4f379e1d40f4f6c250e5
Create ContosoDairyDataHistoryGraphUpdatesQueries.kql Sample graph update queries reflecting a dairy operation, that can be run on Azure Data Explorer web UI. These queries can also be used in a larger solution that includes the Azure Digital Twins data history feature. For walkthrough information and help running these queries in context, see Use data history with Azure Data Explorer in the Azure Digital Twins documentation.
commit sha c9ed2f93a8aba1e10d257edee70b2703a829894e
Merge pull request #28 from Sekhar-Kutikuppala/patch-1 Create ContosoDairyDataHistoryGraphUpdatesQueries.kql
push time in 3 hours
PR merged Azure-Samples/azure-digital-twins-getting-started
Sample graph update queries reflecting a dairy operation, that can be run on Azure Data Explorer web UI. These queries can also be used in a larger solution that includes the Azure Digital Twins data history feature.
For walkthrough information and help running these queries in context, see Use data history with Azure Data Explorer in the Azure Digital Twins documentation.
Purpose
<!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? -->
- ... Adds additional sample graph updates kql queries to existing samp twin property kql queries
Does this introduce a breaking change?
<!-- Mark one with an "x". -->
[ ] Yes
[x ] No
Pull Request Type
What kind of change does this Pull Request introduce?
<!-- Please check the one that applies to this PR using "x". -->
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x ] Documentation content changes
[ ] Other... Please describe:
How to Test
- Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
- Test the code <!-- Add steps to run the tests suite and/or manually test -->
What to Check
Verify that the following are valid
- ...
Other Information
<!-- Add any other helpful information that may be needed here. -->
pr closed time in 3 hours
PR closed Azure-Samples/cognitive-services-quickstart-code
Purpose
<!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? -->
- ...
Does this introduce a breaking change?
<!-- Mark one with an "x". -->
[ ] Yes
[x] No
Pull Request Type
What kind of change does this Pull Request introduce?
<!-- Please check the one that applies to this PR using "x". -->
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Documentation content changes
[ ] Other... Please describe:
How to Test
- Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
- Test the code <!-- Add steps to run the tests suite and/or manually test -->
What to Check
Verify that the following are valid
- ...
Other Information
<!-- Add any other helpful information that may be needed here. -->
pr closed time in 3 hours
fork SaurabhSharma-MSFT/azure-sdk-for-go-samples
Examples of how to utilize Azure services from Go.
fork in 3 hours
PR opened Azure-Samples/azure-digital-twins-getting-started
Purpose
<!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? -->
- ...
Does this introduce a breaking change?
<!-- Mark one with an "x". -->
[ ] Yes
[ ] No
Pull Request Type
What kind of change does this Pull Request introduce?
<!-- Please check the one that applies to this PR using "x". -->
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:
How to Test
- Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
- Test the code <!-- Add steps to run the tests suite and/or manually test -->
What to Check
Verify that the following are valid
- ...
Other Information
<!-- Add any other helpful information that may be needed here. -->
pr created time in 3 hours
issue openedAzure-Samples/azure-health-data-services-samples
There is a broken link in deployment.md document for global.json file.
created time in 3 hours
Pull request review commentAzure-Samples/ms-identity-python-webapp
def logout(): @app.route("/") def index():+ if not (app.config["CLIENT_ID"] and app.config["CLIENT_SECRET"]):
Oh nice, an e book! I teach for corise.com, but you're free to use the content.
Lecture slides at: https://pamelafox.github.io/python-crash-course/
Exported articles/exercises at: https://pamelafox.github.io/python-crash-course/content/en/ (Doesn't have all the rich widgets of the corise.com platform, but the text is there.)
comment created time in 3 hours
PR opened Azure-Samples/azure-digital-twins-getting-started
Sample graph update queries reflecting a dairy operation, that can be run on Azure Data Explorer web UI. These queries can also be used in a larger solution that includes the Azure Digital Twins data history feature.
For walkthrough information and help running these queries in context, see Use data history with Azure Data Explorer in the Azure Digital Twins documentation.
Purpose
<!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? -->
- ...
Does this introduce a breaking change?
<!-- Mark one with an "x". -->
[ ] Yes
[ ] No
Pull Request Type
What kind of change does this Pull Request introduce?
<!-- Please check the one that applies to this PR using "x". -->
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:
How to Test
- Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
- Test the code <!-- Add steps to run the tests suite and/or manually test -->
What to Check
Verify that the following are valid
- ...
Other Information
<!-- Add any other helpful information that may be needed here. -->
pr created time in 3 hours
issue commentAzure-Samples/azure-search-openai-demo
Control Plane failures for OpenAI Resource Provider ("RequestConflict")
I received this message from Azure Livesite:
Impact Statement: Starting at 06:00 UTC on 27 March 2023, you have been identified as a customer using Azure Open AI Service who may see latency when performing resource operations and model deployments.
Current Status: A recent deployment applied to a backend instance that Azure Open AI services relies on, introduced a code regression. This resulted in those instances becoming unhealthy and ultimately manifesting in users experiencing the issues mentioned above.
We have developed and are currently in the process of deploying a hotfix to mitigate the failures. We expect this step to take approximately 8 hours. We are continuing to monitor our telemetry to validate success.
Further updates will be provided in 8 hours, or earlier if events warrant.
comment created time in 3 hours
Sample application that combines Azure Cosmos DB with Azure OpenAI ChatGPT service
fork in 3 hours
startedAzure-Samples/msdocs-python-fastapi-quickstart
started time in 3 hours
startedAzure-Samples/todo-nodejs-mongo-aks
started time in 3 hours
Pull request review commentAzure-Samples/ms-identity-python-webapp
def logout(): @app.route("/") def index():+ if not (app.config["CLIENT_ID"] and app.config["CLIENT_SECRET"]):
Nice! Whom do you teach those classes to? Your course material is neat, and much more polished than my old school attempt. May I borrow your materials when I and some other volunteers teach our next class?
comment created time in 3 hours
push eventAzure-Samples/functions-vnet-tutorial
commit sha d0bf2af4b0a9edfebf7592fe155b3a69a69b7f8c
Update project to target V4
commit sha 3452242155e81ba0e80c6d9cddf5e654054646e6
Updated ServiceBus Extension to 5.9
commit sha 0a9dd11aedf5fa0edd3a39f4fd7305f1317dfb3f
Merge pull request #4 from cjaliaga/main These updates look reasonable. I assume they are tested and work correctly.
push time in 3 hours
PR merged Azure-Samples/functions-vnet-tutorial
Purpose
<!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? -->
- Targeting v4
- Using 5.X ServiceBus extension
Does this introduce a breaking change?
<!-- Mark one with an "x". -->
[x] Yes
[ ] No
Pull Request Type
What kind of change does this Pull Request introduce?
<!-- Please check the one that applies to this PR using "x". -->
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:
pr closed time in 3 hours
fork metalgeek/basic-php-composer
Basic PHP app with Composer used in Microsoft Docs examples
fork in 3 hours
pull request commentAzure-Samples/azure-search-openai-demo
Add Markdown Render Support to GPT completions
Hi @kishorerv93 : Thank you for reviewing, testing and confirming that this PR works as expected and resolves your issue. We need a review from @jongio / @chuwik or another core dev with write access to approve/merge this.
comment created time in 3 hours
A sample Tomcat application for Try App Service. The application compiles to a .war file.
fork in 3 hours
Pull request review commentAzure-Samples/ms-identity-python-webapp
def logout(): @app.route("/") def index():+ if not (app.config["CLIENT_ID"] and app.config["CLIENT_SECRET"]):
lol, funny timing, I actually taught dict.get() in a Python class yesterday- https://pamelafox.github.io/python-crash-course/week3.html#/11/0/3
comment created time in 4 hours
startedAzure-Samples/azure-search-openai-demo
started time in 4 hours