Can I deploy an azure application to Staging Environment, using the 1.7 SDK, if I have a Production enviroment deployed with a older SDK version?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes. The Staging and Production are totally different environment from runtime perspective so you sure do it.
It actually does not even matter what you want to run on staging and production as the only difference is that with production deployment you have self configured DNS name while the staging give you a GUID based DNS name. Internally they are identical virtual machine configuration as configured in your service still very different to run separately.