Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Updated ARM JSON: 2022-06-02T05:08:20+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated committed Jun 2, 2022
1 parent de21203 commit 6e77ea7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Some stuff baked into this example:

Publish your Functions app and zip the publish directory. Put your configuration in a [environment file (.env)](https://docs.docker.com/compose/env-file/). Deploy it to a spot VM scale set.

[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fjoelverhagen%2Faz-func-vmss%2Fv0.0.1%2Fbicep%2Fspot-workers.deploymentTemplate.json)
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fjoelverhagen%2Faz-func-vmss%2Fv0.0.2%2Fbicep%2Fspot-workers.deploymentTemplate.json)

After the deployment completes, go to the domain name associated with one of your load balancer resources, e.g.

Expand Down
2 changes: 1 addition & 1 deletion bicep/spot-workers.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ param storageAccountName string = 'azfuncvmss${uniqueString('funcvmss', resource
param domainNamePrefix string = 'az-func-vmss-${uniqueString('funcvmss', resourceGroup().name)}-'

@description('The release name to use for the deployment scripts and the Azure Functions Host zip file. Found on https://github.com/joelverhagen/az-func-vmss/releases')
param gitHubReleaseName string = 'v0.0.1'
param gitHubReleaseName string = 'v0.0.2'

@description('A publicly accessibly URL (can be blob storage SAS) for the Azure Functions app zip file. Made with zipping the output of dotnet publish.')
param appZipUrl string = 'https://github.com/joelverhagen/az-func-vmss/releases/download/${gitHubReleaseName}/example-app-win-x64.zip'
Expand Down
4 changes: 2 additions & 2 deletions bicep/spot-workers.deploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.6.18.56646",
"templateHash": "11481634820416340775"
"templateHash": "14831232324596183948"
}
},
"parameters": {
Expand All @@ -32,7 +32,7 @@
},
"gitHubReleaseName": {
"type": "string",
"defaultValue": "v0.0.1",
"defaultValue": "v0.0.2",
"metadata": {
"description": "The release name to use for the deployment scripts and the Azure Functions Host zip file. Found on https://github.com/joelverhagen/az-func-vmss/releases"
}
Expand Down

0 comments on commit 6e77ea7

Please sign in to comment.