Skip to content

Instantly share code, notes, and snippets.

View shibayan's full-sized avatar
🌀
Overworking

Tatsuro Shibamura shibayan

🌀
Overworking
View GitHub Profile
@shibayan
shibayan / azuredeploy_linux.json
Last active August 25, 2021 08:34
ARM Template for Web App for Containers (Linux)
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"siteName": {
"type": "string",
"metadata": {
"description": "The name of the function app that you wish to create."
}
}
09/08/2018 00:12:07.603 INFO - Site: iis-container-test - Creating container image
09/08/2018 00:12:07.604 INFO - Site: iis-container-test - Pulling container image: microsoft/iis:latest
09/08/2018 00:12:08.561 INFO - Site: iis-container-test - Image: microsoft/iis:latest
Status: Pulling from microsoft/iis
09/08/2018 00:12:09.258 INFO - Site: iis-container-test - Image: microsoft/iis:latest
Status: Already exists
09/08/2018 00:12:09.266 INFO - Site: iis-container-test - Image: microsoft/iis:latest
Status: Already exists
2004年 : 9,465 円 4件 最高額 : 3,800 円
2005年 : 61,786 円 10件 最高額 : 37,800 円
2006年 : 0 円 0件 最高額 : 0 円
2007年 : 48,448 円 7件 最高額 : 16,800 円
2008年 : 15,006 円 2件 最高額 : 12,096 円
2009年 : 16,581 円 3件 最高額 : 13,299 円
2010年 : 53,980 円 19件 最高額 : 8,953 円
2011年 : 165,497 円 26件 最高額 : 25,044 円
2012年 : 145,061 円 56件 最高額 : 23,683 円
2013年 : 165,475 円 43件 最高額 : 19,700 円
@shibayan
shibayan / gist:602c9ca309b9a10f49841ac9da31ee46
Created December 20, 2017 00:02
Azure Functions Runtime
2017/12/20 8:46:06 Welcome, you are now connected to log-streaming service.
2017/12/20 8:44:47 [DESKTOP-RLC6H10] Function App 'TestAzureFunction' is starting...
2017/12/20 8:44:48 [DESKTOP-RLC6H10] Pull container image azfuncrun/azure-functions-runtime:preview2-latest-nanoserver
2017/12/20 8:44:51 [DESKTOP-RLC6H10] preview2-latest-nanoserver: Pulling from azfuncrun/azure-functions-runtime
2017/12/20 8:44:51 [DESKTOP-RLC6H10] Digest: sha256:dfdb47a7638d0cdd1a42c603e3e59311ee0d229222f88329a7c561fc3d8b2ff3
2017/12/20 8:44:51 [DESKTOP-RLC6H10] Status: Image is up to date for azfuncrun/azure-functions-runtime:preview2-latest-nanoserver
2017/12/20 8:44:51 [DESKTOP-RLC6H10] The container image azfuncrun/azure-functions-runtime:preview2-latest-nanoserver has been pulled successfully!
2017/12/20 8:44:51 [DESKTOP-RLC6H10] Provisioning container TestAzureFunction_0
2017/12/20 8:44:51 [DESKTOP-RLC6H10] a4bd689e43bbd172e9cd60a2cfe0223c904daaf43e890e18296c11a7a3286345
2017/12/20 8:44:55 [DESKTOP-RLC6H10] Container TestAzur
shibayan.jp [138.91.0.30] へのルートをトレースしています
経由するホップ数は最大 50 です:
1 4 ms 2 ms 3 ms 192.168.43.1
2 * * * 要求がタイムアウトしました。
3 72 ms 36 ms 34 ms 172.30.5.2
4 32 ms 97 ms 96 ms 172.30.4.142
5 54 ms 42 ms 41 ms 80.83.239.173.gprs.mrdv.mts.ru [80.83.239.173]
6 136 ms 68 ms 276 ms 80.83.238.166.gprs.mrdv.mts.ru [80.83.238.166]
7 350 ms 608 ms 176 ms 80.83.238.174.gprs.mrdv.mts.ru [80.83.238.174]
@shibayan
shibayan / gist:ce9d2ac81a681dc4f9254b509d313039
Last active May 9, 2017 05:45
.NET Core Visual Studio 2015 Tooling
https://download.microsoft.com/download/3/C/A/3CAA9F6A-1856-43D3-922D-416D187A6929/AspNet5.ENU.RC1.exe
https://download.microsoft.com/download/B/0/A/B0AEBD7D-6979-4265-B1AC-A0B73618FB22/AspNet5.ENU.RC1_Update1.exe
https://download.microsoft.com/download/1/8/0/18048EDD-9F45-479A-B208-6F7C91CF2ECC/AspNet5.ENU.RC1_Update1_KB3137909.exe
https://download.microsoft.com/download/4/6/1/46116DFF-29F9-4FF8-94BF-F9BE05BE263B/DotNetCore.1.0.0.RC2-VS2015Tools.Preview1.exe
https://download.microsoft.com/download/A/3/8/A38489F3-9777-41DD-83F8-2CBDFAB2520C/DotNetCore.1.0.0-VS2015Tools.Preview2.exe
https://download.microsoft.com/download/2/F/8/2F864C4E-6980-4AFC-B64E-0AC04837FD6C/DotNetCore.1.0.0-VS2015Tools.Preview2.0.1.exe
https://download.microsoft.com/download/5/5/7/557D02A5-C3D0-4EF6-A570-4F75CD0DA5BF/DotNetCore.1.0.1-VS2015Tools.Preview2.0.2.exe
https://download.microsoft.com/download/F/6/E/F6ECBBCC-B02F-424E-8E03-D47E9FA631B7/DotNetCore.1.0.1-VS2015Tools.Preview2.0.3.exe
@shibayan
shibayan / deploy.cmd
Created January 7, 2017 07:36
Azure Functions deploy script
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off
:: ----------------------
:: KUDU Deployment Script
:: Version: 0.1.13
:: ----------------------
:: Prerequisites
:: -------------
Command: powershell -NoProfile -NoLogo -ExecutionPolicy Unrestricted -Command "& "$pwd\deploy.ps1" 2>&1 | echo"
Handling ASP.NET Core Web Application deployment with MSBuild.
MSBuild auto-detection: using msbuild version '14.0' from 'D:\Program Files (x86)\MSBuild\14.0\bin'.
Restoring packages for D:\home\site\repository\src\AppServiceInfo\project.json...
Restoring packages for tool 'Microsoft.AspNetCore.Server.IISIntegration.Tools' in D:\home\site\repository\src\AppServiceInfo\project.json...
Committing restore...
Lock file has not changed. Skipping lock file write. Path: D:\home\site\repository\src\AppServiceInfo\project.lock.json
D:\home\site\repository\src\AppServiceInfo\AppServiceInfo.xproj
Restore completed in 12232ms.

Keybase proof

I hereby claim:

  • I am shibayan on github.
  • I am shibayan (https://keybase.io/shibayan) on keybase.
  • I have a public key whose fingerprint is 9EEB 6CEA A731 18A3 645C 00A5 C417 C369 A12F CEAE

To claim this, I am signing this object:

@shibayan
shibayan / Web.config
Last active December 25, 2015 09:02
JRuby CGI
<?xml version="1.0"?>
<configuration>
<system.webServer>
<handlers>
<add name="RubyCGI"
path="*.rb" verb="*"
modules="CgiModule" scriptProcessor='D:\home\SiteExtensions\jruby\jruby-9.0.4.0\bin\jruby.exe -W0 "%s" %s'
resourceType="Unspecified" />
</handlers>
<cgi createProcessAsUser="false" />