Azure
Azure is a cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through a global network of Microsoft-managed data centers.
Here are 10,296 public repositories matching this topic...
Best Practices on Recommendation Systems
-
Updated
Apr 10, 2022 - Python
A curated list for awesome kubernetes sources
-
Updated
Apr 7, 2022 - Shell
Pulumi - Developer-First Infrastructure as Code. Your Cloud, Your Language, Your Way
-
Updated
Apr 10, 2022 - Go
Azure Quickstart Templates
-
Updated
Apr 8, 2022 - Shell
Simple and flexible tool for managing secrets
-
Updated
Apr 5, 2022 - Go
Best Practices, code samples, and documentation for Computer Vision.
-
Updated
Feb 28, 2022 - Jupyter Notebook
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
-
Updated
Apr 10, 2022 - TypeScript
The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go.
-
Updated
Apr 8, 2022 - Go
In our database projects we have several scmp-files with pre-configured schema compares.
As now I can use the files by opening the Schema Compare from the context-menu on the connection, and then click Open .scmp-file.
If I try to open the file from the file explorer or the project explorer I only get the underlaying XML-file, which mostly often isn't very useful.
It would be great to op
Add a monthly_replicated_write usage parameters to AWS [RDS Cluster] (https://github.com/infracost/infracost/blob/master/internal/resources/aws/rds_cluster.go) to track charges for Replicated Write I/Os (see https://aws.amazon.com/rds/aurora/pricing/#Database_Storage_and_IOs)
-
Updated
Apr 11, 2022 - TypeScript
-
Updated
Mar 25, 2022 - C#
Android in docker solution with noVNC supported and video recording
-
Updated
Apr 8, 2022 - Shell
Security scanner for your Terraform code
-
Updated
Apr 7, 2022 - Go
The https://github.com/nccgroup/ScoutSuite/blob/master/ScoutSuite/providers/gcp/rules/findings/iam-lack-of-service-account-key-rotation.json finding should only flag USER_MANAGED keys (https://cloud.google.com/iam/docs/reference/rest/v1/projects.serviceAccounts.keys), as SYSTEM_MANAGED keys are "managed and rotated by Google"
Rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources
-
Updated
Apr 8, 2022 - Python
Describe the issue
I wouldn't expect to get the alert if not defined explicitly.
Examples
https://github.com/hashicorp/terraform-provider-google/releases/tag/v4.0.0
Version (please complete the following information):
- Checkov Version 2.0.780
OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python
-
Updated
Apr 8, 2022 - TypeScript
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
-
Updated
Apr 11, 2022 - C#
OAuth Proxy
-
Updated
Mar 9, 2022 - JavaScript
I feel the need to document the use case where you need to link an azure function to the cosmos DB database using the connection string.
Assume you have declared a cosmosdb resource in your TF script like this
resource "azurerm_cosmosdb_account" "db" {
..
}
and now you want to define the connection string in you your azure function:
resource "azurerm_function_app" "fun
I have a simple regression task (using a LightGBMRegressor) where I want to penalize negative predictions more than positive ones. Is there a way to achieve this with the default regression LightGBM objectives (see https://lightgbm.readthedocs.io/en/latest/Parameters.html)? If not, is it somehow possible to define (many example for default LightGBM model) and pass a custom regression objective?
My goal is to view the available/installed artifacts on a VM in dev test lab.
By calling:
az lab vm show --lab-name $DevTestLabName --name $VmName--resource-group $ResourceGroupName
It displays a json response in which there is an "artifacts" property but its value is null.
When I try to use the --expand parameter as it is described in the documentation it returns an error:
Description
New-AzPortalDashboard fails to parse a hashtable converted from a JSON dashboard definition downloaded from the portal.
The attached JSON dashboard definition was downloaded from an existing simple dashboard definition created in the portal in order to test creating a new dashboard definition using PowerShell. The commands and output are shown below.
[portal.txt](https://git
Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
-
Updated
Apr 4, 2022 - Jupyter Notebook
-
Updated
Apr 9, 2022 - Go
-
Updated
Apr 9, 2022
There is several tests that call httbin or bing, and they can't pass if there is no network. Need to find a way todo an actual HTTP request, with the less possible mock so we're confident it's working as expected.
I think I remember httpbin can be install locally, maybe that?
To investigate.
Created by Microsoft
Released February 1, 2010
- Organization
- Azure
- Website
- azure.microsoft.com
- Wikipedia
- Wikipedia


We already have some scripts in the
scriptsdirectory. It would be good to run them for every PR.This is also a great task for beginners.