custom service definition file
I would like to have different instance types for different service configrations. I see that this is not possible with visual studio. Is it possible to write an appveyor script, so that appveyor changes the instance type before deploying?
thank you.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 12 Aug, 2015 05:43 PM
If I'm not mistaken instance size is baked into
.cspkg
package file and it couldn't be easily changed without altering the package. However, you can change instance size/count after deployment on Azure Portal.2 Posted by ahmet on 12 Aug, 2015 05:56 PM
I thiught you could only change the count. Not the size. Am i mistaken?
Support Staff 3 Posted by Feodor Fitsner on 12 Aug, 2015 05:58 PM
Looks like you are right :-/
Then it's rebuilding the package for different environments. You may try googling for possible solutions - would be interesting to know about your findings.
4 Posted by ahmet on 12 Aug, 2015 05:59 PM
People are writing scripts to altet the file before packeging.
Support Staff 5 Posted by Feodor Fitsner on 12 Aug, 2015 06:00 PM
Well, this is straightforward, but it's still there, inside the package and no way to change that at the time of deployment.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:58 AM.