摘要:
对一些前端工程师来讲,使用javascript上传文件到Azure存储中可能是需要掌握的技能,希望这篇博客能给到帮助。在开始前我们需要了解以下几点:共享访问签名(Shared Access Signature(SAS)Azure 存储服务的跨域资源共享 (CORS) 支持共享访问签名共享访问签名,是...
阅读全文
posted @ 2015-11-11 16:14
aking96
阅读(1126)
推荐(0)
摘要:
中国版Azure 文件服务预览版在2015年1月13日已经上线,文件存储使用标准SMB 2.1协议为应用程序提供共享存储。当我们的虚拟机连接到文件共享后就可以像使用本地共享文件夹一样来读取和写入文件。在使用Azure 文件服务之前我们需要两步准备工作第一步:创建新存储账户Note: 只有在Azure...
阅读全文
posted @ 2015-11-11 16:09
aking96
阅读(678)
推荐(0)
摘要:
Azure网站提供了一个比较不错可以用来对我们的网站进行分析的工具------KUDU,下面我们就来看看这个工具主要能为我们做些啥,啥时候使用它。如何打开KUDUKUDU所展现的强大功能如何打开KUDU1) 下载发布配置文件打开Azure门户网站,选择Azure网站,点击仪表板,下载发布配置文件,如...
阅读全文
posted @ 2015-11-11 15:48
aking96
阅读(974)
推荐(0)
摘要:
create a certificate/bin/keytool -genkey -alias -keystore /.pfx -storepass -validity 3650 -keyalg RSA -keysize 2048 -storetype pkcs12 -dname "CN=Sel...
阅读全文
posted @ 2015-06-24 15:50
aking96
阅读(315)
推荐(0)
摘要:
public class CustomTableEntity : TableEntity { public override IDictionary WriteEntity(Microsoft.WindowsAzure.Storage.OperationContext oper...
阅读全文
posted @ 2014-10-17 14:22
aking96
阅读(281)
推荐(0)
摘要:
My Spanish Translator Enter your text in English: Here is your ...
阅读全文
posted @ 2014-07-10 14:03
aking96
阅读(376)
推荐(0)
摘要:
Demo link: http://code.msdn.microsoft.com/windowsazure/How-to-use-bing-search-API-4c8b287eAspx Code: ...
阅读全文
posted @ 2014-07-10 13:58
aking96
阅读(588)
推荐(0)
摘要:
1.登陆kudu直接下载。 http://www.concurrency.com/blog/use-azure-kudu-debug-azure-websites/2.FTP链接拷贝(可以忽略)3.http://sedodream.com/2014/05/08/HowToDownloadASite...
阅读全文
posted @ 2014-05-14 13:39
aking96
阅读(209)
推荐(0)
摘要:
Use WCF Communication with role instance in azure1)In worker role build WCF Service public override void Run() { // This is a sample worker implementation. Replace with your logic. Trace.TraceInformation("WorkerRole1 entry point called", "Information"); while ...
阅读全文
posted @ 2013-09-03 17:16
aking96
阅读(322)
推荐(0)
摘要:
here is the sample. namespace USCrime2006and2007{ class Program { static void Main(string[] args) { GetData aa = new GetData(); aa.GetFertilityData(); } } class GetData { public GetData() { context = new UnitedNations...
阅读全文
posted @ 2013-08-19 10:35
aking96
阅读(214)
推荐(0)