Azure static web sites

2016-01-27 Thread Greg Keogh
Folks, I was thinking of moving some of my old static web sites to Azure, and I've noticed via links from others in here that they must doing this already. It looks you don't actually "deploy" a static web site to Azure (like an application), you just make a Blob container, upload the files and

RE: Azure static web sites

2016-01-27 Thread Andrew Coates (DX AUSTRALIA)
>> In what way is a Web App more reliable or scalable than blob storage? Fair enough, That's actually a really interesting question. I guess I was thinking along the lines of you having more explicit control through the web apps front end on the portal. You can assign multiple instances to the

RE: Azure static web sites

2016-01-27 Thread 罗格雷格博士
I was thinking the same. I’d just create a web app and deploy it, even if it had a whole bunch of static content. By doing that, you pick up all the niceness. Regards, Greg Dr Greg Low 1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax SQL Down Under | Web:

RE: Azure static web sites

2016-01-27 Thread 罗格雷格博士
:-) Yep niceness includes all the config stuff that it makes really easy. And it's a whole world of easier to do and portable. * Shared site with host headers - check * Free option for really little sites - check * Custom domain - check * Automated help with DNS configuration - check * Makes it

Re: VS2015 and Git

2016-01-27 Thread David Connors
How long ago did you install it? Code Lens took a half hour to start working for me. Can you send a screenshot of your team explorer? It sounds like you don't have a project open. On Thu, 28 Jan 2016 at 10:41 David Burstin wrote: > Hi guys, > > Is anyone using VS2015

Re: Azure static web sites

2016-01-27 Thread Greg Keogh
I had a quick experiment with the web app idea for static content. I can't figure out what sort of app to create or what do with the vast baggage of references and support files that come with most default VS2015 projects. I'm not even sure if I should use VS2015 for this, but it does have deploy

Re: VS2015 and Git

2016-01-27 Thread David Burstin
Thanks for the quick reply David. I installed it yesterday, so it's been a while. This is what CodeLens looks like - picks up references but no Git info. [image: Inline images 1] This is what Team Explorer looks like: [image: Inline images 2] Cheers Dave On 28 January 2016 at 11:49, David

Re: Azure static web sites

2016-01-27 Thread David Connors
On Thu, 28 Jan 2016 at 10:59 Greg Keogh wrote: > I had a quick experiment with the web app idea for static content. I can't > figure out what sort of app to create or what do with the vast baggage of > references and support files that come with most default VS2015 projects. >

RE: Azure static web sites

2016-01-27 Thread 罗格雷格博士
I could do a quick walkthrough later today if that’d help. There aren’t many options that need to be chosen. Regards, Greg Dr Greg Low 1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax SQL Down Under | Web: www.sqldownunder.com From:

Re: VS2015 and Git

2016-01-27 Thread David Connors
This is odd. What happens if you try and view history of master (right click on View History on master in branches)? On Thu, 28 Jan 2016 at 12:34 David Burstin wrote: > This is the bit above the screenshot: > [image: Inline images 2] > > > This is after pressing the

Re: VS2015 and Git

2016-01-27 Thread David Connors
Probably not if it does it for a different repo. On Thu, 28 Jan 2016 at 14:00 DotNet Dude wrote: > Is there a cache file somewhere for Git? Sounds like a cache issue to me > but I never use Git so just spitting out of nowhere > > On Thursday, 28 January 2016, David

Re: VS2015 and Git

2016-01-27 Thread David Connors
Have you installed Update 1 yet? I am just putting that on now and it repaves GIT (says my current tools are deprecated). Might be a last resort before rebuild. On Thu, 28 Jan 2016 at 15:16 David Burstin wrote: > > git show works perfectly. So does git log. And git

Re: Azure static web sites

2016-01-27 Thread Greg Keogh
> > I could do a quick walkthrough later today if that’d help. There aren’t > many options that need to be chosen. > That'd be great if you have a break. Only the skeleton of the steps should get me going. Once I get the files in the right sort of project and deploy with suitable settings I

Re: VS2015 and Git

2016-01-27 Thread DotNet Dude
Is there a cache file somewhere for Git? Sounds like a cache issue to me but I never use Git so just spitting out of nowhere On Thursday, 28 January 2016, David Burstin wrote: > I tried it for a toy project that I only have locally. Same deal - can see > history, etc,

Re: VS2015 and Git

2016-01-27 Thread David Connors
In Team Explorer 1. Click Home 2. Click Settings 3. Click Repository Settings Scroll down and show what URLs are listed under Remotes. On Thu, 28 Jan 2016 at 13:53 David Burstin wrote: > I tried it for a toy project that I only have locally. Same deal - can see >

Re: VS2015 and Git

2016-01-27 Thread David Burstin
The URLs are exactly correct and the same as I use for Git to clone the repo. On 28 January 2016 at 15:14, David Connors wrote: > In Team Explorer > > 1. Click Home > 2. Click Settings > 3. Click Repository Settings > > Scroll down and show what URLs are listed under

Re: VS2015 and Git

