marlene1357
202f440647
fixed typo in readme ( #49 )
2018-10-14 14:42:57 -07:00
Menghua Xiao
c165796894
Use azure-acs Jenkins plugin to deploy data app to Azure ACS ( #47 )
2017-11-30 14:49:05 +08:00
Menghua Xiao
f6984008ea
Add NSG exceptional rules for the K8s master SSH service ( #46 )
...
* Add Jenkins IP to ACS NSG exception list
* Allow public access to K8s master SSH service
* Update comments and remove nsg setttings specific to Jenkins
* Update README
2017-11-20 11:27:30 +08:00
ZhijunZhao
f074255964
Incorporate Jenkins plugin for Azure Functions ( #43 )
2017-11-10 16:54:55 +08:00
Kevin Zhao
fb11a35118
Update azure-webapp-maven-plugin to 0.1.5
2017-11-10 00:09:15 -06:00
Junbo Wang
0f3fb88e18
Update linux-webapp.json ( #42 )
2017-11-03 16:16:29 +08:00
ZhijunZhao
79515ef4a7
turn on alwayson for azure function ( #41 )
...
* turn on alwayson for azure function
* minor
2017-11-03 14:27:59 +08:00
ZhijunZhao
75f6e27dcf
Use ARM template to deploy azure function ( #40 )
...
* use arm template to deploy function app
* fix typo
* update jenkins master image version
* minor
2017-11-03 10:56:21 +08:00
ZhijunZhao
d7e14928fe
renmae to function-app ( #39 )
2017-11-02 14:25:22 +08:00
Xiang Yan
8aa91a5140
Instructions to enable Azure application insights ( #38 )
...
* add appinsights dependencies
* Add ApplicationInsights.xml
* Add AppInsightsConfig.java
* Update README.md
* Update README.md
* Update ApplicationInsights.xml
* Update AppInsightsConfig.java
* Update README.md
2017-10-27 00:06:51 -05:00
Asir Vedamuthu Selvasingh
864fdce16f
README - added steps for deploying Java function to Azure Functions ( #33 )
...
* added steps for functions
* added steps for functions
* inserted link to doc for deploying apps to K8S/ACS using Fabric 8 Maven plugin
2017-10-01 10:16:49 -07:00
ArchangelSDY
22fcfe53a8
Use Jenkins ACS plugin to deploy data app ( #31 )
...
* Use Jenkins ACS Plugin to deploy data app
* Add provision script for jenkins ACS deployment
* update docker image
2017-09-30 13:14:09 +08:00
ZhijunZhao
be8446911e
Deploy Azure functions with Maven plugin
2017-09-30 09:39:48 +08:00
Kevin Zhao
c79d38ac3a
Update README.md
...
fix #27
2017-09-22 21:49:33 +08:00
Kevin Zhao
c93c201958
use versioned docker image for jenkins
2017-09-22 17:28:56 +08:00
Yuwei Zhou
95de10e1af
Use fabric8 maven plugin to deploy data-app to kuberntes ( #25 )
2017-09-22 15:27:12 +08:00
ArchangelSDY
1fab81c3b0
Use Jenkins app service plugin to deploy webapp ( #23 )
2017-09-22 15:24:41 +08:00
ZhijunZhao
00ece646ea
use azure storage starter in webapp ( #28 )
...
* use azure storage starter in webapp
* update connection string property name for storage starter
2017-09-22 15:23:02 +08:00
Kevin Zhao
31b12fbea8
fix mysql database name query script ( #26 )
2017-09-18 18:49:45 +08:00
Kevin Zhao
fb31075ff8
Update pom.xml
2017-09-18 13:22:52 +08:00
Kevin Zhao
1da2f549de
integrate azure-webapp-maven-plugin 0.1.3 ( #24 )
2017-08-21 17:20:14 +08:00
Kevin Zhao
18e1787f40
Update links in master.json to point to GitHub
2017-08-11 16:23:48 +08:00
Robert McMurray
04c6aff0b4
Updating README file ( #22 )
2017-07-22 10:39:04 +08:00
zhzy0077
04b21f734e
Update MovieRepository.java ( #21 )
...
1. Spring has several annotations effect same(@Component, @Controller, @Service, @Repository, etc). It is recommended to use meaningful annotations for specific components.
2. ```e.printStackTrace(); logger.error("Error requesting movie: " + e.getMessage());```
Using the above code snippet in multi-threading environment will cause stack trace and error info separate. ```logger.error("Error requesting movie: ", e);``` will make the log complete.
2017-06-22 14:56:55 +08:00
Anton Ovechkin
a26cc971b5
Updated default storage container names
2017-06-15 13:23:56 +08:00
Anton Ovechkin
65b0891b21
Fixed redirect to the current page after Facebook login by using redirectUrl. THis is required b/c the default SavedRequestAwareAuthenticationSuccessHandler relies on the previous http request stored in the cache by ExceptionTranslationFilter. In this app this doesn't normally fire, as unathenticated users can view all pages in read-only mode. ( #20 )
2017-06-15 11:20:55 +08:00
ZhijunZhao
3992169981
update readme for azure cli installation on windows ( #19 )
...
* update readme for azure cli installation on windows
* resolve code review feedback
2017-06-13 13:53:55 +08:00
Kevin Zhao
3c38e1ab0e
switch to microsoft docker repo ( #18 )
2017-06-07 11:16:36 +08:00
Kevin Zhao
c1e01636f9
refine deployment script in Jenkins ( #17 )
2017-06-06 14:07:40 +08:00
Asir Vedamuthu Selvasingh
e3948e53b1
Merge pull request #1 from rmcmurray/rmcmurray-readme
...
Updating the root and deployment README files
2017-06-05 18:15:50 -07:00
Robert McMurray
96d5df7f55
Updating the root and deployment README files
2017-06-05 16:10:14 -07:00
ZhijunZhao
2eb4b9e63b
Initial commit
2017-06-05 15:45:23 +08:00