Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Add server side deployment script , document
Browse files Browse the repository at this point in the history
  • Loading branch information
kazumihirose committed Jul 20, 2020
1 parent ac0db73 commit f53dee5
Show file tree
Hide file tree
Showing 21 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/HOW_TO_BUILD_SERVER_SIDE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Easy step by step for functions development
# Step by step for server side development

## 1. Requirements
- Visual Studio 2019
- feature develop Azure Function. (doc [en-us](https://docs.microsoft.com/en-us/azure/azure-functions/functions-develop-vs) / [ja-jp](https://docs.microsoft.com/ja-jp/azure/azure-functions/functions-develop-vs))
Expand Down Expand Up @@ -33,3 +34,4 @@ any thing.
## 4. build and Debug

Ctrl + Alt + B / F5 Key

3 changes: 3 additions & 0 deletions doc/SERVER_SIDE_ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Both are likely to fit within the free tier.

![Folder](images/DevArchitecture.png)

First, build in the local environment.
[HOW_TO_BUILD_SERVER_SIDE](HOW_TO_BUILD_SERVER_SIDE.md)

### Functions (REST API)
Azure Functions is used as a REST API.
In addition, the batch operation of schedule execution is also performed.
Expand Down
Binary file added doc/images/AzurePortal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/CloudExplorer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/Configration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/Configration2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/Configration3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/Deployment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/GenerateKeys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/PublishApi0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/PublishApi1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/PublishApi2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/PublishApi3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/PublishApi4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/PublishBatch0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/PublishBatch1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/PublishBatch2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/PublishBatch3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/PublishBatch4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/deployment_cli.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/opencloudshell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f53dee5

Please sign in to comment.