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,182 public repositories matching this topic...
-
Updated
Mar 25, 2022 - Python
-
Updated
Mar 24, 2022 - Shell
-
Updated
Mar 25, 2022 - Go
-
Updated
Mar 25, 2022 - Shell
-
Updated
Mar 25, 2022 - Go
-
Updated
Feb 28, 2022 - Jupyter Notebook
-
Updated
Mar 23, 2022 - TypeScript
-
Updated
Mar 15, 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
-
Updated
Mar 26, 2022 - JavaScript
Previous discussion:
Infracost has a method of passing custom flags for when Infracost runs terraform plan
, but it doesn't support passing custom flags to terraform init
.
This will be useful for users who
- Want to auto-upgrade modules using `terraform init -u
-
Updated
Mar 25, 2022 - TypeScript
-
Updated
Mar 25, 2022 - C#
-
Updated
Feb 16, 2022 - Shell
-
Updated
Mar 25, 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"
-
Updated
Mar 25, 2022 - Python
SQL for IaaS requiring to Ensure Azure instance authenticates using SSH keys even using a windows OS
Describe the issue
Checkov having an error requiring to ensure Azure instance authenticates using SSH keys even using a windows OS.
https://docs.bridgecrew.io/docs/bc_azr_networking_1
Examples
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"metadata": {
"_generator": {
"name": "b
-
Updated
Mar 22, 2022 - TypeScript
-
Updated
Mar 9, 2022 - JavaScript
Summary
The Event Hubs client library aims to be mockable and fully support testability. To help illustrate usage of the new API for the testing scenarios, a set of samples mocking the various Event Hubs client types and illustrating use of the model factory is needed.
Scope of Work
- Implement a sample or set of samples demonstrating a basic approach for mocking the high level cli
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?
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
Description of the new feature
https://docs.microsoft.com/en-us/rest/api/resources/subscriptions/list-locations
GET https://management.azure.com/subscriptions/291bba3f-e0a5-47bc-a099-3bdcb2a50a05/locations?api-version=2020-01-01
{
"id": "/subscriptions/291bba3f-e0a5-47bc-a099-3bdcb2a50a05/locations/centralus",
"name": "centralus",
"displayName": "Central US",
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:
-
Updated
Mar 22, 2022 - Jupyter Notebook
-
Updated
Mar 26, 2022 - Go
-
Updated
Mar 26, 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
scripts
directory. It would be good to run them for every PR.This is also a great task for beginners.