Skip to content

Instantly share code, notes, and snippets.

View yuhattor's full-sized avatar

Yuki Hattori yuhattor

View GitHub Profile
// Source: https://www.youtube.com/watch?v=qiwCZmpDRUY
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class DeliveryManager : MonoBehaviour
{
public event EventHandler OnRecipeSpawned;
@yuhattor
yuhattor / payload.json
Created March 26, 2018 07:21
サービスのサンプルJSONペイロード
{
"name": "AzureSqlDbLinkedService",
"properties": {
"type": "AzureSqlDatabase",
"typeProperties": {
"connectionString": {
"type": "SecureString",
"value": "Server=tcp:.database.windows.net,1433;Database=;User ID=@;Password=;Trusted_Connection=False;Encrypt=True;Connection Timeout=30"
},
"servicePrincipalId": "",
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/gist-embed/2.4/gist-embed.min.js"></script>
</head>