2016-01-27 Thread David Burstin
git show works perfectly. So does git log. And git diff. (No errors, details shown) I too am out of ideas. Like I said, it is like MOST of VS works with Git, just CodeLens and the dropdown don't. Looks like a reinstall is in order. David - thanks so much for your help. I really appreciate you

Re: VS2015 and Git

2016-01-27 Thread David Burstin
I get the entire history! It clearly has no problem connecting to Git, just that CodeLens and the branches dropdown don't work. Odd indeed! On 28 January 2016 at 14:06, David Connors wrote: > This is odd. What happens if you try and view history of master (right > click on

Re: VS2015 and Git

2016-01-27 Thread David Burstin
Turned off CodeLens. Shut down VS. Started VS. Loaded solution. Turned back on CodeLens ...and exactly the same as before. Might try the old uninstall/reinstall VS2015 if I have a few hours spare. On 28 January 2016 at 14:16, David Connors wrote: > This is odd because I

Re: VS2015 and Git

2016-01-27 Thread David Connors
You could try making a Hello World project / repo on your local machine and seeing if that has the same issue (ie. to see if there is something borked in your GIT/VS integration or maybe it is something to do with your local repo for sumo?) On Thu, 28 Jan 2016 at 13:25 David Burstin

Re: VS2015 and Git

2016-01-27 Thread David Burstin
I tried it for a toy project that I only have locally. Same deal - can see history, etc, but no "authors/changes", no dropdown. Then tried it for a clone of the master repo, different branch. Same deal. :( All seems to point to Git/VS integration issue. Only half of VS can see Git,

Re: VS2015 and Git

2016-01-27 Thread David Connors
What does it say just above that screenshot? It looks like you're in the branches view. What do you get if you click the little house/home button at the top of the Team Explorer window? On Thu, 28 Jan 2016 at 11:04 David Burstin wrote: > Thanks for the quick reply

Re: VS2015 and Git

2016-01-27 Thread David Connors
This is odd because I had the same issue with codelens when I ran up GIT but I didn't do anything to fix it - it just started working. Did you want to turn all the code lens options off quit/reload/etc and turn them back on to see if that kicks it into action? On Thu, 28 Jan 2016 at 13:09 David

Re: VS2015 and Git

2016-01-27 Thread David Connors
I can't really see any difference. You still can't tag in the UI unfortunately. On Thu, 28 Jan 2016 at 17:07 Andrew Coates (DX AUSTRALIA) < andrew.coa...@microsoft.com> wrote: > My VS is telling me there’s an update to the GIT extensions too > > > > Andrew Coates, ME, MCPD, MCSD MCTS, Developer

RE: Azure static web sites

2016-01-27 Thread Andrew Coates (DX AUSTRALIA)
You’ll want to check you’ve got the latest Azure SDK and tools installed using the Web Platform Installer. Looks like we’re up to 2.8.2 (I’ve got 2.8.1 installed) Cheers Andrew Coates, ME, MCPD, MCSD MCTS, Developer Evangelist, Microsoft, 1 Epping Road, NORTH RYDE NSW 2113 Ph: +61 (2) 9870

RE: Azure static web sites

2016-01-27 Thread Andrew Coates (DX AUSTRALIA)
https://blogs.msdn.microsoft.com/acoat/2016/01/28/publish-a-static-web-site-using-azure-web-apps/ Cheers Andrew Coates, ME, MCPD, MCSD MCTS, Developer Evangelist, Microsoft, 1 Epping Road, NORTH RYDE NSW 2113 Ph: +61 (2) 9870 2719 • Mob +61 (416) 134 993 • Fax: +61 (2) 9870 2400 •

RE: VS2015 and Git

2016-01-27 Thread Andrew Coates (DX AUSTRALIA)
My VS is telling me there’s an update to the GIT extensions too Andrew Coates, ME, MCPD, MCSD MCTS, Developer Evangelist, Microsoft, 1 Epping Road, NORTH RYDE NSW 2113 Ph: +61 (2) 9870 2719 • Mob +61 (416) 134 993 • Fax: +61 (2) 9870 2400 • http://blogs.msdn.com/acoat From:

Re: Azure static web sites

2016-01-27 Thread Greg Keogh
> > > https://blogs.msdn.microsoft.com/acoat/2016/01/28/publish-a-static-web-site-using-azure-web-apps/ > Oooh! I'll run through that later tonight. I think some of my screens were different when I tried similar initial steps, but I'll find out ... *Ta, Greg*

Re: VS2015 and Git

2016-01-27 Thread David Burstin
This is the bit above the screenshot: [image: Inline images 2] This is after pressing the "home" button: [image: Inline images 1] On 28 January 2016 at 13:17, David Connors wrote: > What does it say just above that screenshot? > > It looks like you're in the branches view.

Re: VS2015 and Git

2016-01-27 Thread David Connors
What happens if you open a GIT command prompt (Actions menu on the Branches tab) and do a git show and git log ? Do you get any errors? Can you see the author detail in the log? Does git diff return any errors? I am just about out of ideas. On Thu, 28 Jan 2016 at 14:30 David Burstin