Getting Started with NCache Cloud
NCache Cloud is now available on the Microsoft Azure Marketplace. The following page guides you through getting started with NCache Enterprise and Professional as detailed below.
Select and purchase the fully-managed NCache Plan, i.e., Enterprise or Professional.
Create an environment with either private ips or public ips. If you proceed with private ips, you will use VNET Peering.
Add servers to your environment with both public and private ips.
If you chose public ips, then launch NCache Management Center with "http://public-ip:8251" and specify public ip of just one cache server. You can also do this from NCache Cloud Portal.
Create a cluster and add servers by using their private ips.
For each cache server added, please specify its public ip through the Management Center or the Set-CacheServerPublicIP Cmdlet.
After this, you need to install either the NCache ENT or PRO NuGet packages in your Visual Studio. Keep in mind that only NCache 5.3.5 "beta" version is released with public ip support.
- Enterprise: Alachisoft.NCache.SDK
- Professional: Alachisoft.NCache.Professional.SDK
Setup your client.ncconf file and specify the public ips of all cache servers (and not private ips).
Connect your application with NCache.