Skip to content

kaz29/serverless-azure-php-example

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
tmp
 
 
 
 
 
 
 
 
 
 

Serverless Azure PHP Example

このサンプルは、PHP向けパッチ版 serverless-azure-functions を使用して、PHP版の Azure Functionをdeployするサンプルです。

PHP向けパッチ版 serverless-azure-functionsは、serverless-azure-functions 元に作成しました。

Getting started

1. Get a Serverless Service and setup project

npm i -g serverless
npm install

2. Set up environment variables

# bash
export azureSubId='<subscriptionId>'
export azureServicePrincipalTenantId='<tenantId>'
export azureServicePrincipalClientId='<servicePrincipalName>'
export azureServicePrincipalPassword='<password>'

3. Deploy

sls deploy

Releases

No releases published

Packages

No packages published

Languages